Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-polkit/
Date: Sat, 06 Oct 2018 20:25:27
Message-Id: 1538857318.2158b952081d89a96e504b10e323171c6b1ba887.leio@gentoo
1 commit: 2158b952081d89a96e504b10e323171c6b1ba887
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 19:57:52 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 20:21:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2158b952
7
8 mate-extra/mate-polkit: remove old
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 mate-extra/mate-polkit/Manifest | 3 --
14 .../mate-polkit/mate-polkit-1.12.0-r2.ebuild | 51 ---------------------
15 mate-extra/mate-polkit/mate-polkit-1.14.0.ebuild | 53 ----------------------
16 mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild | 46 -------------------
17 mate-extra/mate-polkit/metadata.xml | 1 -
18 5 files changed, 154 deletions(-)
19
20 diff --git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest
21 index 433d85c17b2..2b1e7f35903 100644
22 --- a/mate-extra/mate-polkit/Manifest
23 +++ b/mate-extra/mate-polkit/Manifest
24 @@ -1,4 +1 @@
25 -DIST mate-polkit-1.12.0.tar.xz 324708 BLAKE2B 088ac84721f1a3274c935c40ed2ee2985a7743851bd3ea85cf5ef8891481d25319c37e6d9900e89ef0b7e9e7e29446028de8c762f7c93cb55fc161ebfbf5b557 SHA512 b6e771062e29d2f4f2823638e39f5e5b349b98fcf8fd8d652d847d568eee919d37956089d7bef1463d96f801f852d10d9423bb8c20f8a54dfe8188d19ab6fb0c
26 -DIST mate-polkit-1.14.0.tar.xz 339872 BLAKE2B 25bee9752133416d06e46f41e48fc13d71bc8756792a0f33ae582c59a6b0a40e1648157b5e512cd5016cf9dedf9eb1dad641a924076ac51e461ffb3cde018d4c SHA512 f3507380152798af192e3338b5f056b1105fd297e935f098803c21450b04b6d149bc22106f34129a6394655be2e6505c91ad1433e817c68274a1243cc862bcdf
27 -DIST mate-polkit-1.16.0.tar.xz 340500 BLAKE2B b8a42053af3b895029fda08f5a613301630941855cf229d509d3864e570be46f3adf1e85689a3906e01ac23f08f8336313a027907b914160aa9fdc36bc662d4c SHA512 9b2a1870fdbe828b39ced7b24e1096edb559dcd553bac3fb15a6ab8d5dbc442870916f5105550a0e14cf3e85ac06c798d7daf0b464a182ba686bb3eb1bac1cb4
28 DIST mate-polkit-1.18.2.tar.xz 348272 BLAKE2B 38b2359be2f908181805fa213fcd6973d8b208bc52542702b19a7dc8162ea316540ad8c524b102b6fd95d85dd1e87c3eda29023c798dedf39eb301ff7f691d14 SHA512 4150e0a18ecc1ea1d554334ca3725ab62008f9ea5693ab95eb70df408cfd08a46717d3252017f14f99e9389a2e106add1f74fd63d26cd5db9011707a5a4f63f9
29
30 diff --git a/mate-extra/mate-polkit/mate-polkit-1.12.0-r2.ebuild b/mate-extra/mate-polkit/mate-polkit-1.12.0-r2.ebuild
31 deleted file mode 100644
32 index 95d9df6dc89..00000000000
33 --- a/mate-extra/mate-polkit/mate-polkit-1.12.0-r2.ebuild
34 +++ /dev/null
35 @@ -1,51 +0,0 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit mate
42 -
43 -if [[ ${PV} != 9999 ]]; then
44 - KEYWORDS="amd64 ~arm x86"
45 -fi
46 -
47 -DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs"
48 -LICENSE="LGPL-2"
49 -SLOT="0"
50 -
51 -IUSE="accountsservice appindicator debug examples gtk3 +introspection"
52 -
53 -RDEPEND=">=dev-libs/glib-2.36:2
54 - >=sys-auth/polkit-0.102:0[introspection?]
55 - x11-libs/gdk-pixbuf:2[introspection?]
56 - virtual/libintl:0
57 - accountsservice? ( sys-apps/accountsservice:0[introspection?] )
58 - !gtk3? (
59 - >=x11-libs/gtk+-2.24:2[introspection?]
60 - appindicator? ( dev-libs/libappindicator:2 )
61 - )
62 - gtk3? (
63 - >=x11-libs/gtk+-3.0:3[introspection?]
64 - appindicator? ( dev-libs/libappindicator:3 )
65 - )
66 - introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
67 -
68 -DEPEND="${RDEPEND}
69 - dev-util/gtk-doc
70 - dev-util/gtk-doc-am
71 - >=dev-util/intltool-0.35:*
72 - sys-devel/gettext:*
73 - >=sys-devel/libtool-2.2.6
74 - virtual/pkgconfig:*
75 - !<gnome-extra/polkit-gnome-0.102:0"
76 -
77 -src_configure() {
78 - mate_src_configure \
79 - --disable-static \
80 - --with-gtk=$(usex gtk3 3.0 2.0) \
81 - $(use_enable accountsservice) \
82 - $(use_enable appindicator) \
83 - $(use_enable debug) \
84 - $(use_enable examples) \
85 - $(use_enable introspection)
86 -}
87
88 diff --git a/mate-extra/mate-polkit/mate-polkit-1.14.0.ebuild b/mate-extra/mate-polkit/mate-polkit-1.14.0.ebuild
89 deleted file mode 100644
90 index 07a5529360d..00000000000
91 --- a/mate-extra/mate-polkit/mate-polkit-1.14.0.ebuild
92 +++ /dev/null
93 @@ -1,53 +0,0 @@
94 -# Copyright 1999-2016 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=6
98 -
99 -inherit mate
100 -
101 -if [[ ${PV} != 9999 ]]; then
102 - KEYWORDS="~amd64 ~arm ~x86"
103 -fi
104 -
105 -DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs"
106 -LICENSE="LGPL-2"
107 -SLOT="0"
108 -
109 -IUSE="accountsservice appindicator debug examples gtk3 +introspection"
110 -
111 -COMMON_DEPEND=">=dev-libs/glib-2.36:2
112 - >=sys-auth/polkit-0.102:0[introspection?]
113 - x11-libs/gdk-pixbuf:2[introspection?]
114 - virtual/libintl:0
115 - !gtk3? (
116 - >=x11-libs/gtk+-2.24:2[introspection?]
117 - appindicator? ( dev-libs/libappindicator:2 )
118 - )
119 - gtk3? (
120 - >=x11-libs/gtk+-3.0:3[introspection?]
121 - appindicator? ( dev-libs/libappindicator:3 )
122 - )
123 - introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
124 -
125 -RDEPEND="${COMMON_DEPEND}
126 - accountsservice? ( sys-apps/accountsservice:0[introspection?] )"
127 -
128 -DEPEND="${COMMON_DEPEND}
129 - dev-util/gtk-doc
130 - dev-util/gtk-doc-am
131 - >=dev-util/intltool-0.35:*
132 - sys-devel/gettext:*
133 - >=sys-devel/libtool-2.2.6
134 - virtual/pkgconfig:*
135 - !<gnome-extra/polkit-gnome-0.102:0"
136 -
137 -src_configure() {
138 - mate_src_configure \
139 - --disable-static \
140 - --with-gtk=$(usex gtk3 3.0 2.0) \
141 - $(use_enable accountsservice) \
142 - $(use_enable appindicator) \
143 - $(use_enable debug) \
144 - $(use_enable examples) \
145 - $(use_enable introspection)
146 -}
147
148 diff --git a/mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild b/mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild
149 deleted file mode 100644
150 index 294d7edfb02..00000000000
151 --- a/mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild
152 +++ /dev/null
153 @@ -1,46 +0,0 @@
154 -# Copyright 1999-2016 Gentoo Foundation
155 -# Distributed under the terms of the GNU General Public License v2
156 -
157 -EAPI=6
158 -
159 -inherit mate
160 -
161 -if [[ ${PV} != 9999 ]]; then
162 - KEYWORDS="~amd64 ~arm ~x86"
163 -fi
164 -
165 -DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs"
166 -LICENSE="LGPL-2"
167 -SLOT="0"
168 -
169 -IUSE="accountsservice appindicator debug examples +introspection"
170 -
171 -COMMON_DEPEND=">=dev-libs/glib-2.36:2
172 - >=sys-auth/polkit-0.102:0[introspection?]
173 - x11-libs/gdk-pixbuf:2[introspection?]
174 - virtual/libintl:0
175 - >=x11-libs/gtk+-3.14.0:3[introspection?]
176 - appindicator? ( dev-libs/libappindicator:3 )
177 - introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
178 -
179 -RDEPEND="${COMMON_DEPEND}
180 - accountsservice? ( sys-apps/accountsservice:0[introspection?] )"
181 -
182 -DEPEND="${COMMON_DEPEND}
183 - dev-util/gtk-doc
184 - dev-util/gtk-doc-am
185 - >=dev-util/intltool-0.35:*
186 - sys-devel/gettext:*
187 - >=sys-devel/libtool-2.2.6
188 - virtual/pkgconfig:*
189 - !<gnome-extra/polkit-gnome-0.102:0"
190 -
191 -src_configure() {
192 - mate_src_configure \
193 - --disable-static \
194 - $(use_enable accountsservice) \
195 - $(use_enable appindicator) \
196 - $(use_enable debug) \
197 - $(use_enable examples) \
198 - $(use_enable introspection)
199 -}
200
201 diff --git a/mate-extra/mate-polkit/metadata.xml b/mate-extra/mate-polkit/metadata.xml
202 index a91d00933e6..29daec0e17c 100644
203 --- a/mate-extra/mate-polkit/metadata.xml
204 +++ b/mate-extra/mate-polkit/metadata.xml
205 @@ -11,6 +11,5 @@
206 <use>
207 <flag name="accountsservice">Support extraction of data from AccountsService</flag>
208 <flag name="appindicator">Add support for AppIndicator</flag>
209 - <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
210 </use>
211 </pkgmetadata>