Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-gtk/
Date: Mon, 02 Apr 2018 17:50:58
Message-Id: 1522691438.098de0387d9960cb8aa23d0756c1aff9e3f4eda9.eva@gentoo
1 commit: 098de0387d9960cb8aa23d0756c1aff9e3f4eda9
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 15:21:30 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 17:50:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098de038
7
8 app-admin/packagekit-gtk: cleanup old revisions
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 app-admin/packagekit-gtk/Manifest | 4 --
13 .../packagekit-gtk/packagekit-gtk-1.0.11.ebuild | 61 ----------------------
14 .../packagekit-gtk/packagekit-gtk-1.1.1.ebuild | 60 ---------------------
15 .../packagekit-gtk/packagekit-gtk-1.1.4.ebuild | 60 ---------------------
16 .../packagekit-gtk/packagekit-gtk-1.1.5.ebuild | 60 ---------------------
17 5 files changed, 245 deletions(-)
18
19 diff --git a/app-admin/packagekit-gtk/Manifest b/app-admin/packagekit-gtk/Manifest
20 index fbaaeb3873c..f4cb2740e6b 100644
21 --- a/app-admin/packagekit-gtk/Manifest
22 +++ b/app-admin/packagekit-gtk/Manifest
23 @@ -1,5 +1 @@
24 -DIST PackageKit-1.0.11.tar.xz 1427404 BLAKE2B 74455b4b070eb16a1310d77ec50225daa09a3bb16754ab9ead5aac382e05e6ecb3c64545bf64a16bc09d1cdcd73a4c179812eb03296e514c12c0ba15be514197 SHA512 9529037685f76e883a71ae502eabd83c3e1e8905f76cfe5e938760677f0224f8758bca59e139588aa06589bcca7a20f13dea0fe419022cb950c7a4c631237bce
25 -DIST PackageKit-1.1.1.tar.xz 1410632 BLAKE2B ffb9d96794dfafa5362277292a743dde0d66259801611043cfdb66e169f9cd377ad49a00bab8687bbacf5cb156eb83c0fc1d33bf13409a1f1af60b3a9ab88a1e SHA512 caf9b67f71a36479d32338c28343671e9586aade7a0f777b867772ad8da8e3206bf66a46b2fa2cba8f0f48af27db3888b68e336707db6f76c5e0dbed464e2874
26 -DIST PackageKit-1.1.4.tar.xz 1424756 BLAKE2B a9eb82857b37fc84c8b7d5e71f0b51c4f1d9ef74702afb6e92e9e84e1ccf9e905dafafbda61a3ea737e94173f53486591bb66cf43b19b25004815f3abfd05d8c SHA512 fc04d58c46f7e7dbb1386d26627ea246b5f21b8483862788bb734b8a137e4cb1d41de0f471b46f6d649e29337f9605acba0568a845577b27a2ac0faaf391b187
27 -DIST PackageKit-1.1.5.tar.xz 1418292 BLAKE2B 973cfaf1e6dd48bbf3ef5cfe421202804af584af227fb70c5835d70bc128da64fd4084dd2bc508ed63d2c46ac693d7b3fcb540992da4e13ea947696a75f870d9 SHA512 ecc6a4d39caa0a7ea2047f52f95980b23e61ae200e27559326f03302b1c0d798f9cbae53fcf2d397dca3d54e52f143e2e7aa4e3f0b2df8c39e53bd2993e86154
28 DIST PackageKit-1.1.7.tar.xz 1431648 BLAKE2B 0cc64e7ac38d6641a1fbd98ffad2e7920eb7b3c86ea36d3ad036541886191c38deeeb7241f81ec3d29f8268b1c84ec500511895312c29c706403607215117d5e SHA512 0d0277e24feb63e94aeb5fec2c4306ccdf5935c2f62d5eef3be8db9f534eb302eff09ea0e020db48b2dd0af9ba6b31f7960d661d1040774dccf650ebf04c4f83
29
30 diff --git a/app-admin/packagekit-gtk/packagekit-gtk-1.0.11.ebuild b/app-admin/packagekit-gtk/packagekit-gtk-1.0.11.ebuild
31 deleted file mode 100644
32 index 381add0d651..00000000000
33 --- a/app-admin/packagekit-gtk/packagekit-gtk-1.0.11.ebuild
34 +++ /dev/null
35 @@ -1,61 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="5"
40 -
41 -inherit eutils
42 -
43 -MY_PN="PackageKit"
44 -MY_P=${MY_PN}-${PV}
45 -
46 -DESCRIPTION="Gtk3 PackageKit backend library"
47 -HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
48 -SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz"
49 -
50 -LICENSE="GPL-2"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~arm ~x86"
53 -IUSE=""
54 -
55 -RDEPEND="
56 - >=dev-libs/glib-2.32:2
57 - media-libs/fontconfig
58 - >=x11-libs/gtk+-2:2
59 - >=x11-libs/gtk+-3:3
60 - x11-libs/pango
61 - ~app-admin/packagekit-base-${PV}[introspection]
62 -"
63 -DEPEND="${RDEPEND}
64 - virtual/pkgconfig
65 -"
66 -
67 -S="${WORKDIR}/${MY_P}"
68 -
69 -src_configure() {
70 - econf \
71 - --disable-bash-completion \
72 - --disable-browser-plugin \
73 - --disable-command-not-found \
74 - --disable-cron \
75 - --disable-gstreamer-plugin \
76 - --disable-gtk-doc \
77 - --disable-local \
78 - --disable-man-pages \
79 - --disable-networkmanager \
80 - --disable-static \
81 - --disable-systemd \
82 - --disable-vala \
83 - --enable-dummy \
84 - --enable-gtk-module \
85 - --enable-introspection=yes \
86 - --localstatedir=/var
87 -}
88 -
89 -src_compile() {
90 - emake -C contrib/gtk-module
91 -}
92 -
93 -src_install() {
94 - emake -C contrib/gtk-module DESTDIR="${D}" install
95 - prune_libtool_files --all
96 -}
97
98 diff --git a/app-admin/packagekit-gtk/packagekit-gtk-1.1.1.ebuild b/app-admin/packagekit-gtk/packagekit-gtk-1.1.1.ebuild
99 deleted file mode 100644
100 index de06902f0be..00000000000
101 --- a/app-admin/packagekit-gtk/packagekit-gtk-1.1.1.ebuild
102 +++ /dev/null
103 @@ -1,60 +0,0 @@
104 -# Copyright 1999-2018 Gentoo Foundation
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI="6"
108 -
109 -inherit eutils
110 -
111 -MY_PN="PackageKit"
112 -MY_P=${MY_PN}-${PV}
113 -
114 -DESCRIPTION="Gtk3 PackageKit backend library"
115 -HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
116 -SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz"
117 -
118 -LICENSE="GPL-2"
119 -SLOT="0"
120 -KEYWORDS="~amd64 ~arm ~x86"
121 -IUSE=""
122 -
123 -RDEPEND="
124 - >=dev-libs/glib-2.46:2
125 - media-libs/fontconfig
126 - >=x11-libs/gtk+-2:2
127 - >=x11-libs/gtk+-3:3
128 - x11-libs/pango
129 - ~app-admin/packagekit-base-${PV}[introspection]
130 -"
131 -DEPEND="${RDEPEND}
132 - virtual/pkgconfig
133 -"
134 -
135 -S="${WORKDIR}/${MY_P}"
136 -
137 -src_configure() {
138 - econf \
139 - --disable-bash-completion \
140 - --disable-command-not-found \
141 - --disable-cron \
142 - --disable-gstreamer-plugin \
143 - --disable-gtk-doc \
144 - --disable-local \
145 - --disable-man-pages \
146 - --disable-networkmanager \
147 - --disable-static \
148 - --disable-systemd \
149 - --disable-vala \
150 - --enable-dummy \
151 - --enable-gtk-module \
152 - --enable-introspection=yes \
153 - --localstatedir=/var
154 -}
155 -
156 -src_compile() {
157 - emake -C contrib/gtk-module
158 -}
159 -
160 -src_install() {
161 - emake -C contrib/gtk-module DESTDIR="${D}" install
162 - prune_libtool_files --all
163 -}
164
165 diff --git a/app-admin/packagekit-gtk/packagekit-gtk-1.1.4.ebuild b/app-admin/packagekit-gtk/packagekit-gtk-1.1.4.ebuild
166 deleted file mode 100644
167 index de06902f0be..00000000000
168 --- a/app-admin/packagekit-gtk/packagekit-gtk-1.1.4.ebuild
169 +++ /dev/null
170 @@ -1,60 +0,0 @@
171 -# Copyright 1999-2018 Gentoo Foundation
172 -# Distributed under the terms of the GNU General Public License v2
173 -
174 -EAPI="6"
175 -
176 -inherit eutils
177 -
178 -MY_PN="PackageKit"
179 -MY_P=${MY_PN}-${PV}
180 -
181 -DESCRIPTION="Gtk3 PackageKit backend library"
182 -HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
183 -SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz"
184 -
185 -LICENSE="GPL-2"
186 -SLOT="0"
187 -KEYWORDS="~amd64 ~arm ~x86"
188 -IUSE=""
189 -
190 -RDEPEND="
191 - >=dev-libs/glib-2.46:2
192 - media-libs/fontconfig
193 - >=x11-libs/gtk+-2:2
194 - >=x11-libs/gtk+-3:3
195 - x11-libs/pango
196 - ~app-admin/packagekit-base-${PV}[introspection]
197 -"
198 -DEPEND="${RDEPEND}
199 - virtual/pkgconfig
200 -"
201 -
202 -S="${WORKDIR}/${MY_P}"
203 -
204 -src_configure() {
205 - econf \
206 - --disable-bash-completion \
207 - --disable-command-not-found \
208 - --disable-cron \
209 - --disable-gstreamer-plugin \
210 - --disable-gtk-doc \
211 - --disable-local \
212 - --disable-man-pages \
213 - --disable-networkmanager \
214 - --disable-static \
215 - --disable-systemd \
216 - --disable-vala \
217 - --enable-dummy \
218 - --enable-gtk-module \
219 - --enable-introspection=yes \
220 - --localstatedir=/var
221 -}
222 -
223 -src_compile() {
224 - emake -C contrib/gtk-module
225 -}
226 -
227 -src_install() {
228 - emake -C contrib/gtk-module DESTDIR="${D}" install
229 - prune_libtool_files --all
230 -}
231
232 diff --git a/app-admin/packagekit-gtk/packagekit-gtk-1.1.5.ebuild b/app-admin/packagekit-gtk/packagekit-gtk-1.1.5.ebuild
233 deleted file mode 100644
234 index de06902f0be..00000000000
235 --- a/app-admin/packagekit-gtk/packagekit-gtk-1.1.5.ebuild
236 +++ /dev/null
237 @@ -1,60 +0,0 @@
238 -# Copyright 1999-2018 Gentoo Foundation
239 -# Distributed under the terms of the GNU General Public License v2
240 -
241 -EAPI="6"
242 -
243 -inherit eutils
244 -
245 -MY_PN="PackageKit"
246 -MY_P=${MY_PN}-${PV}
247 -
248 -DESCRIPTION="Gtk3 PackageKit backend library"
249 -HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
250 -SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz"
251 -
252 -LICENSE="GPL-2"
253 -SLOT="0"
254 -KEYWORDS="~amd64 ~arm ~x86"
255 -IUSE=""
256 -
257 -RDEPEND="
258 - >=dev-libs/glib-2.46:2
259 - media-libs/fontconfig
260 - >=x11-libs/gtk+-2:2
261 - >=x11-libs/gtk+-3:3
262 - x11-libs/pango
263 - ~app-admin/packagekit-base-${PV}[introspection]
264 -"
265 -DEPEND="${RDEPEND}
266 - virtual/pkgconfig
267 -"
268 -
269 -S="${WORKDIR}/${MY_P}"
270 -
271 -src_configure() {
272 - econf \
273 - --disable-bash-completion \
274 - --disable-command-not-found \
275 - --disable-cron \
276 - --disable-gstreamer-plugin \
277 - --disable-gtk-doc \
278 - --disable-local \
279 - --disable-man-pages \
280 - --disable-networkmanager \
281 - --disable-static \
282 - --disable-systemd \
283 - --disable-vala \
284 - --enable-dummy \
285 - --enable-gtk-module \
286 - --enable-introspection=yes \
287 - --localstatedir=/var
288 -}
289 -
290 -src_compile() {
291 - emake -C contrib/gtk-module
292 -}
293 -
294 -src_install() {
295 - emake -C contrib/gtk-module DESTDIR="${D}" install
296 - prune_libtool_files --all
297 -}