summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-12-05 01:13:32 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-12-05 01:13:32 +0000
commit70c41109462e26ff26c28633bb8e13faa1b45b1f (patch)
treea98a57f6bb76b0376ef128d9aaa7c8b5ea090fbd /dev-python/iconvcodec/iconvcodec-1.1.2.ebuild
parentversion bump (diff)
downloadhistorical-70c41109462e26ff26c28633bb8e13faa1b45b1f.tar.gz
historical-70c41109462e26ff26c28633bb8e13faa1b45b1f.tar.bz2
historical-70c41109462e26ff26c28633bb8e13faa1b45b1f.zip
version bump
Diffstat (limited to 'dev-python/iconvcodec/iconvcodec-1.1.2.ebuild')
-rw-r--r--dev-python/iconvcodec/iconvcodec-1.1.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild b/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild
new file mode 100644
index 000000000000..cc54e522e9ef
--- /dev/null
+++ b/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild,v 1.1 2003/12/05 01:13:08 liquidx Exp $
+
+inherit distutils
+
+DESCRIPTION="Python Codecs for Iconv Encodings"
+SRC_URI="http://download.berlios.de/cjkpython/${P}.tar.gz"
+HOMEPAGE="http://cjkpython.i18n.org/"
+
+IUSE=""
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86"
+
+DEPEND=">=dev-lang/python-1.6"
+
+src_compile() {
+ distutils_src_compile --with-libc
+}