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
commit6022432cb4cb4debca5d8941df65dbb0e99cb5f4 (patch)
treed01d6f1cb7f533b75bce68427e9b975364e9467c /dev-python/pystatgrab
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadhistorical-6022432cb4cb4debca5d8941df65dbb0e99cb5f4.tar.gz
historical-6022432cb4cb4debca5d8941df65dbb0e99cb5f4.tar.bz2
historical-6022432cb4cb4debca5d8941df65dbb0e99cb5f4.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"