mgorny 14/03/12 09:23:55 Modified: ChangeLog Added: pypy-2.2.1.ebuild Log: Add virtual for the new pypy. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.5 virtual/pypy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 9 Oct 2013 20:05:52 -0000 1.4 +++ ChangeLog 12 Mar 2014 09:23:54 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for virtual/pypy -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.4 2013/10/09 20:05:52 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.5 2014/03/12 09:23:54 mgorny Exp $ + +*pypy-2.2.1 (12 Mar 2014) + + 12 Mar 2014; Michał Górny <mgo...@gentoo.org> +pypy-2.2.1.ebuild: + Add virtual for the new pypy. *pypy-2.0.2 (09 Oct 2013) 1.1 virtual/pypy/pypy-2.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild?rev=1.1&content-type=text/plain Index: pypy-2.2.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.2.1.ebuild,v 1.1 2014/03/12 09:23:54 mgorny Exp $ EAPI=5 inherit versionator DESCRIPTION="A virtual for PyPy Python implementation" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT=0 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 ncurses sqlite" RDEPEND=" || ( >=dev-python/pypy-2.2.1:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)] >=dev-python/pypy-bin-2.2.1:${SLOT}[sqlite?] )"