mgorny      15/04/08 17:54:02

  Modified:             osc-9999.ebuild osc-0.150.1.ebuild
                        osc-0.148.2.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.15                 dev-util/osc/osc-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/osc-9999.ebuild?r1=1.14&r2=1.15

Index: osc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- osc-9999.ebuild     25 Feb 2014 12:40:00 -0000      1.14
+++ osc-9999.ebuild     8 Apr 2015 17:54:02 -0000       1.15
@@ -1,12 +1,12 @@
-# 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-util/osc/osc-9999.ebuild,v 1.14 
2014/02/25 12:40:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v 1.15 
2015/04/08 17:54:02 mgorny Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="git://github.com/openSUSE/osc.git"
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="xml"
 
 if [[ "${PV}" == "9999" ]]; then



1.2                  dev-util/osc/osc-0.150.1.ebuild

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

Index: osc-0.150.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.150.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- osc-0.150.1.ebuild  14 Jan 2015 23:46:12 -0000      1.1
+++ osc-0.150.1.ebuild  8 Apr 2015 17:54:02 -0000       1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.150.1.ebuild,v 1.1 
2015/01/14 23:46:12 yac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.150.1.ebuild,v 1.2 
2015/04/08 17:54:02 mgorny Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="git://github.com/openSUSE/osc.git"
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="xml"
 
 if [[ "${PV}" == "9999" ]]; then



1.3                  dev-util/osc/osc-0.148.2.ebuild

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

Index: osc-0.148.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.148.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- osc-0.148.2.ebuild  12 Oct 2014 08:47:46 -0000      1.2
+++ osc-0.148.2.ebuild  8 Apr 2015 17:54:02 -0000       1.3
@@ -1,12 +1,12 @@
-# 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-util/osc/osc-0.148.2.ebuild,v 1.2 
2014/10/12 08:47:46 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.148.2.ebuild,v 1.3 
2015/04/08 17:54:02 mgorny Exp $
 
 EAPI=5
 
 EGIT_REPO_URI="git://github.com/openSUSE/osc.git"
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="xml"
 
 if [[ "${PV}" == "9999" ]]; then



1.38                 dev-util/osc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/osc/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   14 Jan 2015 23:46:12 -0000      1.37
+++ ChangeLog   8 Apr 2015 17:54:02 -0000       1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/osc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.37 2015/01/14 
23:46:12 yac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.38 2015/04/08 
17:54:02 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <[email protected]> osc-0.148.2.ebuild,
+  osc-0.150.1.ebuild, osc-9999.ebuild:
+  Drop old Python implementations
 
 *osc-0.150.1 (15 Jan 2015)
 




Reply via email to