summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 09:43:49 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 09:43:49 +0000
commit1b1f4205b5cb36d8b6ba295d2f071ae08254f195 (patch)
tree0571d16bf26964dfc9895115ce7dc69c55603849 /virtual
parentRemove Python 2.5 and 3.1. Purge old patches. (diff)
downloadgentoo-2-1b1f4205b5cb36d8b6ba295d2f071ae08254f195.tar.gz
gentoo-2-1b1f4205b5cb36d8b6ba295d2f071ae08254f195.tar.bz2
gentoo-2-1b1f4205b5cb36d8b6ba295d2f071ae08254f195.zip
Remove PyPy 1.9.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/pypy/ChangeLog5
-rw-r--r--virtual/pypy/pypy-1.9.ebuild22
2 files changed, 4 insertions, 23 deletions
diff --git a/virtual/pypy/ChangeLog b/virtual/pypy/ChangeLog
index ab760dcd71a3..891e6cb612a8 100644
--- a/virtual/pypy/ChangeLog
+++ b/virtual/pypy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/pypy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.2 2013/07/28 09:18:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.3 2013/09/05 09:43:49 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> -pypy-1.9.ebuild:
+ Remove PyPy 1.9.
28 Jul 2013; Michał Górny <mgorny@gentoo.org> pypy-1.9.ebuild,
pypy-2.0.ebuild:
diff --git a/virtual/pypy/pypy-1.9.ebuild b/virtual/pypy/pypy-1.9.ebuild
deleted file mode 100644
index 214a8c621411..000000000000
--- a/virtual/pypy/pypy-1.9.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-1.9.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?]
- )"