public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7.ebuild testresources-0.2.7-r1.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:01

  Modified:             testresources-0.2.7.ebuild
                        testresources-0.2.7-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.6                  dev-python/testresources/testresources-0.2.7.ebuild

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

Index: testresources-0.2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testresources-0.2.7.ebuild	20 Aug 2014 20:25:19 -0000	1.5
+++ testresources-0.2.7.ebuild	8 Apr 2015 08:05:01 -0000	1.6
@@ -1,9 +1,9 @@
-# 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/testresources/testresources-0.2.7.ebuild,v 1.5 2014/08/20 20:25:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v 1.6 2015/04/08 08:05:01 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.9                  dev-python/testresources/testresources-0.2.7-r1.ebuild

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

Index: testresources-0.2.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- testresources-0.2.7-r1.ebuild	20 Aug 2014 20:25:19 -0000	1.8
+++ testresources-0.2.7-r1.ebuild	8 Apr 2015 08:05:01 -0000	1.9
@@ -1,9 +1,9 @@
-# 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/testresources/testresources-0.2.7-r1.ebuild,v 1.8 2014/08/20 20:25:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v 1.9 2015/04/08 08:05:01 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit distutils-r1
 



1.19                 dev-python/testresources/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	9 Mar 2015 00:05:00 -0000	1.18
+++ ChangeLog	8 Apr 2015 08:05:01 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.18 2015/03/09 00:05:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.19 2015/04/08 08:05:01 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> testresources-0.2.7-r1.ebuild,
+  testresources-0.2.7.ebuild:
+  Drop old Python implementations
 
   09 Mar 2015; Pacho Ramos <pacho@gentoo.org> testresources-0.2.7-r2.ebuild:
   x86 stable, bug 540290





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-08  8:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08  8:05 [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7.ebuild testresources-0.2.7-r1.ebuild ChangeLog Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox