public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pysrt: pysrt-1.0.1.ebuild pysrt-9999.ebuild ChangeLog
@ 2014-11-27 15:24 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2014-11-27 15:24 UTC (permalink / raw
  To: gentoo-commits

pacho       14/11/27 15:24:08

  Modified:             pysrt-1.0.1.ebuild pysrt-9999.ebuild ChangeLog
  Log:
  Support python 3.4
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  dev-python/pysrt/pysrt-1.0.1.ebuild

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

Index: pysrt-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysrt/pysrt-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pysrt-1.0.1.ebuild	6 Jul 2014 12:46:44 -0000	1.2
+++ pysrt-1.0.1.ebuild	27 Nov 2014 15:24:07 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysrt/pysrt-1.0.1.ebuild,v 1.2 2014/07/06 12:46:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysrt/pysrt-1.0.1.ebuild,v 1.3 2014/11/27 15:24:07 pacho Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 



1.5                  dev-python/pysrt/pysrt-9999.ebuild

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

Index: pysrt-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysrt/pysrt-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pysrt-9999.ebuild	6 Jul 2014 12:46:44 -0000	1.4
+++ pysrt-9999.ebuild	27 Nov 2014 15:24:07 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysrt/pysrt-9999.ebuild,v 1.4 2014/07/06 12:46:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysrt/pysrt-9999.ebuild,v 1.5 2014/11/27 15:24:07 pacho Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1 git-r3
 



1.5                  dev-python/pysrt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysrt/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	6 Jul 2014 12:46:44 -0000	1.4
+++ ChangeLog	27 Nov 2014 15:24:07 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pysrt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysrt/ChangeLog,v 1.4 2014/07/06 12:46:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysrt/ChangeLog,v 1.5 2014/11/27 15:24:07 pacho Exp $
+
+  27 Nov 2014; Pacho Ramos <pacho@gentoo.org> pysrt-1.0.1.ebuild,
+  pysrt-9999.ebuild:
+  Support python 3.4
 
   06 Jul 2014; Michał Górny <mgorny@gentoo.org> pysrt-0.5.1.ebuild,
   pysrt-1.0.0.ebuild, pysrt-1.0.1.ebuild, pysrt-9999.ebuild:





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

only message in thread, other threads:[~2014-11-27 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-27 15:24 [gentoo-commits] gentoo-x86 commit in dev-python/pysrt: pysrt-1.0.1.ebuild pysrt-9999.ebuild ChangeLog Pacho Ramos (pacho)

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