diff options
author | 2011-10-12 22:14:43 +0000 | |
---|---|---|
committer | 2011-10-12 22:14:43 +0000 | |
commit | 617cd594e79dcb9b4e9bddaf4e6273add63d12c8 (patch) | |
tree | 1a05d6fb70e70fc5dc77cc09b746e22a5222d262 /dev-python/iniparse/iniparse-0.2.3.ebuild | |
parent | rm dev-python/apachelog (diff) | |
download | darkside-617cd594e79dcb9b4e9bddaf4e6273add63d12c8.tar.gz darkside-617cd594e79dcb9b4e9bddaf4e6273add63d12c8.tar.bz2 darkside-617cd594e79dcb9b4e9bddaf4e6273add63d12c8.zip |
rm dev-python/iniparse
Diffstat (limited to 'dev-python/iniparse/iniparse-0.2.3.ebuild')
-rw-r--r-- | dev-python/iniparse/iniparse-0.2.3.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/iniparse/iniparse-0.2.3.ebuild b/dev-python/iniparse/iniparse-0.2.3.ebuild deleted file mode 100644 index ee7b5cf..0000000 --- a/dev-python/iniparse/iniparse-0.2.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit distutils - -DESCRIPTION="Python Module for Accessing and Modifying Configuration Data in INI -files" -HOMEPAGE="http://code.google.com/p/iniparse/" -SRC_URI="http://iniparse.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" - |