Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-polkit/
Date: Sun, 14 Apr 2019 21:25:04
Message-Id: 1555277082.7d7f3a6de9615dad49e37f45658f04c0eea39821.zlogene@gentoo
1 commit: 7d7f3a6de9615dad49e37f45658f04c0eea39821
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 21:15:20 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 21:24:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7f3a6d
7
8 mate-extra/mate-polkit: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 mate-extra/mate-polkit/Manifest | 1 -
14 mate-extra/mate-polkit/mate-polkit-1.18.2.ebuild | 46 ------------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest
18 index 2db8f6b9824..39fac35c2e6 100644
19 --- a/mate-extra/mate-polkit/Manifest
20 +++ b/mate-extra/mate-polkit/Manifest
21 @@ -1,2 +1 @@
22 -DIST mate-polkit-1.18.2.tar.xz 348272 BLAKE2B 38b2359be2f908181805fa213fcd6973d8b208bc52542702b19a7dc8162ea316540ad8c524b102b6fd95d85dd1e87c3eda29023c798dedf39eb301ff7f691d14 SHA512 4150e0a18ecc1ea1d554334ca3725ab62008f9ea5693ab95eb70df408cfd08a46717d3252017f14f99e9389a2e106add1f74fd63d26cd5db9011707a5a4f63f9
23 DIST mate-polkit-1.22.0.tar.xz 302080 BLAKE2B 374fa5215c57a36fc3a6fa4660866b33bc02d067f1eaf5cbadca8711efe8771e4c59d496e8eb47c75567b5a0e472fd10782c5b5436b9d2a5e7fc834445e5cf06 SHA512 e761ec10842789b5bbb3831f568c64e969429131a893850e8323927b949e115a24b3907fd3def7f31f5f785f0831717d852c61f08a9028a009ea9cca0ba86393
24
25 diff --git a/mate-extra/mate-polkit/mate-polkit-1.18.2.ebuild b/mate-extra/mate-polkit/mate-polkit-1.18.2.ebuild
26 deleted file mode 100644
27 index 9ffee786b21..00000000000
28 --- a/mate-extra/mate-polkit/mate-polkit-1.18.2.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit mate
37 -
38 -if [[ ${PV} != 9999 ]]; then
39 - KEYWORDS="amd64 ~arm ~arm64 x86"
40 -fi
41 -
42 -DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs"
43 -LICENSE="LGPL-2"
44 -SLOT="0"
45 -
46 -IUSE="accountsservice appindicator debug examples +introspection"
47 -
48 -COMMON_DEPEND=">=dev-libs/glib-2.36:2
49 - >=sys-auth/polkit-0.102:0[introspection?]
50 - x11-libs/gdk-pixbuf:2[introspection?]
51 - virtual/libintl:0
52 - >=x11-libs/gtk+-3.14.0:3[introspection?]
53 - appindicator? ( dev-libs/libappindicator:3 )
54 - introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
55 -
56 -RDEPEND="${COMMON_DEPEND}
57 - accountsservice? ( sys-apps/accountsservice:0[introspection?] )"
58 -
59 -DEPEND="${COMMON_DEPEND}
60 - dev-util/gtk-doc
61 - dev-util/gtk-doc-am
62 - >=dev-util/intltool-0.35:*
63 - sys-devel/gettext:*
64 - >=sys-devel/libtool-2.2.6
65 - virtual/pkgconfig:*
66 - !<gnome-extra/polkit-gnome-0.102:0"
67 -
68 -src_configure() {
69 - mate_src_configure \
70 - --disable-static \
71 - $(use_enable accountsservice) \
72 - $(use_enable appindicator) \
73 - $(use_enable debug) \
74 - $(use_enable examples) \
75 - $(use_enable introspection)
76 -}