mgorny 15/06/04 21:19:46 Modified: ChangeLog Added: pypy-2.6.0.ebuild Log: Version bump (p.masked). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.17 virtual/pypy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 12 Apr 2015 16:13:26 -0000 1.16 +++ ChangeLog 4 Jun 2015 21:19:46 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for virtual/pypy # 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 $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.17 2015/06/04 21:19:46 mgorny Exp $ + +*pypy-2.6.0 (04 Jun 2015) + + 04 Jun 2015; Michał Górny <[email protected]> +pypy-2.6.0.ebuild: + Version bump (p.masked). *pypy-2.5.1 (12 Apr 2015) 1.1 virtual/pypy/pypy-2.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.6.0.ebuild?rev=1.1&content-type=text/plain Index: pypy-2.6.0.ebuild =================================================================== # 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.6.0.ebuild,v 1.1 2015/06/04 21:19:46 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?] )"
