diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-10-08 10:07:34 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-10-08 10:07:34 +0000 |
commit | 5f4d137ccb9dc02171e0c383463b0d91289a55ac (patch) | |
tree | 29b85ff13bbcae9895fc9cb25446643b48c0e6f0 /dev-python/cjkcodecs | |
parent | stable bump (diff) | |
download | historical-5f4d137ccb9dc02171e0c383463b0d91289a55ac.tar.gz historical-5f4d137ccb9dc02171e0c383463b0d91289a55ac.tar.bz2 historical-5f4d137ccb9dc02171e0c383463b0d91289a55ac.zip |
stable bump
Diffstat (limited to 'dev-python/cjkcodecs')
-rw-r--r-- | dev-python/cjkcodecs/Manifest | 4 | ||||
-rw-r--r-- | dev-python/cjkcodecs/cjkcodecs-0.9.ebuild | 23 | ||||
-rw-r--r-- | dev-python/cjkcodecs/cjkcodecs-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cjkcodecs/files/digest-cjkcodecs-0.9 | 1 |
4 files changed, 3 insertions, 29 deletions
diff --git a/dev-python/cjkcodecs/Manifest b/dev-python/cjkcodecs/Manifest index d541862fa8b0..065df78deb29 100644 --- a/dev-python/cjkcodecs/Manifest +++ b/dev-python/cjkcodecs/Manifest @@ -1,6 +1,4 @@ MD5 bb417bfd9466cfb7aad068628de17016 ChangeLog 612 -MD5 5a5995c0d3bea6465c60df74c06e501d cjkcodecs-0.9.ebuild 652 +MD5 08c3092f35a1a7734b20cc7beb7f84a5 cjkcodecs-1.0.ebuild 651 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 e172f02e103c4f948a64b5d10a1c306c cjkcodecs-1.0.ebuild 651 -MD5 f536c77a66469edbaebbc33d582663f6 files/digest-cjkcodecs-0.9 65 MD5 fe55aaf14f85bb1bca60f19f40e02e60 files/digest-cjkcodecs-1.0 65 diff --git a/dev-python/cjkcodecs/cjkcodecs-0.9.ebuild b/dev-python/cjkcodecs/cjkcodecs-0.9.ebuild deleted file mode 100644 index ac1fee0c8c92..000000000000 --- a/dev-python/cjkcodecs/cjkcodecs-0.9.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/cjkcodecs-0.9.ebuild,v 1.1 2003/06/27 23:46:01 liquidx Exp $ - -inherit distutils - -DESCRIPTION="Python Codecs for CJK Encodings. Aimed at replaced ChineseCodecs, JapaneseCodecs and KoreanCodecs" -SRC_URI="mirror://sourceforge/koco/${P}.tar.gz" -HOMEPAGE="http://sourceforge.net/projects/koco" - -IUSE="" -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="~x86" - -DEPEND=">=dev-lang/python-2.1" -DOCS="doc/*" - -src_install() { - distutils_src_install - insinto /usr/share/doc/${PF}/tests - doins tests/* -} diff --git a/dev-python/cjkcodecs/cjkcodecs-1.0.ebuild b/dev-python/cjkcodecs/cjkcodecs-1.0.ebuild index 062145cb6a6e..2c37cc506743 100644 --- a/dev-python/cjkcodecs/cjkcodecs-1.0.ebuild +++ b/dev-python/cjkcodecs/cjkcodecs-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/cjkcodecs-1.0.ebuild,v 1.1 2003/08/01 05:44:19 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/cjkcodecs-1.0.ebuild,v 1.2 2003/10/08 10:07:24 liquidx Exp $ inherit distutils @@ -11,7 +11,7 @@ HOMEPAGE="http://sourceforge.net/projects/koco" IUSE="" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND=">=dev-lang/python-2.1" DOCS="doc/*" diff --git a/dev-python/cjkcodecs/files/digest-cjkcodecs-0.9 b/dev-python/cjkcodecs/files/digest-cjkcodecs-0.9 deleted file mode 100644 index 26a7650f161c..000000000000 --- a/dev-python/cjkcodecs/files/digest-cjkcodecs-0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 1753436d926f1719ad3e341a41da1aa8 cjkcodecs-0.9.tar.gz 449748 |