summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-27 19:38:49 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-27 19:38:49 +0000
commitc5ba101d64ac2bc69b6cde60dfd63f8f589c23eb (patch)
tree626de9c4289b571a71e9c93d6f1993caa06117e9 /dev-python/python-gnupg
parentDrop old (diff)
downloadgentoo-2-c5ba101d64ac2bc69b6cde60dfd63f8f589c23eb.tar.gz
gentoo-2-c5ba101d64ac2bc69b6cde60dfd63f8f589c23eb.tar.bz2
gentoo-2-c5ba101d64ac2bc69b6cde60dfd63f8f589c23eb.zip
Drop old versions still needing pypy:1.8, thanks to Mr. Bones for reporting.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/python-gnupg')
-rw-r--r--dev-python/python-gnupg/ChangeLog6
-rw-r--r--dev-python/python-gnupg/python-gnupg-0.3.0.ebuild22
-rw-r--r--dev-python/python-gnupg/python-gnupg-0.3.1.ebuild22
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-python/python-gnupg/ChangeLog b/dev-python/python-gnupg/ChangeLog
index 1f6bed628cd5..826969f16f0a 100644
--- a/dev-python/python-gnupg/ChangeLog
+++ b/dev-python/python-gnupg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-gnupg
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/ChangeLog,v 1.4 2013/01/20 14:32:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/ChangeLog,v 1.5 2013/02/27 19:38:49 pacho Exp $
+
+ 27 Feb 2013; Pacho Ramos <pacho@gentoo.org> -python-gnupg-0.3.0.ebuild,
+ -python-gnupg-0.3.1.ebuild:
+ Drop old versions still needing pypy:1.8, thanks to Mr. Bones for reporting.
*python-gnupg-0.3.2 (20 Jan 2013)
diff --git a/dev-python/python-gnupg/python-gnupg-0.3.0.ebuild b/dev-python/python-gnupg/python-gnupg-0.3.0.ebuild
deleted file mode 100644
index 9d26568e380a..000000000000
--- a/dev-python/python-gnupg/python-gnupg-0.3.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.0.ebuild,v 1.1 2012/06/10 14:24:58 floppym Exp $
-
-EAPI=4
-
-inherit python-distutils-ng
-
-DESCRIPTION="Python wrapper for GNU Privacy Guard"
-HOMEPAGE="http://code.google.com/p/python-gnupg/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="app-crypt/gnupg"
-
-python_test() {
- "${PYTHON}" test_gnupg.py || die "Testing failed with ${PYTHON}"
-}
diff --git a/dev-python/python-gnupg/python-gnupg-0.3.1.ebuild b/dev-python/python-gnupg/python-gnupg-0.3.1.ebuild
deleted file mode 100644
index 8743a7590da4..000000000000
--- a/dev-python/python-gnupg/python-gnupg-0.3.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.1.ebuild,v 1.1 2012/09/29 22:47:04 radhermit Exp $
-
-EAPI=4
-
-inherit python-distutils-ng
-
-DESCRIPTION="Python wrapper for GNU Privacy Guard"
-HOMEPAGE="http://code.google.com/p/python-gnupg/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-crypt/gnupg"
-
-python_test() {
- "${PYTHON}" test_gnupg.py || die "Testing failed with ${PYTHON}"
-}