mgorny      14/03/30 21:00:59

  Modified:             pypy-2.2.1.ebuild ChangeLog
  Added:                pypy-2.0.2-r1.ebuild
  Log:
  Backport the :0 slot switch to pypy-2.0.2 since we have binpackages for this 
version.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild?r1=1.2&r2=1.3

Index: pypy-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pypy-2.2.1.ebuild   12 Mar 2014 09:27:43 -0000      1.2
+++ pypy-2.2.1.ebuild   30 Mar 2014 21:00:58 -0000      1.3
@@ -1,6 +1,6 @@
 # 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.2 
2014/03/12 09:27:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.2.1.ebuild,v 1.3 
2014/03/30 21:00:58 mgorny Exp $
 
 EAPI=5
 
@@ -17,6 +17,6 @@
 
 RDEPEND="
        || (
-               >=dev-python/pypy-2.2.1:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)]
-               >=dev-python/pypy-bin-2.2.1:${SLOT}[sqlite?]
+               >=dev-python/pypy-${PV}:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)]
+               >=dev-python/pypy-bin-${PV}:${SLOT}[sqlite?]
        )"



1.7                  virtual/pypy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   12 Mar 2014 09:27:43 -0000      1.6
+++ ChangeLog   30 Mar 2014 21:00:59 -0000      1.7
@@ -1,6 +1,13 @@
 # ChangeLog for virtual/pypy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.6 2014/03/12 
09:27:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.7 2014/03/30 
21:00:59 mgorny Exp $
+
+*pypy-2.0.2-r1 (30 Mar 2014)
+
+  30 Mar 2014; Michał Górny <[email protected]> +pypy-2.0.2-r1.ebuild,
+  pypy-2.2.1.ebuild:
+  Backport the :0 slot switch to pypy-2.0.2 since we have binpackages for this
+  version.
 
   12 Mar 2014; Michał Górny <[email protected]> pypy-2.2.1.ebuild:
   Add the subslot.



1.1                  virtual/pypy/pypy-2.0.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.0.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pypy/pypy-2.0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: pypy-2.0.2-r1.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.0.2-r1.ebuild,v 1.1 
2014/03/30 21:00:59 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"

RDEPEND="
        || (
                >=dev-python/pypy-${PV}:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)]
                >=dev-python/pypy-bin-${PV}:${SLOT}[sqlite?]
        )"




Reply via email to