summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-23 22:59:40 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-23 22:59:40 +0000
commit4177b436d5e7e95e203f25e116b5546fc400323b (patch)
tree640ef52b0dcb80e64f575d6c28b248cb55cbd564 /dev-python/pystatgrab
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-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.ebuild19
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"