public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/libchewing/files/, app-i18n/libchewing/
@ 2017-08-16 15:14 Akinori Hattori
  0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori @ 2017-08-16 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     917677d9d8aaacdca46f0db9ac3ea9aee72c6198
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 15:09:46 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 15:09:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917677d9

app-i18n/libchewing: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/libchewing/files/0.3.3-cflags.patch   | 10 ------
 app-i18n/libchewing/files/0.3.3-tinfo.patch    | 43 ----------------------
 app-i18n/libchewing/libchewing-0.3.3-r1.ebuild | 50 --------------------------
 3 files changed, 103 deletions(-)

diff --git a/app-i18n/libchewing/files/0.3.3-cflags.patch b/app-i18n/libchewing/files/0.3.3-cflags.patch
deleted file mode 100644
index dba1093c5ae..00000000000
--- a/app-i18n/libchewing/files/0.3.3-cflags.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -153,7 +122,6 @@
- if test x$LIBDEBUG = x"true"; then
- 	AC_DEFINE(ENABLE_DEBUG, 1,
- 		[Define to 1 if you want native library runtime debugging code enabled])
--	CFLAGS="$CFLAGS -g"
- fi
- AC_SUBST(LIBDEBUG)
- 

diff --git a/app-i18n/libchewing/files/0.3.3-tinfo.patch b/app-i18n/libchewing/files/0.3.3-tinfo.patch
deleted file mode 100644
index 10692e72c8e..00000000000
--- a/app-i18n/libchewing/files/0.3.3-tinfo.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -91,38 +91,8 @@
- AM_CONDITIONAL(ENABLE_UNIT_TEST, test x$enable_check = "xyes")
- 
- # Checks for ncursesw
--OLDCFLAGS=$CFLAGS
--LIB_NAME=ncursesw
--NCURSESW_CFLAGS=
--NCURSESW_LIBS=
--for p in "$HOME/include" "$prefix/include" /usr/local/include /usr/include
--do
--	if test -f "$p/ncursesw/ncurses.h"
--	then
--		NCURSESW_CFLAGS="-I$p"
--		AC_DEFINE(HAVE_NCURSESW_NCURSES_H, 1, [ Define to 1 if you have the <ncursesw/ncurses.h> header file. ])
--		break
--	elif test -f "$p/ncurses/ncurses.h"
--	then
--		NCURSESW_CFLAGS="-I$p"
--		AC_DEFINE(HAVE_NCURSES_NCURSES_H, 1, [ Define to 1 if you have the <ncurses/ncurses.h> header file. ])
--		break
--	fi
--done
--
--for p in "$HOME/lib" "$prefix/lib" /usr/local/lib /usr/lib
--do
--	if test -f "$p/libncursesw.so"
--	then
--		if test "$p" != x/usr/lib
--		then
--			NCURSESW_LIBS="-L$p -lncursesw"
--		else
--			NCURSESW_LIBS="-lncursesw"
--		fi
--		break
--	fi
--done
-+PKG_CHECK_MODULES(NCURSESW,ncursesw,
-+	AC_DEFINE(HAVE_NCURSESW_NCURSES_H, 1, [ Define to 1 if you have the <ncursesw/ncurses.h> header file. ]),)
- 
- enable_ncursesw=yes
- if test -z "$NCURSESW_CFLAGS"; then

diff --git a/app-i18n/libchewing/libchewing-0.3.3-r1.ebuild b/app-i18n/libchewing/libchewing-0.3.3-r1.ebuild
deleted file mode 100644
index 44ef3bd839e..00000000000
--- a/app-i18n/libchewing/libchewing-0.3.3-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils multilib toolchain-funcs
-
-DESCRIPTION="Library for Chinese Phonetic input method"
-HOMEPAGE="http://chewing.csie.net/"
-SRC_URI="http://chewing.csie.net/download/libchewing/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="static-libs test"
-
-DEPEND="
-	virtual/pkgconfig
-	test? (
-		sys-libs/ncurses[unicode]
-		>=dev-libs/check-0.9.4
-	)
-"
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${PV}-cflags.patch \
-		"${FILESDIR}"/${PV}-strncat-fix.patch \
-		"${FILESDIR}"/${PV}-tinfo.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_test() {
-	# test subdirectory is not enabled by default; this means that we
-	# have to make it explicit.
-	emake -C test check
-}
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_install() {
-	default
-
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/libchewing/files/, app-i18n/libchewing/
@ 2017-11-01 20:54 Mike Gilbert
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert @ 2017-11-01 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ac989bbda9a30b2f8474a07b1400a0704c619534
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Wed Nov  1 11:11:49 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 20:54:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac989bbd

app-i18n/libchewing: Delete old versions (0.3.3, 0.4.0-r1).

 app-i18n/libchewing/Manifest                      |  2 -
 app-i18n/libchewing/files/0.3.3-strncat-fix.patch | 13 -------
 app-i18n/libchewing/libchewing-0.3.3.ebuild       | 47 -----------------------
 app-i18n/libchewing/libchewing-0.4.0-r1.ebuild    | 40 -------------------
 4 files changed, 102 deletions(-)

diff --git a/app-i18n/libchewing/Manifest b/app-i18n/libchewing/Manifest
index 1244d7f8137..57100b5d45b 100644
--- a/app-i18n/libchewing/Manifest
+++ b/app-i18n/libchewing/Manifest
@@ -1,3 +1 @@
-DIST libchewing-0.3.3.tar.bz2 1798134 SHA256 72a0de12b86c4d5f6468a68d88c736227ff16fa7a915f8595ffe5a31cae95eae SHA512 24df8d4a1dab72b32bca03bb1086223248a261d522e703c662aad53cfb16fef74691623361d275b8d811d4a0e6bc2b23b044248f7d3982dc657c9872de1de005 WHIRLPOOL 12b67dc7aa3c34fefe66bed995642d021b5c2997d706b7bb73319a0c26b3f9291c771f6308c50bc1cb3e319ff8848a09bf0aec1ed713eb55706bf11cdefdb824
-DIST libchewing-0.4.0.tar.gz 3367957 SHA256 128eae0616c8b4dadaecfb8982304241e65e2eb397001144ba5ed451ec197cc2 SHA512 8ac2a50531867dd628ed0c084a30b22e24cd102671b9ce23b008fb54d049c07135a8af205186e4ed719077cef6739e230fdcbd33cab0821a9bfab5b8fb4248c7 WHIRLPOOL a7ed4841fac60d402c710a8775b74e61bdb6ed6790ce33221bce1efc9b111192251b60bedbd04654d6afb8264d784600794be402d02c04f802bbe6ba03b54984
 DIST libchewing-0.5.1.tar.bz2 3141084 SHA256 9708c63415fa6034435c0f38100e7d30d0e1bac927f67bec6dfeb3fef016172b SHA512 a6551661bb5e56bba59730b93b373db56af7d42f2ab4881fbfff8727689dd2604d42d2e5c0b04820df66a431dfb5fcb73cc5c9b538615da76198ee3635501c1f WHIRLPOOL 317069206b5e739539c327a071dd3be467d755b561afb2186e94c747ce291dfb4473f110023026bf78974ce53ffadde342fa74db4f608fcb9dc655004ccc7331

diff --git a/app-i18n/libchewing/files/0.3.3-strncat-fix.patch b/app-i18n/libchewing/files/0.3.3-strncat-fix.patch
deleted file mode 100644
index 8f2676c0c2b..00000000000
--- a/app-i18n/libchewing/files/0.3.3-strncat-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/tree.c b/src/tree.c
-index 7e8f665..89ad0d5 100644
---- a/src/tree.c
-+++ b/src/tree.c
-@@ -586,7 +586,7 @@ static void LoadChar( char *buf, int buf_len, uint16 phoneSeq[], int nPhoneSeq )
- 	memset(buf, 0, buf_len);
- 	for ( i = 0; i < nPhoneSeq; i++ ) {
- 		GetCharFirst( &word, phoneSeq[ i ] );
--		strncat(buf, word.word, buf_len);
-+		strncat(buf, word.word, buf_len - strlen(buf) - 1);
- 	}
- 	buf[ buf_len - 1 ] = '\0';
- }

diff --git a/app-i18n/libchewing/libchewing-0.3.3.ebuild b/app-i18n/libchewing/libchewing-0.3.3.ebuild
deleted file mode 100644
index fcb0674cabd..00000000000
--- a/app-i18n/libchewing/libchewing-0.3.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit multilib toolchain-funcs eutils
-
-DESCRIPTION="Library for Chinese Phonetic input method"
-HOMEPAGE="http://chewing.csie.net/"
-SRC_URI="http://chewing.csie.net/download/libchewing/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="debug test static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	test? (
-		sys-libs/ncurses[unicode]
-		>=dev-libs/check-0.9.4
-	)"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PV}-strncat-fix.patch
-}
-
-src_configure() {
-	export CC_FOR_BUILD="$(tc-getBUILD_CC)"
-	econf $(use_enable debug) \
-		$(use_enable static-libs static) || die
-}
-
-src_test() {
-	# test subdirectory is not enabled by default; this means that we
-	# have to make it explicit.
-	emake -C test check || die "emake check failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-
-	find "${ED}"usr/$(get_libdir)/ -name '*.la' -delete || die
-
-	dodoc AUTHORS ChangeLog NEWS README TODO || die
-}

diff --git a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild
deleted file mode 100644
index 32ca6a5ae6f..00000000000
--- a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools ltprune
-
-DESCRIPTION="Library for Chinese Phonetic input method"
-HOMEPAGE="http://chewing.csie.net/"
-SRC_URI="https://github.com/${PN/lib}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0/3"
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 ~arm64 ~ppc ppc64 ~x86"
-IUSE="static-libs test"
-REQUIRED_USE="test? ( static-libs )"
-
-RDEPEND="dev-db/sqlite:3"
-DEPEND="${RDEPEND}
-	test? ( sys-libs/ncurses[unicode] )"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		--with-sqlite3
-}
-
-src_test() {
-	emake -j1 check
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-01 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-16 15:14 [gentoo-commits] repo/gentoo:master commit in: app-i18n/libchewing/files/, app-i18n/libchewing/ Akinori Hattori
  -- strict thread matches above, loose matches on Subject: below --
2017-11-01 20:54 Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox