mgorny      14/03/31 21:16:08

  Modified:             mozrunner-5.23.ebuild mozrunner-5.28.ebuild
                        mozrunner-5.24.ebuild mozrunner-5.27.ebuild
                        mozrunner-5.18-r1.ebuild mozrunner-5.26.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.3                  dev-python/mozrunner/mozrunner-5.23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.23.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.23.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.23.ebuild?r1=1.2&r2=1.3

Index: mozrunner-5.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.23.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mozrunner-5.23.ebuild       5 Sep 2013 18:46:27 -0000       1.2
+++ mozrunner-5.23.ebuild       31 Mar 2014 21:16:08 -0000      1.3
@@ -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/dev-python/mozrunner/mozrunner-5.23.ebuild,v 1.2 
2013/09/05 18:46:27 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.23.ebuild,v 1.3 
2014/03/31 21:16:08 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.2                  dev-python/mozrunner/mozrunner-5.28.ebuild

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

Index: mozrunner-5.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.28.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mozrunner-5.28.ebuild       17 Dec 2013 05:52:25 -0000      1.1
+++ mozrunner-5.28.ebuild       31 Mar 2014 21:16:08 -0000      1.2
@@ -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/dev-python/mozrunner/mozrunner-5.28.ebuild,v 1.1 
2013/12/17 05:52:25 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.28.ebuild,v 1.2 
2014/03/31 21:16:08 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.3                  dev-python/mozrunner/mozrunner-5.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.24.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.24.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.24.ebuild?r1=1.2&r2=1.3

Index: mozrunner-5.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.24.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mozrunner-5.24.ebuild       5 Sep 2013 18:46:27 -0000       1.2
+++ mozrunner-5.24.ebuild       31 Mar 2014 21:16:08 -0000      1.3
@@ -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/dev-python/mozrunner/mozrunner-5.24.ebuild,v 1.2 
2013/09/05 18:46:27 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.24.ebuild,v 1.3 
2014/03/31 21:16:08 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.2                  dev-python/mozrunner/mozrunner-5.27.ebuild

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

Index: mozrunner-5.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.27.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mozrunner-5.27.ebuild       22 Nov 2013 08:02:47 -0000      1.1
+++ mozrunner-5.27.ebuild       31 Mar 2014 21:16:08 -0000      1.2
@@ -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/dev-python/mozrunner/mozrunner-5.27.ebuild,v 1.1 
2013/11/22 08:02:47 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.27.ebuild,v 1.2 
2014/03/31 21:16:08 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.3                  dev-python/mozrunner/mozrunner-5.18-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild?r1=1.2&r2=1.3

Index: mozrunner-5.18-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mozrunner-5.18-r1.ebuild    5 Sep 2013 18:46:27 -0000       1.2
+++ mozrunner-5.18-r1.ebuild    31 Mar 2014 21:16:08 -0000      1.3
@@ -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/dev-python/mozrunner/mozrunner-5.18-r1.ebuild,v 1.2 
2013/09/05 18:46:27 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild,v 1.3 
2014/03/31 21:16:08 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.2                  dev-python/mozrunner/mozrunner-5.26.ebuild

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

Index: mozrunner-5.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mozrunner-5.26.ebuild       7 Nov 2013 06:11:56 -0000       1.1
+++ mozrunner-5.26.ebuild       31 Mar 2014 21:16:08 -0000      1.2
@@ -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/dev-python/mozrunner/mozrunner-5.26.ebuild,v 1.1 
2013/11/07 06:11:56 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.26.ebuild,v 1.2 
2014/03/31 21:16:08 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.33                 dev-python/mozrunner/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   17 Dec 2013 05:52:25 -0000      1.32
+++ ChangeLog   31 Mar 2014 21:16:08 -0000      1.33
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/mozrunner
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.32 
2013/12/17 05:52:25 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.33 
2014/03/31 21:16:08 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgo...@gentoo.org> mozrunner-5.18-r1.ebuild,
+  mozrunner-5.23.ebuild, mozrunner-5.24.ebuild, mozrunner-5.26.ebuild,
+  mozrunner-5.27.ebuild, mozrunner-5.28.ebuild:
+  Add support for the new PyPy slotting.
 
 *mozrunner-5.28 (17 Dec 2013)
 




Reply via email to