summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cjkcodecs/cjkcodecs-1.0.3.ebuild')
-rw-r--r--dev-python/cjkcodecs/cjkcodecs-1.0.3.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/cjkcodecs/cjkcodecs-1.0.3.ebuild b/dev-python/cjkcodecs/cjkcodecs-1.0.3.ebuild
deleted file mode 100644
index 33a59b214556..000000000000
--- a/dev-python/cjkcodecs/cjkcodecs-1.0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/cjkcodecs-1.0.3.ebuild,v 1.6 2005/07/02 07:11:42 usata Exp $
-
-inherit distutils
-
-DESCRIPTION="Python Codecs for CJK Encodings. Aimed at replacing ChineseCodecs, JapaneseCodecs and KoreanCodecs"
-SRC_URI="http://download.berlios.de/cjkpython/${P}.tar.bz2"
-HOMEPAGE="http://cjkpython.i18n.org/"
-
-IUSE=""
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~ppc x86 ppc64"
-
-DEPEND=">=dev-lang/python-2.1"
-DOCS="doc/*"
-
-src_install() {
- distutils_src_install
- insinto /usr/share/doc/${PF}/tests
- doins tests/*
-}