Gentoo Archives: gentoo-commits

From: "Marien Zwart (marienz)" <marienz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyxdg: pyxdg-0.20_rc1.ebuild ChangeLog
Date: Wed, 20 Jun 2012 13:26:38
Message-Id: 20120620132626.6883C2004B@flycatcher.gentoo.org
1 marienz 12/06/20 13:26:26
2
3 Modified: pyxdg-0.20_rc1.ebuild ChangeLog
4 Log:
5 Use gentoo's mirrors for the snapshot as the cgit-generated one changes (bug #422539).
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/pyxdg/pyxdg-0.20_rc1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild?r1=1.2&r2=1.3
15
16 Index: pyxdg-0.20_rc1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pyxdg-0.20_rc1.ebuild 20 Jun 2012 08:02:06 -0000 1.2
23 +++ pyxdg-0.20_rc1.ebuild 20 Jun 2012 13:26:26 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v 1.2 2012/06/20 08:02:06 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.20_rc1.ebuild,v 1.3 2012/06/20 13:26:26 marienz Exp $
29
30 EAPI=4
31
32 @@ -12,7 +12,7 @@
33
34 DESCRIPTION="A Python module to deal with freedesktop.org specifications"
35 HOMEPAGE="http://freedesktop.org/wiki/Software/pyxdg http://cgit.freedesktop.org/xdg/pyxdg/"
36 -SRC_URI="http://cgit.freedesktop.org/xdg/${PN}/snapshot/rel-${PV/_}.tar.gz -> ${P}.tar.gz"
37 +SRC_URI="mirror://gentoo/${P}-snapshot.tar.gz"
38
39 LICENSE="GPL-2 LGPL-2" # xdg/Menu.py says GPL-2 but COPYING says LGPL-2
40 SLOT="0"
41
42
43
44 1.80 dev-python/pyxdg/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?rev=1.80&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?rev=1.80&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?r1=1.79&r2=1.80
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v
53 retrieving revision 1.79
54 retrieving revision 1.80
55 diff -u -r1.79 -r1.80
56 --- ChangeLog 20 Jun 2012 07:59:41 -0000 1.79
57 +++ ChangeLog 20 Jun 2012 13:26:26 -0000 1.80
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-python/pyxdg
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.79 2012/06/20 07:59:41 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.80 2012/06/20 13:26:26 marienz Exp $
63 +
64 + 20 Jun 2012; Marien Zwart <marienz@g.o> pyxdg-0.20_rc1.ebuild:
65 + Use gentoo's mirrors for the snapshot as the cgit-generated one changes (bug
66 + #422539).
67
68 *pyxdg-0.20_rc1 (20 Jun 2012)