diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2003-08-01 05:44:33 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2003-08-01 05:44:33 +0000 |
commit | d14d579d0a5b7ded1424c8332185bdfe5e84fabb (patch) | |
tree | c14d30a90607836da9c55f741c33bb285d0f919c /dev-python/cjkcodecs/cjkcodecs-1.0.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-d14d579d0a5b7ded1424c8332185bdfe5e84fabb.tar.gz gentoo-2-d14d579d0a5b7ded1424c8332185bdfe5e84fabb.tar.bz2 gentoo-2-d14d579d0a5b7ded1424c8332185bdfe5e84fabb.zip |
version bump
Diffstat (limited to 'dev-python/cjkcodecs/cjkcodecs-1.0.ebuild')
-rw-r--r-- | dev-python/cjkcodecs/cjkcodecs-1.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/cjkcodecs/cjkcodecs-1.0.ebuild b/dev-python/cjkcodecs/cjkcodecs-1.0.ebuild new file mode 100644 index 000000000000..062145cb6a6e --- /dev/null +++ b/dev-python/cjkcodecs/cjkcodecs-1.0.ebuild @@ -0,0 +1,23 @@ +# 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 $ + +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/* +} |