diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-23 22:59:40 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-23 22:59:40 +0000 |
commit | 4177b436d5e7e95e203f25e116b5546fc400323b (patch) | |
tree | 640ef52b0dcb80e64f575d6c28b248cb55cbd564 /dev-python/pystatgrab | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-4177b436d5e7e95e203f25e116b5546fc400323b.tar.gz gentoo-2-4177b436d5e7e95e203f25e116b5546fc400323b.tar.bz2 gentoo-2-4177b436d5e7e95e203f25e116b5546fc400323b.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/pystatgrab')
-rw-r--r-- | dev-python/pystatgrab/pystatgrab-0.3.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/pystatgrab/pystatgrab-0.3.ebuild b/dev-python/pystatgrab/pystatgrab-0.3.ebuild deleted file mode 100644 index a0bd6f32fd29..000000000000 --- a/dev-python/pystatgrab/pystatgrab-0.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.3.ebuild,v 1.7 2008/05/19 17:14:15 drac Exp $ - -inherit distutils - -DESCRIPTION=" pystatgrab is a set of Python bindings for the libstatgrab library." -HOMEPAGE="http://www.i-scream.org/pystatgrab/" -SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/${P}.tar.gz" -IUSE="" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" - -RDEPEND="virtual/python - >=sys-libs/libstatgrab-0.9 - !>=sys-libs/libstatgrab-0.12" -DEPEND="${RDEPEND} - dev-util/pkgconfig" |