Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@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 pyparted-3.4.ebuild
Date: Wed, 02 Jun 2010 15:49:49
Message-Id: 20100602154946.ED94F2CE14@corvid.gentoo.org
1 arfrever 10/06/02 15:49:46
2
3 Modified: pyparted-3.1.ebuild ChangeLog
4 pyparted-3.0-r1.ebuild pyparted-3.4.ebuild
5 Log:
6 Delete calls to deprecated python_version().
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-python/pyparted/pyparted-3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild?r1=1.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- pyparted-3.1.ebuild 20 May 2010 17:55:14 -0000 1.5
23 +++ pyparted-3.1.ebuild 2 Jun 2010 15:49:46 -0000 1.6
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.5 2010/05/20 17:55:14 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild,v 1.6 2010/06/02 15:49:46 arfrever Exp $
29
30 EAPI="2"
31
32 @@ -30,9 +30,6 @@
33 src_install() {
34 python_need_rebuild
35 emake DESTDIR="${D}" install || die "emake install failed"
36 + python_clean_installation_image
37 dodoc ChangeLog NEWS README TODO
38 - # remove pointless libtool archive
39 - python_version
40 - rm -f "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/_pedmodule.la
41 -
42 }
43
44
45
46 1.49 dev-python/pyparted/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.49&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.49&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?r1=1.48&r2=1.49
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v
55 retrieving revision 1.48
56 retrieving revision 1.49
57 diff -u -r1.48 -r1.49
58 --- ChangeLog 1 Jun 2010 14:53:19 -0000 1.48
59 +++ ChangeLog 2 Jun 2010 15:49:46 -0000 1.49
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-python/pyparted
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.48 2010/06/01 14:53:19 jer Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.49 2010/06/02 15:49:46 arfrever Exp $
65 +
66 + 02 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
67 + pyparted-3.0-r1.ebuild, pyparted-3.1.ebuild, pyparted-3.4.ebuild:
68 + Delete calls to deprecated python_version().
69
70 01 Jun 2010; Jeroen Roovers <jer@g.o> pyparted-3.4.ebuild:
71 Raise proper sys-apps/parted version dependency.
72
73
74
75 1.4 dev-python/pyparted/pyparted-3.0-r1.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild?rev=1.4&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild?rev=1.4&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild?r1=1.3&r2=1.4
80
81 Index: pyparted-3.0-r1.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild,v
84 retrieving revision 1.3
85 retrieving revision 1.4
86 diff -u -r1.3 -r1.4
87 --- pyparted-3.0-r1.ebuild 4 Apr 2010 15:55:44 -0000 1.3
88 +++ pyparted-3.0-r1.ebuild 2 Jun 2010 15:49:46 -0000 1.4
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2010 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild,v 1.3 2010/04/04 15:55:44 armin76 Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild,v 1.4 2010/06/02 15:49:46 arfrever Exp $
94
95 EAPI="2"
96
97 @@ -30,9 +30,6 @@
98 src_install() {
99 python_need_rebuild
100 emake DESTDIR="${D}" install || die "emake install failed"
101 + python_clean_installation_image
102 dodoc ChangeLog NEWS README TODO
103 - # remove pointless libtool archive
104 - python_version
105 - rm -f "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/_pedmodule.la
106 -
107 }
108
109
110
111 1.3 dev-python/pyparted/pyparted-3.4.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.4.ebuild?rev=1.3&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.4.ebuild?rev=1.3&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.4.ebuild?r1=1.2&r2=1.3
116
117 Index: pyparted-3.4.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.4.ebuild,v
120 retrieving revision 1.2
121 retrieving revision 1.3
122 diff -u -r1.2 -r1.3
123 --- pyparted-3.4.ebuild 1 Jun 2010 14:53:19 -0000 1.2
124 +++ pyparted-3.4.ebuild 2 Jun 2010 15:49:46 -0000 1.3
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2010 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.4.ebuild,v 1.2 2010/06/01 14:53:19 jer Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.4.ebuild,v 1.3 2010/06/02 15:49:46 arfrever Exp $
130
131 EAPI="2"
132
133 @@ -30,9 +30,6 @@
134 src_install() {
135 python_need_rebuild
136 emake DESTDIR="${D}" install || die "emake install failed"
137 + python_clean_installation_image
138 dodoc ChangeLog NEWS README TODO
139 - # remove pointless libtool archive
140 - python_version
141 - rm -f "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/_pedmodule.la
142 -
143 }