floppym 14/05/15 01:00:18 Modified: ChangeLog Added: pypy-2.3.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.9 virtual/pypy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 9 May 2014 06:14:41 -0000 1.8 +++ ChangeLog 15 May 2014 01:00:18 -0000 1.9 @@ -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.8 2014/05/09 06:14:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.9 2014/05/15 01:00:18 floppym Exp $ + +*pypy-2.3 (15 May 2014) + + 15 May 2014; Mike Gilbert <flop...@gentoo.org> +pypy-2.3.ebuild: + Version bump. 09 May 2014; Michał Górny <mgo...@gentoo.org> pypy-2.2.1.ebuild: Add USE=tk for tkinter modules. Bug #509794. 1.1 virtual/pypy/pypy-2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.3.ebuild?rev=1.1&content-type=text/plain Index: pypy-2.3.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.ebuild,v 1.1 2014/05/15 01:00:18 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?] )"