Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/rpm: ChangeLog rpm-4.4.7-r2.ebuild rpm-4.4.7-r1.ebuild rpm-4.4.6-r6.ebuild rpm-4.4.7-r4.ebuild
Date: Sun, 06 Sep 2009 19:27:44
Message-Id: E1MkNOo-0000KW-WC@stork.gentoo.org
1 idl0r 09/09/06 19:27:42
2
3 Modified: ChangeLog rpm-4.4.7-r2.ebuild rpm-4.4.7-r1.ebuild
4 rpm-4.4.6-r6.ebuild rpm-4.4.7-r4.ebuild
5 Log:
6 Remove unused patches. Fix repoman complains.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.104 app-arch/rpm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?rev=1.104&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?rev=1.104&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?r1=1.103&r2=1.104
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v
19 retrieving revision 1.103
20 retrieving revision 1.104
21 diff -u -r1.103 -r1.104
22 --- ChangeLog 5 Sep 2009 13:26:49 -0000 1.103
23 +++ ChangeLog 6 Sep 2009 19:27:42 -0000 1.104
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-arch/rpm
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.103 2009/09/05 13:26:49 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.104 2009/09/06 19:27:42 idl0r Exp $
29 +
30 + 06 Sep 2009; Christian Ruppert <idl0r@g.o>
31 + -files/rpm-4.0.4-gentoo-uclibc.patch, -files/rpm-4.0.4-sandbox.patch,
32 + rpm-4.4.6-r6.ebuild, rpm-4.4.7-r1.ebuild, rpm-4.4.7-r2.ebuild,
33 + rpm-4.4.7-r4.ebuild, -files/rpm-4.4.7-config.rpath.patch:
34 + Remove unused patches. Fix repoman complains.
35
36 05 Sep 2009; Torsten Veller <tove@g.o> rpm-4.4.6-r6.ebuild,
37 rpm-4.4.7-r1.ebuild, rpm-4.4.7-r2.ebuild, rpm-4.4.7-r4.ebuild,
38
39
40
41 1.4 app-arch/rpm/rpm-4.4.7-r2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild?r1=1.3&r2=1.4
46
47 Index: rpm-4.4.7-r2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- rpm-4.4.7-r2.ebuild 5 Sep 2009 13:26:49 -0000 1.3
54 +++ rpm-4.4.7-r2.ebuild 6 Sep 2009 19:27:42 -0000 1.4
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild,v 1.3 2009/09/05 13:26:49 tove Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r2.ebuild,v 1.4 2009/09/06 19:27:42 idl0r Exp $
60
61 inherit eutils autotools distutils perl-module flag-o-matic
62
63 @@ -91,12 +91,12 @@
64 }
65
66 pkg_postinst() {
67 - if [[ -f ${ROOT}/var/lib/rpm/Packages ]] ; then
68 + if [[ -f "${ROOT}"/var/lib/rpm/Packages ]] ; then
69 einfo "RPM database found... Rebuilding database (may take a while)..."
70 - "${ROOT}"/usr/bin/rpm --rebuilddb --root=${ROOT}
71 + "${ROOT}"/usr/bin/rpm --rebuilddb --root="${ROOT}"
72 else
73 einfo "No RPM database found... Creating database..."
74 - "${ROOT}"/usr/bin/rpm --initdb --root=${ROOT}
75 + "${ROOT}"/usr/bin/rpm --initdb --root="${ROOT}"
76 fi
77
78 distutils_pkg_postinst
79
80
81
82 1.4 app-arch/rpm/rpm-4.4.7-r1.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild?rev=1.4&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild?rev=1.4&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild?r1=1.3&r2=1.4
87
88 Index: rpm-4.4.7-r1.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild,v
91 retrieving revision 1.3
92 retrieving revision 1.4
93 diff -u -r1.3 -r1.4
94 --- rpm-4.4.7-r1.ebuild 5 Sep 2009 13:26:49 -0000 1.3
95 +++ rpm-4.4.7-r1.ebuild 6 Sep 2009 19:27:42 -0000 1.4
96 @@ -1,9 +1,7 @@
97 # Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild,v 1.3 2009/09/05 13:26:49 tove Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r1.ebuild,v 1.4 2009/09/06 19:27:42 idl0r Exp $
101
102 -WANT_AUTOCONF="latest"
103 -WANT_AUTOMAKE="latest"
104 inherit eutils autotools distutils perl-module
105
106 DESCRIPTION="Red Hat Package Management Utils"
107 @@ -88,12 +86,12 @@
108 }
109
110 pkg_postinst() {
111 - if [[ -f ${ROOT}/var/lib/rpm/Packages ]] ; then
112 + if [[ -f "${ROOT}"/var/lib/rpm/Packages ]] ; then
113 einfo "RPM database found... Rebuilding database (may take a while)..."
114 - "${ROOT}"/usr/bin/rpm --rebuilddb --root=${ROOT}
115 + "${ROOT}"/usr/bin/rpm --rebuilddb --root="${ROOT}"
116 else
117 einfo "No RPM database found... Creating database..."
118 - "${ROOT}"/usr/bin/rpm --initdb --root=${ROOT}
119 + "${ROOT}"/usr/bin/rpm --initdb --root="${ROOT}"
120 fi
121
122 distutils_pkg_postinst
123
124
125
126 1.10 app-arch/rpm/rpm-4.4.6-r6.ebuild
127
128 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?rev=1.10&view=markup
129 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?rev=1.10&content-type=text/plain
130 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?r1=1.9&r2=1.10
131
132 Index: rpm-4.4.6-r6.ebuild
133 ===================================================================
134 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v
135 retrieving revision 1.9
136 retrieving revision 1.10
137 diff -u -r1.9 -r1.10
138 --- rpm-4.4.6-r6.ebuild 5 Sep 2009 13:26:49 -0000 1.9
139 +++ rpm-4.4.6-r6.ebuild 6 Sep 2009 19:27:42 -0000 1.10
140 @@ -1,6 +1,6 @@
141 # Copyright 1999-2009 Gentoo Foundation
142 # Distributed under the terms of the GNU General Public License v2
143 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v 1.9 2009/09/05 13:26:49 tove Exp $
144 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v 1.10 2009/09/06 19:27:42 idl0r Exp $
145
146 inherit eutils autotools distutils perl-module flag-o-matic
147
148 @@ -98,10 +98,10 @@
149 pkg_postinst() {
150 if [[ -f ${ROOT}/var/lib/rpm/Packages ]] ; then
151 einfo "RPM database found... Rebuilding database (may take a while)..."
152 - "${ROOT}"/usr/bin/rpm --rebuilddb --root=${ROOT}
153 + "${ROOT}"/usr/bin/rpm --rebuilddb --root="${ROOT}"
154 else
155 einfo "No RPM database found... Creating database..."
156 - "${ROOT}"/usr/bin/rpm --initdb --root=${ROOT}
157 + "${ROOT}"/usr/bin/rpm --initdb --root="${ROOT}"
158 fi
159
160 distutils_pkg_postinst
161
162
163
164 1.3 app-arch/rpm/rpm-4.4.7-r4.ebuild
165
166 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild?rev=1.3&view=markup
167 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild?rev=1.3&content-type=text/plain
168 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild?r1=1.2&r2=1.3
169
170 Index: rpm-4.4.7-r4.ebuild
171 ===================================================================
172 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild,v
173 retrieving revision 1.2
174 retrieving revision 1.3
175 diff -u -r1.2 -r1.3
176 --- rpm-4.4.7-r4.ebuild 5 Sep 2009 13:26:49 -0000 1.2
177 +++ rpm-4.4.7-r4.ebuild 6 Sep 2009 19:27:42 -0000 1.3
178 @@ -1,6 +1,6 @@
179 # Copyright 1999-2009 Gentoo Foundation
180 # Distributed under the terms of the GNU General Public License v2
181 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild,v 1.2 2009/09/05 13:26:49 tove Exp $
182 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild,v 1.3 2009/09/06 19:27:42 idl0r Exp $
183
184 inherit eutils autotools distutils perl-module flag-o-matic
185
186 @@ -93,12 +93,12 @@
187 }
188
189 pkg_postinst() {
190 - if [[ -f ${ROOT}/var/lib/rpm/Packages ]] ; then
191 + if [[ -f "${ROOT}"/var/lib/rpm/Packages ]] ; then
192 einfo "RPM database found... Rebuilding database (may take a while)..."
193 - "${ROOT}"/usr/bin/rpm --rebuilddb --root=${ROOT}
194 + "${ROOT}"/usr/bin/rpm --rebuilddb --root="${ROOT}"
195 else
196 einfo "No RPM database found... Creating database..."
197 - "${ROOT}"/usr/bin/rpm --initdb --root=${ROOT}
198 + "${ROOT}"/usr/bin/rpm --initdb --root="${ROOT}"
199 fi
200
201 distutils_pkg_postinst