summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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"