dev-perl/Class-Inspector: amd64 stable
[gentoo.git] / dev-python / iconvcodec / iconvcodec-1.1.2-r1.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5 PYTHON_COMPAT=( python2_7 )
6
7 inherit distutils-r1
8
9 DESCRIPTION="Python Codecs for Iconv Encodings"
10 HOMEPAGE="http://cjkpython.i18n.org/"
11 #SRC_URI="mirror://berlios/cjkpython/${P}.tar.gz"
12 SRC_URI="mirror://gentoo/${P}.tar.gz"
13
14 LICENSE="LGPL-2.1"
15 SLOT="0"
16 KEYWORDS="amd64 ia64 x86"
17 IUSE=""
18
19 DEPEND=""
20 RDEPEND=""
21
22 src_compile() {
23         distutils-r1_src_compile --with-libc
24 }