diff options
Diffstat (limited to 'dev-python/polib/polib-1.0.2.ebuild')
-rw-r--r-- | dev-python/polib/polib-1.0.2.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/polib/polib-1.0.2.ebuild b/dev-python/polib/polib-1.0.2.ebuild deleted file mode 100644 index 3c8436f..0000000 --- a/dev-python/polib/polib-1.0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) - -inherit distutils-r1 - -DESCRIPTION="A library to manipulate gettext catalogs files (aka .po and .mo files)." -HOMEPAGE="http://pypi.python.org/pypi/polib/" -SRC_URI="http://bitbucket.org/izi/polib/downloads/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 x86" -#Docs and tests are missing for proper ebuild submission. -IUSE="" - -DEPEND="" -RDEPEND="" |