diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-06-08 15:54:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-08 15:57:06 +0200 |
commit | 81c893872809ae886aaf67400aca26b15136a36e (patch) | |
tree | 3d0ca5cf696408af2070bbf99e13eba0e158b7b4 /dev-python | |
parent | dev-python/django-evolution: Remove last-rited pkg (diff) | |
download | gentoo-81c893872809ae886aaf67400aca26b15136a36e.tar.gz gentoo-81c893872809ae886aaf67400aca26b15136a36e.tar.bz2 gentoo-81c893872809ae886aaf67400aca26b15136a36e.zip |
dev-python/iconvcodec: Remove last-rited pkg
Closes: https://bugs.gentoo.org/537720
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/iconvcodec/Manifest | 1 | ||||
-rw-r--r-- | dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-python/iconvcodec/metadata.xml | 8 |
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/iconvcodec/Manifest b/dev-python/iconvcodec/Manifest deleted file mode 100644 index cab4d49f366d..000000000000 --- a/dev-python/iconvcodec/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST iconvcodec-1.1.2.tar.gz 17643 BLAKE2B e1b9ce6db0284068c53caf8f39a683365c2575453ccdba513d89f67e2f5bb9681a266eb1f4bde336ad7b858b30997e710061c680722667e59d3beaa60a2a9a6c SHA512 e63af4166cc8199dab888d9bf59d666546bceb1f71d2ce8423c4d3c9b374e870e8a526ffe1254cded346f9bc7a0f23d23e6e9120224d45fa4755468dd0a995e5 diff --git a/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild b/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild deleted file mode 100644 index 8907f1235ade..000000000000 --- a/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python Codecs for Iconv Encodings" -HOMEPAGE="http://cjkpython.i18n.org/" -#SRC_URI="mirror://berlios/cjkpython/${P}.tar.gz" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ia64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_compile() { - distutils-r1_src_compile --with-libc -} diff --git a/dev-python/iconvcodec/metadata.xml b/dev-python/iconvcodec/metadata.xml deleted file mode 100644 index 9e5274c5b4ae..000000000000 --- a/dev-python/iconvcodec/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> -</maintainer> -</pkgmetadata> |