public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in virtual/pypy: pypy-1.9.ebuild pypy-2.0.ebuild ChangeLog
@ 2013-07-28  9:18 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2013-07-28  9:18 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/07/28 09:18:55

  Modified:             pypy-1.9.ebuild pypy-2.0.ebuild ChangeLog
  Log:
  Require USE=ssl on old versions of PyPy for compatibility. Drop HOMEPAGE.
  
  (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.2                  virtual/pypy/pypy-1.9.ebuild

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

Index: pypy-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-1.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pypy-1.9.ebuild	27 Jul 2013 11:15:48 -0000	1.1
+++ pypy-1.9.ebuild	28 Jul 2013 09:18:55 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-1.9.ebuild,v 1.1 2013/07/27 11:15:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-1.9.ebuild,v 1.2 2013/07/28 09:18:55 mgorny Exp $
 
 EAPI=5
 
 inherit versionator
 
 DESCRIPTION="A virtual for PyPy Python implementation"
-HOMEPAGE="http://pypy.org/"
+HOMEPAGE=""
 SRC_URI=""
 
 LICENSE=""
@@ -17,6 +17,6 @@
 
 RDEPEND="
 	|| (
-		dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?]
+		dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)]
 		dev-python/pypy-bin:${SLOT}[sqlite?]
 	)"



1.2                  virtual/pypy/pypy-2.0.ebuild

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

Index: pypy-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pypy-2.0.ebuild	27 Jul 2013 11:15:48 -0000	1.1
+++ pypy-2.0.ebuild	28 Jul 2013 09:18:55 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.0.ebuild,v 1.1 2013/07/27 11:15:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/pypy-2.0.ebuild,v 1.2 2013/07/28 09:18:55 mgorny Exp $
 
 EAPI=5
 
 inherit versionator
 
 DESCRIPTION="A virtual for PyPy Python implementation"
-HOMEPAGE="http://pypy.org/"
+HOMEPAGE=""
 SRC_URI=""
 
 LICENSE=""
@@ -17,6 +17,6 @@
 
 RDEPEND="
 	|| (
-		dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?]
+		dev-python/pypy:${SLOT}[bzip2?,ncurses?,sqlite?,ssl(+)]
 		dev-python/pypy-bin:${SLOT}[sqlite?]
 	)"



1.2                  virtual/pypy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	27 Jul 2013 11:15:48 -0000	1.1
+++ ChangeLog	28 Jul 2013 09:18:55 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/pypy
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.1 2013/07/27 11:15:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/pypy/ChangeLog,v 1.2 2013/07/28 09:18:55 mgorny Exp $
+
+  28 Jul 2013; Michał Górny <mgorny@gentoo.org> pypy-1.9.ebuild,
+  pypy-2.0.ebuild:
+  Require USE=ssl on old versions of PyPy for compatibility. Drop HOMEPAGE.
 
 *pypy-1.9 (27 Jul 2013)
 *pypy-2.0 (27 Jul 2013)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-28  9:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-28  9:18 [gentoo-commits] gentoo-x86 commit in virtual/pypy: pypy-1.9.ebuild pypy-2.0.ebuild ChangeLog Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox