mgorny      14/03/31 20:35:57

  Modified:             keyring-1.5.ebuild keyring-1.0.ebuild
                        keyring-3.7.ebuild keyring-3.3.ebuild
                        keyring-1.5-r1.ebuild keyring-3.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.3                  dev-python/keyring/keyring-1.5.ebuild

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

Index: keyring-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- keyring-1.5.ebuild  5 Sep 2013 18:46:21 -0000       1.2
+++ keyring-1.5.ebuild  31 Mar 2014 20:35:57 -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/keyring/keyring-1.5.ebuild,v 1.2 
2013/09/05 18:46:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.5.ebuild,v 1.3 
2014/03/31 20:35:57 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy pypy2_0 )
 #tests restricted due to unpackaged dependancies
 RESTRICT="test"
 



1.7                  dev-python/keyring/keyring-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keyring/keyring-1.0.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keyring/keyring-1.0.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keyring/keyring-1.0.ebuild?r1=1.6&r2=1.7

Index: keyring-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- keyring-1.0.ebuild  5 Sep 2013 18:46:21 -0000       1.6
+++ keyring-1.0.ebuild  31 Mar 2014 20:35:57 -0000      1.7
@@ -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/keyring/keyring-1.0.ebuild,v 1.6 
2013/09/05 18:46:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.0.ebuild,v 1.7 
2014/03/31 20:35:57 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/keyring/keyring-3.7.ebuild

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

Index: keyring-3.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keyring-3.7.ebuild  30 Mar 2014 22:35:06 -0000      1.1
+++ keyring-3.7.ebuild  31 Mar 2014 20:35:57 -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/keyring/keyring-3.7.ebuild,v 1.1 
2014/03/30 22:35:06 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.7.ebuild,v 1.2 
2014/03/31 20:35:57 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy2_0)
+PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy pypy2_0)
 
 inherit distutils-r1
 DESCRIPTION="Provides access to the system keyring service"



1.2                  dev-python/keyring/keyring-3.3.ebuild

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

Index: keyring-3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keyring-3.3.ebuild  6 Jan 2014 06:06:13 -0000       1.1
+++ keyring-3.3.ebuild  31 Mar 2014 20:35:57 -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/keyring/keyring-3.3.ebuild,v 1.1 
2014/01/06 06:06:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.3.ebuild,v 1.2 
2014/03/31 20:35:57 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy2_0)
+PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy pypy2_0)
 
 inherit distutils-r1
 DESCRIPTION="Provides access to the system keyring service"



1.4                  dev-python/keyring/keyring-1.5-r1.ebuild

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

Index: keyring-1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- keyring-1.5-r1.ebuild       27 Sep 2013 02:15:22 -0000      1.3
+++ keyring-1.5-r1.ebuild       31 Mar 2014 20:35:57 -0000      1.4
@@ -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/keyring/keyring-1.5-r1.ebuild,v 
1.3 2013/09/27 02:15:22 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.5-r1.ebuild,v 
1.4 2014/03/31 20:35:57 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy pypy2_0 )
 #tests restricted due to unpackaged dependancies
 RESTRICT="test"
 



1.2                  dev-python/keyring/keyring-3.1.ebuild

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

Index: keyring-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keyring-3.1.ebuild  23 Oct 2013 05:22:25 -0000      1.1
+++ keyring-3.1.ebuild  31 Mar 2014 20:35:57 -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/keyring/keyring-3.1.ebuild,v 1.1 
2013/10/23 05:22:25 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-3.1.ebuild,v 1.2 
2014/03/31 20:35:57 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} python{3_2,3_3} pypy pypy2_0 )
 #tests restricted due to unpackaged dependancies
 RESTRICT="test"
 



1.14                 dev-python/keyring/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/keyring/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   30 Mar 2014 22:35:06 -0000      1.13
+++ ChangeLog   31 Mar 2014 20:35:57 -0000      1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/keyring
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/ChangeLog,v 1.13 
2014/03/30 22:35:06 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/ChangeLog,v 1.14 
2014/03/31 20:35:57 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgo...@gentoo.org> keyring-1.0.ebuild,
+  keyring-1.5-r1.ebuild, keyring-1.5.ebuild, keyring-3.1.ebuild,
+  keyring-3.3.ebuild, keyring-3.7.ebuild:
+  Add support for the new PyPy slotting.
 
 *keyring-3.7 (30 Mar 2014)
 




Reply via email to