public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in virtual/python-unittest2: python-unittest2-1-r1.ebuild python-unittest2-1-r2.ebuild python-unittest2-1.ebuild ChangeLog
@ 2014-03-31 21:23 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2014-03-31 21:23 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/31 21:23:50

  Modified:             python-unittest2-1-r1.ebuild
                        python-unittest2-1-r2.ebuild
                        python-unittest2-1.ebuild ChangeLog
  Log:
  Add support for the new PyPy slotting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.14                 virtual/python-unittest2/python-unittest2-1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r1.ebuild?r1=1.13&r2=1.14

Index: python-unittest2-1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- python-unittest2-1-r1.ebuild	17 Jan 2014 06:00:04 -0000	1.13
+++ python-unittest2-1-r1.ebuild	31 Mar 2014 21:23:50 -0000	1.14
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r1.ebuild,v 1.13 2014/01/17 06:00:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r1.ebuild,v 1.14 2014/03/31 21:23:50 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 inherit python-r1
 
 DESCRIPTION="A virtual for packages needing unittest2 in Python 2.5, 2.6, 3.1"



1.6                  virtual/python-unittest2/python-unittest2-1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?r1=1.5&r2=1.6

Index: python-unittest2-1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-unittest2-1-r2.ebuild	4 Mar 2014 20:15:30 -0000	1.5
+++ python-unittest2-1-r2.ebuild	31 Mar 2014 21:23:50 -0000	1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.5 2014/03/04 20:15:30 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.6 2014/03/31 21:23:50 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 inherit python-r1
 
 DESCRIPTION="A virtual for packages needing unittest2 only in Python 2.6"



1.5                  virtual/python-unittest2/python-unittest2-1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild?r1=1.4&r2=1.5

Index: python-unittest2-1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-unittest2-1.ebuild	5 Sep 2013 19:44:43 -0000	1.4
+++ python-unittest2-1.ebuild	31 Mar 2014 21:23:50 -0000	1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild,v 1.4 2013/09/05 19:44:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1.ebuild,v 1.5 2014/03/31 21:23:50 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 inherit python-r1
 
 DESCRIPTION="A virtual for packages needing unittest2 in Python 2.5, 2.6, 3.1"



1.24                 virtual/python-unittest2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	4 Mar 2014 20:15:30 -0000	1.23
+++ ChangeLog	31 Mar 2014 21:23:50 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/python-unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.23 2014/03/04 20:15:30 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.24 2014/03/31 21:23:50 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r1.ebuild,
+  python-unittest2-1-r2.ebuild, python-unittest2-1.ebuild:
+  Add support for the new PyPy slotting.
 
   04 Mar 2014; Naohiro Aota <naota@gentoo.org> python-unittest2-1-r2.ebuild:
   Add ~x86-fbsd





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

only message in thread, other threads:[~2014-03-31 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 21:23 [gentoo-commits] gentoo-x86 commit in virtual/python-unittest2: python-unittest2-1-r1.ebuild python-unittest2-1-r2.ebuild python-unittest2-1.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