mgorny      15/04/08 18:25:44

  Modified:             charm-6.5.1-r1.ebuild charm-6.5.1-r2.ebuild
                        charm-6.6.1.ebuild charm-6.6.0.ebuild
                        charm-6.5.1-r3.ebuild charm-6.6.0-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.2                  sys-cluster/charm/charm-6.5.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.5.1-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.5.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.5.1-r1.ebuild?r1=1.1&r2=1.2

Index: charm-6.5.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.5.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- charm-6.5.1-r1.ebuild       9 Oct 2013 14:35:27 -0000       1.1
+++ charm-6.5.1-r1.ebuild       8 Apr 2015 18:25:44 -0000       1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.5.1-r1.ebuild,v 
1.1 2013/10/09 14:35:27 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.5.1-r1.ebuild,v 
1.2 2015/04/08 18:25:44 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit eutils flag-o-matic fortran-2 multilib toolchain-funcs python-single-r1
 



1.2                  sys-cluster/charm/charm-6.5.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.5.1-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.5.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.5.1-r2.ebuild?r1=1.1&r2=1.2

Index: charm-6.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.5.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- charm-6.5.1-r2.ebuild       18 Oct 2013 16:22:02 -0000      1.1
+++ charm-6.5.1-r2.ebuild       8 Apr 2015 18:25:44 -0000       1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.5.1-r2.ebuild,v 
1.1 2013/10/18 16:22:02 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.5.1-r2.ebuild,v 
1.2 2015/04/08 18:25:44 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit eutils flag-o-matic fortran-2 multilib toolchain-funcs python-single-r1
 



1.2                  sys-cluster/charm/charm-6.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.6.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.6.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.6.1.ebuild?r1=1.1&r2=1.2

Index: charm-6.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- charm-6.6.1.ebuild  7 Mar 2015 00:52:11 -0000       1.1
+++ charm-6.6.1.ebuild  8 Apr 2015 18:25:44 -0000       1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.6.1.ebuild,v 1.1 
2015/03/07 00:52:11 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.6.1.ebuild,v 1.2 
2015/04/08 18:25:44 mgorny Exp $
 
 EAPI=5
 
 FORTRAN_STANDARD="90"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit eutils flag-o-matic fortran-2 multilib multiprocessing python-any-r1 
toolchain-funcs
 



1.3                  sys-cluster/charm/charm-6.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.6.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.6.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.6.0.ebuild?r1=1.2&r2=1.3

Index: charm-6.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- charm-6.6.0.ebuild  26 Sep 2014 20:43:32 -0000      1.2
+++ charm-6.6.0.ebuild  8 Apr 2015 18:25:44 -0000       1.3
@@ -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/sys-cluster/charm/charm-6.6.0.ebuild,v 1.2 
2014/09/26 20:43:32 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.6.0.ebuild,v 1.3 
2015/04/08 18:25:44 mgorny Exp $
 
 EAPI=5
 
 FORTRAN_STANDARD="90"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit eutils flag-o-matic fortran-2 multilib multiprocessing python-any-r1 
toolchain-funcs
 



1.3                  sys-cluster/charm/charm-6.5.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.5.1-r3.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.5.1-r3.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.5.1-r3.ebuild?r1=1.2&r2=1.3

Index: charm-6.5.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.5.1-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- charm-6.5.1-r3.ebuild       15 Dec 2013 04:19:41 -0000      1.2
+++ charm-6.5.1-r3.ebuild       8 Apr 2015 18:25:44 -0000       1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.5.1-r3.ebuild,v 
1.2 2013/12/15 04:19:41 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.5.1-r3.ebuild,v 
1.3 2015/04/08 18:25:44 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit eutils flag-o-matic fortran-2 multilib toolchain-funcs python-any-r1
 



1.2                  sys-cluster/charm/charm-6.6.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.6.0-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.6.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/charm-6.6.0-r1.ebuild?r1=1.1&r2=1.2

Index: charm-6.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.6.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- charm-6.6.0-r1.ebuild       24 Nov 2014 00:16:57 -0000      1.1
+++ charm-6.6.0-r1.ebuild       8 Apr 2015 18:25:44 -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/sys-cluster/charm/charm-6.6.0-r1.ebuild,v 
1.1 2014/11/24 00:16:57 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.6.0-r1.ebuild,v 
1.2 2015/04/08 18:25:44 mgorny Exp $
 
 EAPI=5
 
 FORTRAN_STANDARD="90"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit eutils flag-o-matic fortran-2 multilib multiprocessing python-any-r1 
toolchain-funcs
 



1.45                 sys-cluster/charm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/ChangeLog?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/ChangeLog?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/charm/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   7 Mar 2015 00:52:11 -0000       1.44
+++ ChangeLog   8 Apr 2015 18:25:44 -0000       1.45
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/charm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/ChangeLog,v 1.44 
2015/03/07 00:52:11 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/ChangeLog,v 1.45 
2015/04/08 18:25:44 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgo...@gentoo.org> charm-6.5.1-r1.ebuild,
+  charm-6.5.1-r2.ebuild, charm-6.5.1-r3.ebuild, charm-6.6.0-r1.ebuild,
+  charm-6.6.0.ebuild, charm-6.6.1.ebuild:
+  Drop old Python implementations
 
 *charm-6.6.1 (07 Mar 2015)
 




Reply via email to