summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2004-03-05 17:28:58 +0000
committerMasatomo Nakano <nakano@gentoo.org>2004-03-05 17:28:58 +0000
commit8eb954eb5fe2705dd91ad124e5607556fb987ff6 (patch)
tree0f6ffd2f8a4bb7df03b7c0055d50a9dbd3e4620a /app-i18n/nkf
parentMarked as stable. (diff)
downloadhistorical-8eb954eb5fe2705dd91ad124e5607556fb987ff6.tar.gz
historical-8eb954eb5fe2705dd91ad124e5607556fb987ff6.tar.bz2
historical-8eb954eb5fe2705dd91ad124e5607556fb987ff6.zip
Marked as stable.
Diffstat (limited to 'app-i18n/nkf')
-rw-r--r--app-i18n/nkf/ChangeLog8
-rw-r--r--app-i18n/nkf/Manifest9
-rw-r--r--app-i18n/nkf/files/digest-nkf-2.0.31
-rw-r--r--app-i18n/nkf/files/nkf-1.92-msg00025.patch38
-rw-r--r--app-i18n/nkf/nkf-2.0.3.ebuild43
-rw-r--r--app-i18n/nkf/nkf-2.0.4.ebuild4
6 files changed, 11 insertions, 92 deletions
diff --git a/app-i18n/nkf/ChangeLog b/app-i18n/nkf/ChangeLog
index f4dcbb59603d..49b5aefccec5 100644
--- a/app-i18n/nkf/ChangeLog
+++ b/app-i18n/nkf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/nkf
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.13 2004/01/05 15:52:54 matsuu Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/ChangeLog,v 1.14 2004/03/05 17:28:57 nakano Exp $
+
+ 05 Mar 2004; Masatomo Nakano <nakano@gentoo.org> nkf-2.0.3.ebuild,
+ nkf-2.0.4.ebuild, files/nkf-1.92-msg00025.patch:
+ Marked as stable.
*nkf-2.0.4 (04 Jan 2004)
diff --git a/app-i18n/nkf/Manifest b/app-i18n/nkf/Manifest
index 37b001348892..a71ecf65bd56 100644
--- a/app-i18n/nkf/Manifest
+++ b/app-i18n/nkf/Manifest
@@ -1,9 +1,6 @@
-MD5 d7424ba85a6b2206917e3bf3b278e409 ChangeLog 1626
-MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
-MD5 5499d659f0ca843bec33cfc16eb30ec4 nkf-2.0.4.ebuild 1045
+MD5 1ef21468bdb95d0bfecf990a9a58c3e8 nkf-2.0.4.ebuild 1040
MD5 e58fc33e2bb9c2b14000cdd619da93a9 nkf-2.0.2-r1.ebuild 1063
-MD5 70d46319ed98a1beee9b96fcc8da2e90 nkf-2.0.3.ebuild 1042
+MD5 6169516c4a544a00dcd65ed17649af22 ChangeLog 1767
+MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 846425777c3e9f5dcb205262a1548d7a files/digest-nkf-2.0.4 58
MD5 9cb8e05b1ef22ec8e3e5e7ad852e0f9c files/digest-nkf-2.0.2-r1 57
-MD5 32daf6c9e1531d97fbf994f5a8cb622e files/nkf-1.92-msg00025.patch 999
-MD5 270b2da56895ead8dd86b64bf65d4dd4 files/digest-nkf-2.0.3 55
diff --git a/app-i18n/nkf/files/digest-nkf-2.0.3 b/app-i18n/nkf/files/digest-nkf-2.0.3
deleted file mode 100644
index 29690e9a0ebd..000000000000
--- a/app-i18n/nkf/files/digest-nkf-2.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b940ea1d67cb506a57fca9dbe83760c3 nkf203.tar 491520
diff --git a/app-i18n/nkf/files/nkf-1.92-msg00025.patch b/app-i18n/nkf/files/nkf-1.92-msg00025.patch
deleted file mode 100644
index b0e2d5c558de..000000000000
--- a/app-i18n/nkf/files/nkf-1.92-msg00025.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-You can get a original copy of this patch from:
-http://search.namazu.org/ml/namazu-users-ja/msg00025.html
-
-*** nkf-1.92.orig/nkf.c Sat Mar 4 13:56:23 2000
---- nkf-1.92.ss2/nkf.c Sat Mar 4 14:07:31 2000
-***************
-*** 1067,1072 ****
---- 1067,1081 ----
- SEND;
- }
- }
-+ }
-+ else if ( c1 == 'N' || c1 == 'n' ){
-+ /* SS2 */
-+ c1 = (*i_getc)(f); /* skip SS2 */
-+ if ( SPACE<=c1 && c1 < 0xe0 ) {
-+ c2 = X0201;
-+ SEND;
-+ }
-+
- } else {
- /* lonely ESC */
- (*oconv)(0, ESC);
-
-*** nkf-1.92.orig/nkf.c Sat Mar 4 13:56:23 2000
---- nkf-1.92.zenspc/nkf.c Sat Mar 4 14:08:43 2000
-***************
-*** 1669,1674 ****
---- 1669,1675 ----
- /* JISX0208 Kigou */
- if (0x21==c1) {
- if (alpha_f&0x2) {
-+ c2 = 0;
- c1 = ' ';
- } else if (alpha_f&0x4) {
- (*o_zconv)(0,' ');
-
-
diff --git a/app-i18n/nkf/nkf-2.0.3.ebuild b/app-i18n/nkf/nkf-2.0.3.ebuild
deleted file mode 100644
index fb9b7798afc9..000000000000
--- a/app-i18n/nkf/nkf-2.0.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.0.3.ebuild,v 1.2 2004/01/04 16:56:11 nakano Exp $
-
-use perl && inherit perl-module
-
-MY_P="${PN}${PV//./}"
-DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support"
-SRC_URI="http://www.ie.u-ryukyu.ac.jp/~kono/nkf/dist/${MY_P}.tar"
-HOMEPAGE="http://sourceforge.jp/projects/nkf/"
-DEPEND="virtual/glibc
- $DEPEND"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-IUSE="perl cjk"
-LICENSE="public-domain"
-SLOT="0"
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- emake CC=gcc CFLAGS="${CFLAGS}" nkf || die
- if [ `use perl` ]; then
- cd ${S}/NKF.mod
- perl-module_src_compile
- perl-module_src_test
- fi
-}
-
-src_install () {
- into /usr
- dobin nkf
- 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.4.ebuild b/app-i18n/nkf/nkf-2.0.4.ebuild
index d7712ee1672b..a45bbeea420c 100644
--- a/app-i18n/nkf/nkf-2.0.4.ebuild
+++ b/app-i18n/nkf/nkf-2.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.0.4.ebuild,v 1.2 2004/01/05 15:52:54 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nkf/nkf-2.0.4.ebuild,v 1.3 2004/03/05 17:28:58 nakano Exp $
use perl && inherit perl-module
@@ -10,7 +10,7 @@ SRC_URI="http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/${MY_P}.tar.gz"
HOMEPAGE="http://sourceforge.jp/projects/nkf/"
DEPEND="virtual/glibc
$DEPEND"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
+KEYWORDS="x86 ppc sparc alpha amd64"
IUSE="perl cjk"
LICENSE="as-is"
SLOT="0"