summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-02-01 21:40:11 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-02-01 21:40:11 +0000
commit9c18d67c5faed16ee62c77d5294a791d4ec38e80 (patch)
treef8d75e5399c7cccf857397a7f4be129132c69d90 /dev-python/pystatgrab
parentRemove old. (diff)
downloadgentoo-2-9c18d67c5faed16ee62c77d5294a791d4ec38e80.tar.gz
gentoo-2-9c18d67c5faed16ee62c77d5294a791d4ec38e80.tar.bz2
gentoo-2-9c18d67c5faed16ee62c77d5294a791d4ec38e80.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/pystatgrab')
-rw-r--r--dev-python/pystatgrab/ChangeLog7
-rw-r--r--dev-python/pystatgrab/pystatgrab-0.5.ebuild26
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-python/pystatgrab/ChangeLog b/dev-python/pystatgrab/ChangeLog
index 40cb820ffa7f..5f6fb557b75b 100644
--- a/dev-python/pystatgrab/ChangeLog
+++ b/dev-python/pystatgrab/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pystatgrab
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.14 2014/12/17 05:47:57 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.15 2015/02/01 21:40:11 mrueg Exp $
+
+ 01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -pystatgrab-0.5.ebuild:
+ Remove old.
17 Dec 2014; Ian Delaney <idella4@gentoo.org> pystatgrab-0.6.ebuild:
correct version border in dep, fixes Bug #528944
diff --git a/dev-python/pystatgrab/pystatgrab-0.5.ebuild b/dev-python/pystatgrab/pystatgrab-0.5.ebuild
deleted file mode 100644
index 5c5dbb2a1f0a..000000000000
--- a/dev-python/pystatgrab/pystatgrab-0.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.5.ebuild,v 1.5 2014/08/10 21:18:16 slyfox Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=sys-libs/libstatgrab-0.13"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="AUTHORS NEWS"
-PYTHON_MODNAME="statgrab.py"