diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-12 16:13:26 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-12 16:13:26 +0000 |
commit | bf2edb9c0bad6a8028fe5611ba403a4d76303ff3 (patch) | |
tree | caca38fec7fdde9b85450a850dd9923ab3a5cb02 /virtual | |
parent | Add binary packages for 2.5.1. (diff) | |
download | gentoo-2-bf2edb9c0bad6a8028fe5611ba403a4d76303ff3.tar.gz gentoo-2-bf2edb9c0bad6a8028fe5611ba403a4d76303ff3.tar.bz2 gentoo-2-bf2edb9c0bad6a8028fe5611ba403a4d76303ff3.zip |
Update for 2.5.1 version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pypy/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/pypy/pypy-2.5.1.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/virtual/pypy/ChangeLog b/virtual/pypy/ChangeLog index 36ef5b79eb65..6948186beca4 100644 --- a/virtual/pypy/ChangeLog +++ b/virtual/pypy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/pypy -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.15 2014/11/08 23:06:46 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.16 2015/04/12 16:13:26 mgorny Exp $ + +*pypy-2.5.1 (12 Apr 2015) + + 12 Apr 2015; Michał Górny <mgorny@gentoo.org> +pypy-2.5.1.ebuild: + Update for 2.5.1 version bump. 08 Nov 2014; Michał Górny <mgorny@gentoo.org> -pypy-2.0.2-r1.ebuild, -pypy-2.2.1.ebuild: diff --git a/virtual/pypy/pypy-2.5.1.ebuild b/virtual/pypy/pypy-2.5.1.ebuild new file mode 100644 index 000000000000..8afa6d3a0cda --- /dev/null +++ b/virtual/pypy/pypy-2.5.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.5.1.ebuild,v 1.1 2015/04/12 16:13:26 mgorny Exp $ + +EAPI=5 + +inherit versionator + +DESCRIPTION="A virtual for PyPy Python implementation" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0/$(get_version_component_range 1-2 ${PV})" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 gdbm ncurses sqlite tk" + +RDEPEND=" + || ( + >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] + >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] + )" |