Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyparted: pyparted-3.1.ebuild ChangeLog pyparted-3.0-r1.ebuild
Date: Tue, 02 Mar 2010 02:24:24
Message-Id: E1NmHmY-0000C0-6a@stork.gentoo.org
1 jer 10/03/02 02:24:22
2
3 Modified: pyparted-3.1.ebuild ChangeLog
4 pyparted-3.0-r1.ebuild
5 Log:
6 Fix SRC_URI (Permanently Moved).
7 (Portage version: 2.2_rc63/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 dev-python/pyparted/pyparted-3.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: pyparted-3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pyparted-3.1.ebuild 2 Mar 2010 01:00:13 -0000 1.1
23 +++ pyparted-3.1.ebuild 2 Mar 2010 02:24:21 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild,v 1.1 2010/03/02 01:00:13 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild,v 1.2 2010/03/02 02:24:21 jer Exp $
29
30 EAPI="2"
31
32 @@ -8,7 +8,7 @@
33
34 DESCRIPTION="Python bindings for sys-apps/parted"
35 HOMEPAGE="https://fedorahosted.org/pyparted/"
36 -SRC_URI="http://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz"
37 +SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz"
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
41
42
43
44 1.43 dev-python/pyparted/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.43&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.43&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/ChangeLog?r1=1.42&r2=1.43
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v
53 retrieving revision 1.42
54 retrieving revision 1.43
55 diff -u -r1.42 -r1.43
56 --- ChangeLog 2 Mar 2010 01:00:13 -0000 1.42
57 +++ ChangeLog 2 Mar 2010 02:24:21 -0000 1.43
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-python/pyparted
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.42 2010/03/02 01:00:13 jer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.43 2010/03/02 02:24:21 jer Exp $
63 +
64 + 02 Mar 2010; Jeroen Roovers <jer@g.o> pyparted-3.0-r1.ebuild,
65 + pyparted-3.1.ebuild:
66 + Fix SRC_URI (Permanently Moved).
67
68 *pyparted-3.1 (02 Mar 2010)
69
70
71
72
73 1.2 dev-python/pyparted/pyparted-3.0-r1.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild?r1=1.1&r2=1.2
78
79 Index: pyparted-3.0-r1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- pyparted-3.0-r1.ebuild 24 Feb 2010 16:00:59 -0000 1.1
86 +++ pyparted-3.0-r1.ebuild 2 Mar 2010 02:24:21 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild,v 1.1 2010/02/24 16:00:59 jer Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild,v 1.2 2010/03/02 02:24:21 jer Exp $
92
93 EAPI="2"
94
95 @@ -8,7 +8,7 @@
96
97 DESCRIPTION="Python bindings for sys-apps/parted"
98 HOMEPAGE="https://fedorahosted.org/pyparted/"
99 -SRC_URI="http://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz"
100 +SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz"
101 LICENSE="GPL-2"
102 SLOT="0"
103 KEYWORDS="~amd64 ~hppa ~ppc ~x86"