public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: pyxdg-0.19.ebuild pyxdg-0.20_rc1_p20120624.ebuild pyxdg-0.20_rc1.ebuild ChangeLog
@ 2012-06-27  4:21 Mike Gilbert (floppym)
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2012-06-27  4:21 UTC (permalink / raw
  To: gentoo-commits

floppym     12/06/27 04:21:04

  Modified:             pyxdg-0.19.ebuild pyxdg-0.20_rc1_p20120624.ebuild
                        pyxdg-0.20_rc1.ebuild ChangeLog
  Log:
  Relax python restrictions based on advice from Arfrever. May resolve bug 422991.
  
  (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/pyxdg/pyxdg-0.19.ebuild

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

Index: pyxdg-0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.19.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyxdg-0.19.ebuild	9 Mar 2012 01:01:05 -0000	1.8
+++ pyxdg-0.19.ebuild	27 Jun 2012 04:21:04 -0000	1.9
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.19.ebuild,v 1.8 2012/03/09 01:01:05 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.19.ebuild,v 1.9 2012/06/27 04:21:04 floppym Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
+RESTRICT_PYTHON_ABIS="3.*"
 PYTHON_DEPEND="2"
 
 inherit distutils eutils



1.2                  dev-python/pyxdg/pyxdg-0.20_rc1_p20120624.ebuild

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

Index: pyxdg-0.20_rc1_p20120624.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1_p20120624.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyxdg-0.20_rc1_p20120624.ebuild	24 Jun 2012 16:01:53 -0000	1.1
+++ pyxdg-0.20_rc1_p20120624.ebuild	27 Jun 2012 04:21:04 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1_p20120624.ebuild,v 1.1 2012/06/24 16:01:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1_p20120624.ebuild,v 1.2 2012/06/27 04:21:04 floppym Exp $
 
 EAPI=4
 
-PYTHON_DEPEND="2:2.6 3:3.2"
+PYTHON_DEPEND="2:2.6 3"
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.5 3.1 *-jython 2.7-pypy-*"
+RESTRICT_PYTHON_ABIS="2.5"
 
 inherit distutils
 



1.5                  dev-python/pyxdg/pyxdg-0.20_rc1.ebuild

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

Index: pyxdg-0.20_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyxdg-0.20_rc1.ebuild	20 Jun 2012 17:55:42 -0000	1.4
+++ pyxdg-0.20_rc1.ebuild	27 Jun 2012 04:21:04 -0000	1.5
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v 1.4 2012/06/20 17:55:42 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v 1.5 2012/06/27 04:21:04 floppym Exp $
 
 EAPI=4
 
-PYTHON_DEPEND="2:2.6 3:3.2"
+PYTHON_DEPEND="2:2.6 3"
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.5 3.1 *-jython 2.7-pypy-*"
+RESTRICT_PYTHON_ABIS="2.5"
 
 inherit distutils
 



1.83                 dev-python/pyxdg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	24 Jun 2012 16:01:51 -0000	1.82
+++ ChangeLog	27 Jun 2012 04:21:04 -0000	1.83
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyxdg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.82 2012/06/24 16:01:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.83 2012/06/27 04:21:04 floppym Exp $
+
+  27 Jun 2012; Mike Gilbert <floppym@gentoo.org> pyxdg-0.19.ebuild,
+  pyxdg-0.20_rc1.ebuild, pyxdg-0.20_rc1_p20120624.ebuild:
+  Relax python restrictions based on advice from Arfrever. May resolve bug
+  422991.
 
 *pyxdg-0.20_rc1_p20120624 (24 Jun 2012)
 
@@ -301,4 +306,3 @@
   08 Aug 2003; Heinrich Wendel <lanius@gentoo.org> metadata.xml,
   pyxdg-1.0.ebuild:
   initial ebuild
-






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

only message in thread, other threads:[~2012-06-27  4:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27  4:21 [gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: pyxdg-0.19.ebuild pyxdg-0.20_rc1_p20120624.ebuild pyxdg-0.20_rc1.ebuild ChangeLog Mike Gilbert (floppym)

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