mgorny 14/07/12 21:29:11
Modified: ChangeLog
Added: pypy-2.3.1.ebuild
Removed: pypy-2.3.ebuild
Log:
Version bump for pypy{,-bin}-2.3.1.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.11 virtual/pypy/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 16 May 2014 21:50:04 -0000 1.10
+++ ChangeLog 12 Jul 2014 21:29:10 -0000 1.11
@@ -1,6 +1,12 @@
# ChangeLog for virtual/pypy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.10 2014/05/16
21:50:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.11 2014/07/12
21:29:10 mgorny Exp $
+
+*pypy-2.3.1 (12 Jul 2014)
+
+ 12 Jul 2014; Michał Górny <[email protected]> +pypy-2.3.1.ebuild,
+ -pypy-2.3.ebuild:
+ Version bump for pypy{,-bin}-2.3.1.
16 May 2014; Michał Górny <[email protected]> -pypy-2.0.2.ebuild,
-pypy-2.0.ebuild:
1.1 virtual/pypy/pypy-2.3.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.3.1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.3.1.ebuild?rev=1.1&content-type=text/plain
Index: pypy-2.3.1.ebuild
===================================================================
# 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.3.1.ebuild,v 1.1
2014/07/12 21:29:10 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 ncurses sqlite tk"
RDEPEND="
|| (
>=dev-python/pypy-${PV}:${SLOT}[bzip2?,ncurses?,sqlite?,tk?]
>=dev-python/pypy-bin-${PV}:${SLOT}[sqlite?,tk?]
)"