mgorny      14/03/31 20:28:14

  Modified:             pyserial-2.7-r1.ebuild pyserial-2.6-r1.ebuild
                        pyserial-2.7.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.2                  dev-python/pyserial/pyserial-2.7-r1.ebuild

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

Index: pyserial-2.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-2.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyserial-2.7-r1.ebuild      28 Mar 2014 05:20:38 -0000      1.1
+++ pyserial-2.7-r1.ebuild      31 Mar 2014 20:28:14 -0000      1.2
@@ -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/dev-python/pyserial/pyserial-2.7-r1.ebuild,v 1.1 
2014/03/28 05:20:38 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-2.7-r1.ebuild,v 1.2 
2014/03/31 20:28:14 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 distutils-r1
 



1.19                 dev-python/pyserial/pyserial-2.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyserial/pyserial-2.6-r1.ebuild?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyserial/pyserial-2.6-r1.ebuild?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyserial/pyserial-2.6-r1.ebuild?r1=1.18&r2=1.19

Index: pyserial-2.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-2.6-r1.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pyserial-2.6-r1.ebuild      25 Mar 2014 08:23:51 -0000      1.18
+++ pyserial-2.6-r1.ebuild      31 Mar 2014 20:28:14 -0000      1.19
@@ -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/dev-python/pyserial/pyserial-2.6-r1.ebuild,v 1.18 
2014/03/25 08:23:51 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-2.6-r1.ebuild,v 1.19 
2014/03/31 20:28:14 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 distutils-r1
 



1.11                 dev-python/pyserial/pyserial-2.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyserial/pyserial-2.7.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyserial/pyserial-2.7.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyserial/pyserial-2.7.ebuild?r1=1.10&r2=1.11

Index: pyserial-2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-2.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pyserial-2.7.ebuild 19 Mar 2014 15:23:41 -0000      1.10
+++ pyserial-2.7.ebuild 31 Mar 2014 20:28:14 -0000      1.11
@@ -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/dev-python/pyserial/pyserial-2.7.ebuild,v 
1.10 2014/03/19 15:23:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-2.7.ebuild,v 
1.11 2014/03/31 20:28:14 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 distutils-r1
 



1.98                 dev-python/pyserial/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyserial/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   28 Mar 2014 05:20:38 -0000      1.97
+++ ChangeLog   31 Mar 2014 20:28:14 -0000      1.98
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyserial
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/ChangeLog,v 1.97 
2014/03/28 05:20:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/ChangeLog,v 1.98 
2014/03/31 20:28:14 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <[email protected]> pyserial-2.6-r1.ebuild,
+  pyserial-2.7-r1.ebuild, pyserial-2.7.ebuild:
+  Add support for the new PyPy slotting.
 
 *pyserial-2.7-r1 (28 Mar 2014)
 




Reply via email to