diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-05-16 21:50:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-05-16 21:50:04 +0000 |
commit | 9750c1d10813a137029273183c0e3ef90abf99c5 (patch) | |
tree | a74cd4672e49c8808a8895f636574d780300fbe0 /virtual | |
parent | force depend on >=seabios-1.7.4, fix bug #510492 (diff) | |
download | gentoo-2-9750c1d10813a137029273183c0e3ef90abf99c5.tar.gz gentoo-2-9750c1d10813a137029273183c0e3ef90abf99c5.tar.bz2 gentoo-2-9750c1d10813a137029273183c0e3ef90abf99c5.zip |
Remove old (slotted) version.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pypy/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/pypy/pypy-2.0.2.ebuild | 22 | ||||
-rw-r--r-- | virtual/pypy/pypy-2.0.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/virtual/pypy/ChangeLog b/virtual/pypy/ChangeLog index fec0b04954e3..c75c5c4f9941 100644 --- a/virtual/pypy/ChangeLog +++ b/virtual/pypy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/pypy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.9 2014/05/15 01:00:18 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.10 2014/05/16 21:50:04 mgorny Exp $ + + 16 May 2014; Michał Górny <mgorny@gentoo.org> -pypy-2.0.2.ebuild, + -pypy-2.0.ebuild: + Remove old (slotted) version. *pypy-2.3 (15 May 2014) diff --git a/virtual/pypy/pypy-2.0.2.ebuild b/virtual/pypy/pypy-2.0.2.ebuild deleted file mode 100644 index 396da353163b..000000000000 --- a/virtual/pypy/pypy-2.0.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.0.2.ebuild,v 1.1 2013/10/09 20:05:52 mgorny Exp $ - -EAPI=5 - -inherit versionator - -DESCRIPTION="A virtual for PyPy Python implementation" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT=$(get_version_component_range 1-2 ${PV}) -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 ncurses sqlite" - -RDEPEND=" - || ( - >=dev-python/pypy-2.0.2:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)] - >=dev-python/pypy-bin-2.0.2:${SLOT}[sqlite?] - )" diff --git a/virtual/pypy/pypy-2.0.ebuild b/virtual/pypy/pypy-2.0.ebuild deleted file mode 100644 index e0be48636286..000000000000 --- a/virtual/pypy/pypy-2.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.0.ebuild,v 1.2 2013/07/28 09:18:55 mgorny Exp $ - -EAPI=5 - -inherit versionator - -DESCRIPTION="A virtual for PyPy Python implementation" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT=$(get_version_component_range 1-2 ${PV}) -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 ncurses sqlite" - -RDEPEND=" - || ( - dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)] - dev-python/pypy-bin:${SLOT}[sqlite?] - )" |