mgorny      15/04/08 08:04:55

  Modified:             http-parser-0.7.12.ebuild http-parser-0.8.3.ebuild
                        http-parser-0.8.1-r1.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.7                  dev-python/http-parser/http-parser-0.7.12.ebuild

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

Index: http-parser-0.7.12.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- http-parser-0.7.12.ebuild   31 Mar 2014 21:13:13 -0000      1.6
+++ http-parser-0.7.12.ebuild   8 Apr 2015 08:04:55 -0000       1.7
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v 1.6 
2014/03/31 21:13:13 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v 1.7 
2015/04/08 08:04:55 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1 flag-o-matic
 



1.12                 dev-python/http-parser/http-parser-0.8.3.ebuild

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

Index: http-parser-0.8.3.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- http-parser-0.8.3.ebuild    8 Mar 2015 23:50:24 -0000       1.11
+++ http-parser-0.8.3.ebuild    8 Apr 2015 08:04:55 -0000       1.12
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v 1.11 
2015/03/08 23:50:24 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v 1.12 
2015/04/08 08:04:55 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1 flag-o-matic
 



1.8                  dev-python/http-parser/http-parser-0.8.1-r1.ebuild

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

Index: http-parser-0.8.1-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- http-parser-0.8.1-r1.ebuild 31 Mar 2014 21:13:13 -0000      1.7
+++ http-parser-0.8.1-r1.ebuild 8 Apr 2015 08:04:55 -0000       1.8
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild,v 
1.7 2014/03/31 21:13:13 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild,v 
1.8 2015/04/08 08:04:55 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1 flag-o-matic
 



1.29                 dev-python/http-parser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   8 Mar 2015 23:50:24 -0000       1.28
+++ ChangeLog   8 Apr 2015 08:04:55 -0000       1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/http-parser
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.28 
2015/03/08 23:50:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.29 
2015/04/08 08:04:55 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgo...@gentoo.org> http-parser-0.7.12.ebuild,
+  http-parser-0.8.1-r1.ebuild, http-parser-0.8.3.ebuild:
+  Drop old Python implementations
 
   08 Mar 2015; Pacho Ramos <pa...@gentoo.org> http-parser-0.8.3.ebuild:
   x86 stable, bug 540290




Reply via email to