Gentoo Archives: gentoo-commits

From: Ettore Di Giacinto <mudler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:1.16-bump commit in: mate-extra/mate-polkit/
Date: Sat, 05 Nov 2016 10:02:53
Message-Id: 1478170147.741fc9a809d980653f61d3c1ff8305b628b2d497.mudler@gentoo
1 commit: 741fc9a809d980653f61d3c1ff8305b628b2d497
2 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 10:49:07 2016 +0000
4 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 10:49:07 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=741fc9a8
7
8 mate-extra/mate-polkit: version bump to 1.16.0
9
10 * now is gtk3 only, dropping gtk3 useflag
11 * update live ebuild
12
13 Package-Manager: portage-2.3.1
14
15 mate-extra/mate-polkit/Manifest | 1 +
16 .../{mate-polkit-9999.ebuild => mate-polkit-1.16.0.ebuild} | 13 +++----------
17 mate-extra/mate-polkit/mate-polkit-9999.ebuild | 13 +++----------
18 3 files changed, 7 insertions(+), 20 deletions(-)
19
20 diff --git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest
21 index 6a9ab08..93a5840 100644
22 --- a/mate-extra/mate-polkit/Manifest
23 +++ b/mate-extra/mate-polkit/Manifest
24 @@ -1,2 +1,3 @@
25 DIST mate-polkit-1.12.0.tar.xz 324708 SHA256 c38f0a0c3d4e10fc95d27fa4e8d47eb6948e8c9279a82f316f563666571bf8b9 SHA512 b6e771062e29d2f4f2823638e39f5e5b349b98fcf8fd8d652d847d568eee919d37956089d7bef1463d96f801f852d10d9423bb8c20f8a54dfe8188d19ab6fb0c WHIRLPOOL bc35601f824af52ac1162aeb3342789e8fbb4f6a09b5352fffd5db87d9c02f6ddba326002a13533531c772234994c845dfbe1473563bec1c442606688b6909f4
26 DIST mate-polkit-1.14.0.tar.xz 339872 SHA256 929d5710d6284f924dc65824b75e9da23b5809c50033da18b6b4b79e0f599ddd SHA512 f3507380152798af192e3338b5f056b1105fd297e935f098803c21450b04b6d149bc22106f34129a6394655be2e6505c91ad1433e817c68274a1243cc862bcdf WHIRLPOOL 034f05c91c5f79f1c77b073ff8f310e0264541e9783d98dabdc0dda5b0bc36da83ad4468563d9ecb6bdd389065b1b5d828deba02c15a94867124c6687ff54098
27 +DIST mate-polkit-1.16.0.tar.xz 340500 SHA256 e0aba1f4be2fef30a74509aef92c5773ee17c2279f158a7295415f700713457c SHA512 9b2a1870fdbe828b39ced7b24e1096edb559dcd553bac3fb15a6ab8d5dbc442870916f5105550a0e14cf3e85ac06c798d7daf0b464a182ba686bb3eb1bac1cb4 WHIRLPOOL feab6da57d80707f12dc42d3acd75dff58e1c61023d726579929b5b1901edc35629d68265ff369f020ca18e0be64a238d8d6acace2437a66df8dfefd3f201873
28
29 diff --git a/mate-extra/mate-polkit/mate-polkit-9999.ebuild b/mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild
30 similarity index 76%
31 copy from mate-extra/mate-polkit/mate-polkit-9999.ebuild
32 copy to mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild
33 index a107de0..09eaf4d 100644
34 --- a/mate-extra/mate-polkit/mate-polkit-9999.ebuild
35 +++ b/mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild
36 @@ -14,20 +14,14 @@ DESCRIPTION="A MATE specific DBUS service that is used to bring up authenticatio
37 LICENSE="LGPL-2"
38 SLOT="0"
39
40 -IUSE="accountsservice appindicator debug examples gtk3 +introspection"
41 +IUSE="accountsservice appindicator debug examples +introspection"
42
43 COMMON_DEPEND=">=dev-libs/glib-2.36:2
44 >=sys-auth/polkit-0.102:0[introspection?]
45 x11-libs/gdk-pixbuf:2[introspection?]
46 virtual/libintl:0
47 - !gtk3? (
48 - >=x11-libs/gtk+-2.24:2[introspection?]
49 - appindicator? ( dev-libs/libappindicator:2 )
50 - )
51 - gtk3? (
52 - >=x11-libs/gtk+-3.0:3[introspection?]
53 - appindicator? ( dev-libs/libappindicator:3 )
54 - )
55 + >=x11-libs/gtk+-3.14.0:3[introspection?]
56 + appindicator? ( dev-libs/libappindicator:3 )
57 introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
58
59 RDEPEND="${COMMON_DEPEND}
60 @@ -45,7 +39,6 @@ DEPEND="${COMMON_DEPEND}
61 src_configure() {
62 mate_src_configure \
63 --disable-static \
64 - --with-gtk=$(usex gtk3 3.0 2.0) \
65 $(use_enable accountsservice) \
66 $(use_enable appindicator) \
67 $(use_enable debug) \
68
69 diff --git a/mate-extra/mate-polkit/mate-polkit-9999.ebuild b/mate-extra/mate-polkit/mate-polkit-9999.ebuild
70 index a107de0..09eaf4d 100644
71 --- a/mate-extra/mate-polkit/mate-polkit-9999.ebuild
72 +++ b/mate-extra/mate-polkit/mate-polkit-9999.ebuild
73 @@ -14,20 +14,14 @@ DESCRIPTION="A MATE specific DBUS service that is used to bring up authenticatio
74 LICENSE="LGPL-2"
75 SLOT="0"
76
77 -IUSE="accountsservice appindicator debug examples gtk3 +introspection"
78 +IUSE="accountsservice appindicator debug examples +introspection"
79
80 COMMON_DEPEND=">=dev-libs/glib-2.36:2
81 >=sys-auth/polkit-0.102:0[introspection?]
82 x11-libs/gdk-pixbuf:2[introspection?]
83 virtual/libintl:0
84 - !gtk3? (
85 - >=x11-libs/gtk+-2.24:2[introspection?]
86 - appindicator? ( dev-libs/libappindicator:2 )
87 - )
88 - gtk3? (
89 - >=x11-libs/gtk+-3.0:3[introspection?]
90 - appindicator? ( dev-libs/libappindicator:3 )
91 - )
92 + >=x11-libs/gtk+-3.14.0:3[introspection?]
93 + appindicator? ( dev-libs/libappindicator:3 )
94 introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
95
96 RDEPEND="${COMMON_DEPEND}
97 @@ -45,7 +39,6 @@ DEPEND="${COMMON_DEPEND}
98 src_configure() {
99 mate_src_configure \
100 --disable-static \
101 - --with-gtk=$(usex gtk3 3.0 2.0) \
102 $(use_enable accountsservice) \
103 $(use_enable appindicator) \
104 $(use_enable debug) \