mgorny      14/03/31 20:37:23

  Modified:             bottle-0.12.5.ebuild bottle-0.11.6-r1.ebuild
                        bottle-0.11.6.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/bottle/bottle-0.12.5.ebuild

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

Index: bottle-0.12.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bottle-0.12.5.ebuild        10 Mar 2014 08:42:29 -0000      1.1
+++ bottle-0.12.5.ebuild        31 Mar 2014 20:37:23 -0000      1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild,v 
1.1 2014/03/10 08:42:29 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild,v 
1.2 2014/03/31 20:37:23 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
 
 DESCRIPTION="A fast and simple micro-framework for small web-applications"



1.13                 dev-python/bottle/bottle-0.11.6-r1.ebuild

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

Index: bottle-0.11.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bottle-0.11.6-r1.ebuild     5 Jan 2014 17:51:50 -0000       1.12
+++ bottle-0.11.6-r1.ebuild     31 Mar 2014 20:37:23 -0000      1.13
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild,v 
1.12 2014/01/05 17:51:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild,v 
1.13 2014/03/31 20:37:23 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
 
 DESCRIPTION="A fast and simple micro-framework for small web-applications"



1.6                  dev-python/bottle/bottle-0.11.6.ebuild

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

Index: bottle-0.11.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bottle-0.11.6.ebuild        5 Sep 2013 18:46:52 -0000       1.5
+++ bottle-0.11.6.ebuild        31 Mar 2014 20:37:23 -0000      1.6
@@ -1,10 +1,10 @@
-# 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/bottle/bottle-0.11.6.ebuild,v 
1.5 2013/09/05 18:46:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild,v 
1.6 2014/03/31 20:37:23 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 python-r1
 
 DESCRIPTION="A fast and simple micro-framework for small web-applications"



1.22                 dev-python/bottle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   10 Mar 2014 08:42:29 -0000      1.21
+++ ChangeLog   31 Mar 2014 20:37:23 -0000      1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/bottle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.21 
2014/03/10 08:42:29 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.22 
2014/03/31 20:37:23 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <[email protected]> bottle-0.11.6-r1.ebuild,
+  bottle-0.11.6.ebuild, bottle-0.12.5.ebuild:
+  Add support for the new PyPy slotting.
 
 *bottle-0.12.5 (10 Mar 2014)
 




Reply via email to