public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/sh: sh-1.09.ebuild sh-1.11.ebuild sh-1.07.ebuild sh-1.08.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:09

  Modified:             sh-1.09.ebuild sh-1.11.ebuild sh-1.07.ebuild
                        sh-1.08.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.4                  dev-python/sh/sh-1.09.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sh/sh-1.09.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sh/sh-1.09.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sh/sh-1.09.ebuild?r1=1.3&r2=1.4

Index: sh-1.09.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.09.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sh-1.09.ebuild	27 Nov 2014 15:04:10 -0000	1.3
+++ sh-1.09.ebuild	8 Apr 2015 08:05:09 -0000	1.4
@@ -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/sh/sh-1.09.ebuild,v 1.3 2014/11/27 15:04:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.09.ebuild,v 1.4 2015/04/08 08:05:09 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_{6,7},3_{2,3,4}})
+PYTHON_COMPAT=(python{2_7,3_{3,4}})
 
 inherit distutils-r1
 



1.2                  dev-python/sh/sh-1.11.ebuild

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

Index: sh-1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sh-1.11.ebuild	17 Feb 2015 12:01:17 -0000	1.1
+++ sh-1.11.ebuild	8 Apr 2015 08:05:09 -0000	1.2
@@ -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/sh/sh-1.11.ebuild,v 1.1 2015/02/17 12:01:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.11.ebuild,v 1.2 2015/04/08 08:05:09 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=(python2_7 python3_{2,3,4} )
+PYTHON_COMPAT=(python2_7 python3_{3,4} )
 
 inherit distutils-r1
 



1.4                  dev-python/sh/sh-1.07.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sh/sh-1.07.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sh/sh-1.07.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sh/sh-1.07.ebuild?r1=1.3&r2=1.4

Index: sh-1.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.07.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sh-1.07.ebuild	5 Sep 2013 18:46:23 -0000	1.3
+++ sh-1.07.ebuild	8 Apr 2015 08:05:09 -0000	1.4
@@ -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/dev-python/sh/sh-1.07.ebuild,v 1.3 2013/09/05 18:46:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.07.ebuild,v 1.4 2015/04/08 08:05:09 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_{6,7},3_{2,3}})
+PYTHON_COMPAT=(python{2_7,3_3})
 inherit distutils-r1
 
 DESCRIPTION="Python subprocess interface"



1.5                  dev-python/sh/sh-1.08.ebuild

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

Index: sh-1.08.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.08.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sh-1.08.ebuild	8 Feb 2014 11:03:30 -0000	1.4
+++ sh-1.08.ebuild	8 Apr 2015 08:05:09 -0000	1.5
@@ -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/sh/sh-1.08.ebuild,v 1.4 2014/02/08 11:03:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/sh-1.08.ebuild,v 1.5 2015/04/08 08:05:09 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_{6,7},3_{2,3}})
+PYTHON_COMPAT=(python{2_7,3_3})
 
 inherit distutils-r1
 



1.9                  dev-python/sh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	17 Feb 2015 12:01:17 -0000	1.8
+++ ChangeLog	8 Apr 2015 08:05:09 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/sh
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.8 2015/02/17 12:01:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sh/ChangeLog,v 1.9 2015/04/08 08:05:09 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> sh-1.07.ebuild, sh-1.08.ebuild,
+  sh-1.09.ebuild, sh-1.11.ebuild:
+  Drop old Python implementations
 
 *sh-1.11 (17 Feb 2015)
 





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

only message in thread, other threads:[~2015-04-08  8:08 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/sh: sh-1.09.ebuild sh-1.11.ebuild sh-1.07.ebuild sh-1.08.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