summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-12 09:23:54 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-12 09:23:54 +0000
commit1b003a5c20be2d50ba2496ead079ac9ccc8a4223 (patch)
tree138d58264f749a4203e5dbf2c74d59aa5da0be22 /virtual/pypy
parentAdd non-slotted pypy to the eclass. (diff)
downloadgentoo-2-1b003a5c20be2d50ba2496ead079ac9ccc8a4223.tar.gz
gentoo-2-1b003a5c20be2d50ba2496ead079ac9ccc8a4223.tar.bz2
gentoo-2-1b003a5c20be2d50ba2496ead079ac9ccc8a4223.zip
Add virtual for the new pypy.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/pypy')
-rw-r--r--virtual/pypy/ChangeLog9
-rw-r--r--virtual/pypy/pypy-2.2.1.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/virtual/pypy/ChangeLog b/virtual/pypy/ChangeLog
index fe2c65ffa0f4..7626bbc4c1f1 100644
--- a/virtual/pypy/ChangeLog
+++ b/virtual/pypy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/pypy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.4 2013/10/09 20:05:52 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.5 2014/03/12 09:23:54 mgorny Exp $
+
+*pypy-2.2.1 (12 Mar 2014)
+
+ 12 Mar 2014; Michał Górny <mgorny@gentoo.org> +pypy-2.2.1.ebuild:
+ Add virtual for the new pypy.
*pypy-2.0.2 (09 Oct 2013)
diff --git a/virtual/pypy/pypy-2.2.1.ebuild b/virtual/pypy/pypy-2.2.1.ebuild
new file mode 100644
index 000000000000..839f561d4b74
--- /dev/null
+++ b/virtual/pypy/pypy-2.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild,v 1.1 2014/03/12 09:23:54 mgorny Exp $
+
+EAPI=5
+
+inherit versionator
+
+DESCRIPTION="A virtual for PyPy Python implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT=0
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 ncurses sqlite"
+
+RDEPEND="
+ || (
+ >=dev-python/pypy-2.2.1:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)]
+ >=dev-python/pypy-bin-2.2.1:${SLOT}[sqlite?]
+ )"