From 1b003a5c20be2d50ba2496ead079ac9ccc8a4223 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 12 Mar 2014 09:23:54 +0000 Subject: Add virtual for the new pypy. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- virtual/pypy/ChangeLog | 9 +++++++-- virtual/pypy/pypy-2.2.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 virtual/pypy/pypy-2.2.1.ebuild (limited to 'virtual/pypy') 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 +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?] + )" -- cgit v1.2.3-65-gdbad