floppym 14/10/21 01:10:22 Modified: ChangeLog Added: pypy-2.4.0.ebuild Log: Add 2.4.0 without keywords to match dev-python/pypy. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.12 virtual/pypy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 12 Jul 2014 21:29:10 -0000 1.11 +++ ChangeLog 21 Oct 2014 01:10:22 -0000 1.12 @@ -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.11 2014/07/12 21:29:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.12 2014/10/21 01:10:22 floppym Exp $ + +*pypy-2.4.0 (21 Oct 2014) + + 21 Oct 2014; Mike Gilbert <[email protected]> +pypy-2.4.0.ebuild: + Add 2.4.0 without keywords to match dev-python/pypy. *pypy-2.3.1 (12 Jul 2014) 1.1 virtual/pypy/pypy-2.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.4.0.ebuild?rev=1.1&content-type=text/plain Index: pypy-2.4.0.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.4.0.ebuild,v 1.1 2014/10/21 01:10:22 floppym 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?] )"
