public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/root_numpy: root_numpy-3.3.0.ebuild root_numpy-3.2.0.ebuild root_numpy-3.3.1.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:15

  Modified:             root_numpy-3.3.0.ebuild root_numpy-3.2.0.ebuild
                        root_numpy-3.3.1.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.2                  dev-python/root_numpy/root_numpy-3.3.0.ebuild

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

Index: root_numpy-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- root_numpy-3.3.0.ebuild	6 May 2014 15:59:22 -0000	1.1
+++ root_numpy-3.3.0.ebuild	8 Apr 2015 08:05:15 -0000	1.2
@@ -1,11 +1,11 @@
-# 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/root_numpy/root_numpy-3.3.0.ebuild,v 1.1 2014/05/06 15:59:22 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.0.ebuild,v 1.2 2015/04/08 08:05:15 mgorny Exp $
 
 EAPI=5
 
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.2                  dev-python/root_numpy/root_numpy-3.2.0.ebuild

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

Index: root_numpy-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/root_numpy/root_numpy-3.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- root_numpy-3.2.0.ebuild	23 Feb 2014 22:40:09 -0000	1.1
+++ root_numpy-3.2.0.ebuild	8 Apr 2015 08:05:15 -0000	1.2
@@ -1,11 +1,11 @@
-# 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/root_numpy/root_numpy-3.2.0.ebuild,v 1.1 2014/02/23 22:40:09 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/root_numpy-3.2.0.ebuild,v 1.2 2015/04/08 08:05:15 mgorny Exp $
 
 EAPI=5
 
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.2                  dev-python/root_numpy/root_numpy-3.3.1.ebuild

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

Index: root_numpy-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- root_numpy-3.3.1.ebuild	30 Jun 2014 18:40:54 -0000	1.1
+++ root_numpy-3.3.1.ebuild	8 Apr 2015 08:05:15 -0000	1.2
@@ -1,11 +1,11 @@
-# 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/root_numpy/root_numpy-3.3.1.ebuild,v 1.1 2014/06/30 18:40:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/root_numpy-3.3.1.ebuild,v 1.2 2015/04/08 08:05:15 mgorny Exp $
 
 EAPI=5
 
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 



1.7                  dev-python/root_numpy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/root_numpy/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	30 Jun 2014 18:40:54 -0000	1.6
+++ ChangeLog	8 Apr 2015 08:05:15 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/root_numpy
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/ChangeLog,v 1.6 2014/06/30 18:40:54 bicatali Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/ChangeLog,v 1.7 2015/04/08 08:05:15 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> root_numpy-3.2.0.ebuild,
+  root_numpy-3.3.0.ebuild, root_numpy-3.3.1.ebuild:
+  Drop old Python implementations
 
 *root_numpy-3.3.1 (30 Jun 2014)
 





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

only message in thread, other threads:[~2015-04-08  8:09 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/root_numpy: root_numpy-3.3.0.ebuild root_numpy-3.2.0.ebuild root_numpy-3.3.1.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