diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-07-31 00:10:41 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-07-31 00:10:41 +0000 |
commit | 1e21ef1c2f4cd5bd5919f96f25e22d8f0acea8e6 (patch) | |
tree | 81da09a0f372d81e33e395e06ce3c6aabdb4634d /app-i18n/nkf | |
parent | removed x86-specific libtool switch to take a stab at bug 100294 (diff) | |
download | gentoo-2-1e21ef1c2f4cd5bd5919f96f25e22d8f0acea8e6.tar.gz gentoo-2-1e21ef1c2f4cd5bd5919f96f25e22d8f0acea8e6.tar.bz2 gentoo-2-1e21ef1c2f4cd5bd5919f96f25e22d8f0acea8e6.zip |
Stable on amd64, sh and x86.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-i18n/nkf')
-rw-r--r-- | app-i18n/nkf/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/nkf/files/digest-nkf-2.0.2-r1 | 1 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.0.2-r1.ebuild | 44 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.0.5-r1.ebuild | 4 |
4 files changed, 8 insertions, 48 deletions
diff --git a/app-i18n/nkf/ChangeLog b/app-i18n/nkf/ChangeLog index 6d7fcc26c4d1..4a389cb7c056 100644 --- a/app-i18n/nkf/ChangeLog +++ b/app-i18n/nkf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/nkf # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.24 2005/05/12 19:00:56 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.25 2005/07/31 00:10:41 matsuu Exp $ + + 31 Jul 2005; MATSUU Takuto <matsuu@gentoo.org> -nkf-2.0.2-r1.ebuild, + nkf-2.0.5-r1.ebuild: + Stable on amd64, sh and x86. + Removed old version. 12 May 2005; Guy Martin <gmsoft@gentoo.org> nkf-2.0.5-r1.ebuild: Stable on hppa. diff --git a/app-i18n/nkf/files/digest-nkf-2.0.2-r1 b/app-i18n/nkf/files/digest-nkf-2.0.2-r1 deleted file mode 100644 index 2407f2065d89..000000000000 --- a/app-i18n/nkf/files/digest-nkf-2.0.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5157b91879471b450997f4eec5af62e6 nkf202.tar.gz 98188 diff --git a/app-i18n/nkf/nkf-2.0.2-r1.ebuild b/app-i18n/nkf/nkf-2.0.2-r1.ebuild deleted file mode 100644 index 43cfa908459e..000000000000 --- a/app-i18n/nkf/nkf-2.0.2-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.0.2-r1.ebuild,v 1.12 2005/05/15 18:48:11 usata Exp $ - -inherit toolchain-funcs perl-module - -MY_P="${PN}${PV//./}" -DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support" -HOMEPAGE="http://sourceforge.jp/projects/nkf/" -SRC_URI="http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/${MY_P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha" -IUSE="perl cjk" - -DEPEND="virtual/libc" - -S=${WORKDIR}/${MY_P} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" nkf || die - if use perl; then - cd ${S}/NKF.mod - perl-module_src_compile - perl-module_src_test - fi -} - -src_install() { - dobin nkf || die - doman nkf.1 - if use cjk; then - dodir /usr/share/man/ja/man1 - insinto /usr/share/man/ja/man1 - ./nkf -e nkf.1j > nkf.1 - doins nkf.1 - fi - dodoc INSTALL* nkf.doc - if use perl; then - cd ${S}/NKF.mod - perl-module_src_install - fi -} diff --git a/app-i18n/nkf/nkf-2.0.5-r1.ebuild b/app-i18n/nkf/nkf-2.0.5-r1.ebuild index a16e754e6d91..178a0cda9871 100644 --- a/app-i18n/nkf/nkf-2.0.5-r1.ebuild +++ b/app-i18n/nkf/nkf-2.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.0.5-r1.ebuild,v 1.3 2005/05/15 18:48:11 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.0.5-r1.ebuild,v 1.4 2005/07/31 00:10:41 matsuu Exp $ inherit toolchain-funcs eutils perl-module distutils @@ -11,7 +11,7 @@ SRC_URI="http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ppc64 ~ia64 hppa" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 sh ~sparc x86" IUSE="perl cjk python" DEPEND="virtual/libc" |