public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: pyxdg-0.20_rc1.ebuild ChangeLog
@ 2012-06-20 13:26 Marien Zwart (marienz)
  0 siblings, 0 replies; 2+ messages in thread
From: Marien Zwart (marienz) @ 2012-06-20 13:26 UTC (permalink / raw
  To: gentoo-commits

marienz     12/06/20 13:26:26

  Modified:             pyxdg-0.20_rc1.ebuild ChangeLog
  Log:
  Use gentoo's mirrors for the snapshot as the cgit-generated one changes (bug #422539).
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild?r1=1.2&r2=1.3

Index: pyxdg-0.20_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyxdg-0.20_rc1.ebuild	20 Jun 2012 08:02:06 -0000	1.2
+++ pyxdg-0.20_rc1.ebuild	20 Jun 2012 13:26:26 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2012/06/20 08:02:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v 1.3 2012/06/20 13:26:26 marienz Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 DESCRIPTION="A Python module to deal with freedesktop.org specifications"
 HOMEPAGE="http://freedesktop.org/wiki/Software/pyxdg http://cgit.freedesktop.org/xdg/pyxdg/"
-SRC_URI="http://cgit.freedesktop.org/xdg/${PN}/snapshot/rel-${PV/_}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}-snapshot.tar.gz"
 
 LICENSE="GPL-2 LGPL-2" # xdg/Menu.py says GPL-2 but COPYING says LGPL-2
 SLOT="0"



1.80                 dev-python/pyxdg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	20 Jun 2012 07:59:41 -0000	1.79
+++ ChangeLog	20 Jun 2012 13:26:26 -0000	1.80
@@ -1,6 +1,10 @@
 # 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.79 2012/06/20 07:59:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.80 2012/06/20 13:26:26 marienz Exp $
+
+  20 Jun 2012; Marien Zwart <marienz@gentoo.org> pyxdg-0.20_rc1.ebuild:
+  Use gentoo's mirrors for the snapshot as the cgit-generated one changes (bug
+  #422539).
 
 *pyxdg-0.20_rc1 (20 Jun 2012)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: pyxdg-0.20_rc1.ebuild ChangeLog
@ 2012-06-20 17:55 Marien Zwart (marienz)
  0 siblings, 0 replies; 2+ messages in thread
From: Marien Zwart (marienz) @ 2012-06-20 17:55 UTC (permalink / raw
  To: gentoo-commits

marienz     12/06/20 17:55:43

  Modified:             pyxdg-0.20_rc1.ebuild ChangeLog
  Log:
  Update SRC_URI again to use dev.gentoo.org instead of mirror://gentoo/ (bug #422639).
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild?r1=1.3&r2=1.4

Index: pyxdg-0.20_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyxdg-0.20_rc1.ebuild	20 Jun 2012 13:26:26 -0000	1.3
+++ pyxdg-0.20_rc1.ebuild	20 Jun 2012 17:55:42 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2012/06/20 13:26:26 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v 1.4 2012/06/20 17:55:42 marienz Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 DESCRIPTION="A Python module to deal with freedesktop.org specifications"
 HOMEPAGE="http://freedesktop.org/wiki/Software/pyxdg http://cgit.freedesktop.org/xdg/pyxdg/"
-SRC_URI="mirror://gentoo/${P}-snapshot.tar.gz"
+SRC_URI="http://dev.gentoo.org/~marienz/distfiles/${P}-snapshot.tar.gz"
 
 LICENSE="GPL-2 LGPL-2" # xdg/Menu.py says GPL-2 but COPYING says LGPL-2
 SLOT="0"



1.81                 dev-python/pyxdg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	20 Jun 2012 13:26:26 -0000	1.80
+++ ChangeLog	20 Jun 2012 17:55:42 -0000	1.81
@@ -1,6 +1,10 @@
 # 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.80 2012/06/20 13:26:26 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.81 2012/06/20 17:55:42 marienz Exp $
+
+  20 Jun 2012; Marien Zwart <marienz@gentoo.org> pyxdg-0.20_rc1.ebuild:
+  Update SRC_URI again to use dev.gentoo.org instead of mirror://gentoo/ (bug
+  #422639).
 
   20 Jun 2012; Marien Zwart <marienz@gentoo.org> pyxdg-0.20_rc1.ebuild:
   Use gentoo's mirrors for the snapshot as the cgit-generated one changes (bug






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-20 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20 13:26 [gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: pyxdg-0.20_rc1.ebuild ChangeLog Marien Zwart (marienz)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-20 17:55 Marien Zwart (marienz)

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