Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/ibm-powerpc-utils: ChangeLog ibm-powerpc-utils-1.0.0.ebuild ibm-powerpc-utils-1.0.4.ebuild ibm-powerpc-utils-1.0.2.ebuild ibm-powerpc-utils-1.0.6.ebuild
Date: Thu, 21 Feb 2008 18:29:48
Message-Id: E1JSGAy-0001wU-6D@stork.gentoo.org
1 ranger 08/02/21 18:29:44
2
3 Modified: ChangeLog ibm-powerpc-utils-1.0.0.ebuild
4 ibm-powerpc-utils-1.0.4.ebuild
5 ibm-powerpc-utils-1.0.2.ebuild
6 ibm-powerpc-utils-1.0.6.ebuild
7 Log:
8 Cleaning up random foo to make repoman fully happy
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.11 sys-apps/ibm-powerpc-utils/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ChangeLog?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ChangeLog?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ChangeLog?r1=1.10&r2=1.11
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ChangeLog,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- ChangeLog 5 Jan 2008 20:33:54 -0000 1.10
25 +++ ChangeLog 21 Feb 2008 18:29:43 -0000 1.11
26 @@ -1,6 +1,11 @@
27 # ChangeLog for sys-apps/ibm-powerpc-utils
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ChangeLog,v 1.10 2008/01/05 20:33:54 ranger Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ChangeLog,v 1.11 2008/02/21 18:29:43 ranger Exp $
31 +
32 + 21 Feb 2008; Brent Baude <ranger@g.o>
33 + ibm-powerpc-utils-1.0.0.ebuild, ibm-powerpc-utils-1.0.2.ebuild,
34 + ibm-powerpc-utils-1.0.4.ebuild, ibm-powerpc-utils-1.0.6.ebuild:
35 + Cleaning up random foo to make repoman fully happy
36
37 *ibm-powerpc-utils-1.0.6 (05 Jan 2008)
38
39
40
41
42 1.4 sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild?r1=1.3&r2=1.4
47
48 Index: ibm-powerpc-utils-1.0.0.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- ibm-powerpc-utils-1.0.0.ebuild 19 Apr 2006 01:14:49 -0000 1.3
55 +++ ibm-powerpc-utils-1.0.0.ebuild 21 Feb 2008 18:29:43 -0000 1.4
56 @@ -1,14 +1,13 @@
57 -# Copyright 1999-2006 Gentoo Foundation
58 +# Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild,v 1.3 2006/04/19 01:14:49 ranger Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.0.ebuild,v 1.4 2008/02/21 18:29:43 ranger Exp $
62
63 inherit eutils
64
65 MY_P="powerpc-utils-${PV}"
66
67 -DESCRIPTION="The powerpc-utils package provides utilities for the maintainance
68 -of the IBM and Apple powerpc platforms. It includes nvram, bootlist,
69 -ofpathname, and snap."
70 +DESCRIPTION="This package provides utilities for the maintainance
71 +of the IBM and Apple powerpc platforms. "
72 SRC_URI="http://powerpc-utils.ozlabs.org/releases/${MY_P}.tar.gz"
73 HOMEPAGE="http://powerpc-utils.ozlabs.org/"
74
75 @@ -24,7 +23,7 @@
76
77 src_unpack() {
78 unpack ${A}
79 - epatch ${FILESDIR}/ibm-powerpc-utils-1.0.0-remove-doc.patch
80 + epatch "${FILESDIR}"/ibm-powerpc-utils-1.0.0-remove-doc.patch
81 }
82
83 src_install() {
84
85
86
87 1.3 sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild?rev=1.3&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild?rev=1.3&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild?r1=1.2&r2=1.3
92
93 Index: ibm-powerpc-utils-1.0.4.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild,v
96 retrieving revision 1.2
97 retrieving revision 1.3
98 diff -u -r1.2 -r1.3
99 --- ibm-powerpc-utils-1.0.4.ebuild 5 Jan 2008 20:29:25 -0000 1.2
100 +++ ibm-powerpc-utils-1.0.4.ebuild 21 Feb 2008 18:29:43 -0000 1.3
101 @@ -1,14 +1,13 @@
102 # Copyright 1999-2008 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild,v 1.2 2008/01/05 20:29:25 ranger Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.4.ebuild,v 1.3 2008/02/21 18:29:43 ranger Exp $
106
107 inherit eutils
108
109 MY_P="powerpc-utils-${PV}"
110
111 -DESCRIPTION="The powerpc-utils package provides utilities for the maintainance
112 -of the IBM and Apple powerpc platforms. It includes nvram, bootlist,
113 -ofpathname, and snap."
114 +DESCRIPTION="This package provides utilities for the maintainance
115 +of the IBM and Apple powerpc platforms."
116 SRC_URI="http://powerpc-utils.ozlabs.org/releases/${MY_P}.tar.gz"
117 HOMEPAGE="http://powerpc-utils.ozlabs.org/"
118
119 @@ -24,7 +23,7 @@
120
121 src_unpack() {
122 unpack ${A}
123 - epatch ${FILESDIR}/ibm-powerpc-utils-1.0.4-remove-doc.patch
124 + epatch "${FILESDIR}"/ibm-powerpc-utils-1.0.4-remove-doc.patch
125 }
126
127 src_install() {
128
129
130
131 1.3 sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild
132
133 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild?rev=1.3&view=markup
134 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild?rev=1.3&content-type=text/plain
135 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild?r1=1.2&r2=1.3
136
137 Index: ibm-powerpc-utils-1.0.2.ebuild
138 ===================================================================
139 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild,v
140 retrieving revision 1.2
141 retrieving revision 1.3
142 diff -u -r1.2 -r1.3
143 --- ibm-powerpc-utils-1.0.2.ebuild 28 May 2006 19:33:42 -0000 1.2
144 +++ ibm-powerpc-utils-1.0.2.ebuild 21 Feb 2008 18:29:43 -0000 1.3
145 @@ -1,14 +1,13 @@
146 -# Copyright 1999-2006 Gentoo Foundation
147 +# Copyright 1999-2008 Gentoo Foundation
148 # Distributed under the terms of the GNU General Public License v2
149 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild,v 1.2 2006/05/28 19:33:42 ranger Exp $
150 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.2.ebuild,v 1.3 2008/02/21 18:29:43 ranger Exp $
151
152 inherit eutils
153
154 MY_P="powerpc-utils-${PV}"
155
156 -DESCRIPTION="The powerpc-utils package provides utilities for the maintainance
157 -of the IBM and Apple powerpc platforms. It includes nvram, bootlist,
158 -ofpathname, and snap."
159 +DESCRIPTION="This package provides utilities for the maintainance
160 +of the IBM and Apple powerpc platforms."
161 SRC_URI="http://powerpc-utils.ozlabs.org/releases/${MY_P}.tar.gz"
162 HOMEPAGE="http://powerpc-utils.ozlabs.org/"
163
164 @@ -24,7 +23,7 @@
165
166 src_unpack() {
167 unpack ${A}
168 - epatch ${FILESDIR}/ibm-powerpc-utils-1.0.2-remove-doc.patch
169 + epatch "${FILESDIR}"/ibm-powerpc-utils-1.0.2-remove-doc.patch
170 }
171
172 src_install() {
173
174
175
176 1.2 sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild
177
178 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild?rev=1.2&view=markup
179 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild?rev=1.2&content-type=text/plain
180 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild?r1=1.1&r2=1.2
181
182 Index: ibm-powerpc-utils-1.0.6.ebuild
183 ===================================================================
184 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild,v
185 retrieving revision 1.1
186 retrieving revision 1.2
187 diff -u -r1.1 -r1.2
188 --- ibm-powerpc-utils-1.0.6.ebuild 5 Jan 2008 20:33:54 -0000 1.1
189 +++ ibm-powerpc-utils-1.0.6.ebuild 21 Feb 2008 18:29:43 -0000 1.2
190 @@ -1,14 +1,13 @@
191 # Copyright 1999-2008 Gentoo Foundation
192 # Distributed under the terms of the GNU General Public License v2
193 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild,v 1.1 2008/01/05 20:33:54 ranger Exp $
194 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.0.6.ebuild,v 1.2 2008/02/21 18:29:43 ranger Exp $
195
196 inherit eutils
197
198 MY_P="powerpc-utils-${PV}"
199
200 -DESCRIPTION="The powerpc-utils package provides utilities for the maintainance
201 -of the IBM and Apple powerpc platforms. It includes nvram, bootlist,
202 -ofpathname, and snap."
203 +DESCRIPTION="This package provides utilities for the maintainance
204 +of the IBM and Apple powerpc platforms."
205 SRC_URI="http://powerpc-utils.ozlabs.org/releases/${MY_P}.tar.gz"
206 HOMEPAGE="http://powerpc-utils.ozlabs.org/"
207
208 @@ -24,7 +23,7 @@
209
210 src_unpack() {
211 unpack ${A}
212 - epatch ${FILESDIR}/ibm-powerpc-utils-1.0.6-remove-doc.patch
213 + epatch "${FILESDIR}"/ibm-powerpc-utils-1.0.6-remove-doc.patch
214 }
215
216 src_install() {
217
218
219
220 --
221 gentoo-commits@l.g.o mailing list