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-indicator-applet/files/, mate-extra/mate-indicator-applet/
Date: Sat, 06 Oct 2018 20:25:05
Message-Id: 1538857311.6c270984331b6032bdee10d623250bb876c377e6.leio@gentoo
1 commit: 6c270984331b6032bdee10d623250bb876c377e6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 19:53:04 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 20:21:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c270984
7
8 mate-extra/mate-indicator-applet: 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-indicator-applet/Manifest | 3 --
14 ...-applet-1.14.1-indicator-ng-configure-fix.patch | 30 ----------------
15 .../mate-indicator-applet-1.12.1-r1.ebuild | 36 -------------------
16 .../mate-indicator-applet-1.14.1-r1.ebuild | 40 ----------------------
17 .../mate-indicator-applet-1.16.0.ebuild | 38 --------------------
18 mate-extra/mate-indicator-applet/metadata.xml | 3 --
19 6 files changed, 150 deletions(-)
20
21 diff --git a/mate-extra/mate-indicator-applet/Manifest b/mate-extra/mate-indicator-applet/Manifest
22 index 902feec9fb0..c71a68a836c 100644
23 --- a/mate-extra/mate-indicator-applet/Manifest
24 +++ b/mate-extra/mate-indicator-applet/Manifest
25 @@ -1,4 +1 @@
26 -DIST mate-indicator-applet-1.12.1.tar.xz 317984 BLAKE2B 98c5a52f499c1ed609b4c542aa96a3aecebcca529c66782e54954e3933ba50536ba3266f80522e576eddd1a6c97f1dff50059dfc48f38d4859ac57f370e120c2 SHA512 446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433
27 -DIST mate-indicator-applet-1.14.1.tar.xz 315480 BLAKE2B 337c216a11faa66332c4591cb8cf7b87dd0b2bf0180a5108f46c517fa8eb5353435c7f297a9f54431893033cb5d4b1f92b866825a304ea7b858a913540c8a2e8 SHA512 868f85546780d52aaadaa63ec14a8e92e673396653cebf7c5a9d0de459fc62d346fb10836298bf604eb50c63e5390cedd08576fb8903aeabdf2e2c4de5fc638f
28 -DIST mate-indicator-applet-1.16.0.tar.xz 317256 BLAKE2B d9a9da94702a59c225aa7d80ad228fbdafb65bea496dcf681cc4c76b3b16a1b985b33714df585a945076f0bacd7080b1c122021ff05bd86306168924541a488a SHA512 745f10ed20a453b02427982f59c81e85cdf80736aad62c4e149802c4df3646dfcd1dc822476f4d9cbd2f28c48e78c2e9a7e79652c8ba579a3e0bf9f16427b1a2
29 DIST mate-indicator-applet-1.18.1.tar.xz 318464 BLAKE2B 989b84e2135ff3307a731b3eff981aea40002cbbd9b9e6ba61053a24e681fe3a3005b55ecf6dd027adf97d2bbfe3a12c0bdfdee2aac4860bac10fe3c03a4d681 SHA512 990cf60ff0b0a3e53f6ebc94abbdc15ce7b55258935763fb2d294a06c725e98e4b3389117e8fd04a9d1ce0ba691bc891542fd12c1ab58b29d99352a8369265d0
30
31 diff --git a/mate-extra/mate-indicator-applet/files/mate-indicator-applet-1.14.1-indicator-ng-configure-fix.patch b/mate-extra/mate-indicator-applet/files/mate-indicator-applet-1.14.1-indicator-ng-configure-fix.patch
32 deleted file mode 100644
33 index b9ae4fc8fec..00000000000
34 --- a/mate-extra/mate-indicator-applet/files/mate-indicator-applet-1.14.1-indicator-ng-configure-fix.patch
35 +++ /dev/null
36 @@ -1,30 +0,0 @@
37 -From 06f6db28648cdeff02cc07f9a7f1410b228450a4 Mon Sep 17 00:00:00 2001
38 -From: monsta <monsta@×××××.ru>
39 -Date: Wed, 14 Sep 2016 18:20:25 +0300
40 -Subject: [PATCH] check for libindicator 12.10.2 for new style indicators
41 - support
42 -
43 -fixes build on Gentoo which has 12.10.1 - turned out this version
44 -had no indicator-ng yet.
45 -
46 -note that (as of now) 12.10.2 isn't officially released upstream,
47 -and Ubuntu has post-12.10.1 repo snapshot packaged and labeled as
48 -12.10.2. however, that snapshot already has 12.10.2 version in .pc
49 -file, so the build works with it.
50 ----
51 - configure.ac | 2 +-
52 - 1 file changed, 1 insertion(+), 1 deletion(-)
53 -
54 -diff --git a/configure.ac b/configure.ac
55 -index 5e9c505..9b4dafc 100644
56 ---- a/configure.ac
57 -+++ b/configure.ac
58 -@@ -46,7 +46,7 @@ case "$with_gtk" in
59 - esac
60 -
61 - INDICATOR_REQUIRED_VERSION=0.3.90
62 --INDICATOR_NG_VERSION=12.10
63 -+INDICATOR_NG_VERSION=12.10.2
64 - INDICATOR_PKG=indicator$INDICATOR_API_VERSION-0.4
65 -
66 - PKG_CHECK_MODULES(APPLET, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED_VERSION
67
68 diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
69 deleted file mode 100644
70 index f87a16fc082..00000000000
71 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
72 +++ /dev/null
73 @@ -1,36 +0,0 @@
74 -# Copyright 1999-2016 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=6
78 -
79 -inherit mate versionator
80 -
81 -if [[ ${PV} != 9999 ]]; then
82 - KEYWORDS="amd64 ~arm x86"
83 -fi
84 -
85 -DESCRIPTION="MATE indicator applet"
86 -LICENSE="GPL-2 FDL-1.1 LGPL-2"
87 -SLOT="0"
88 -
89 -IUSE="gtk3"
90 -
91 -RDEPEND="
92 - >=mate-base/mate-panel-1.8[gtk3(-)=]
93 - !gtk3? (
94 - >=dev-libs/libindicator-0.3.90:0
95 - >=x11-libs/gtk+-2.24:2
96 - )
97 - gtk3? (
98 - >=dev-libs/libindicator-0.3.90:3
99 - >=x11-libs/gtk+-3.0:3
100 - )"
101 -
102 -DEPEND="${RDEPEND}
103 - >=dev-util/intltool-0.35.0
104 - virtual/pkgconfig"
105 -
106 -src_configure() {
107 - mate_src_configure \
108 - --with-gtk=$(usex gtk3 3.0 2.0)
109 -}
110
111 diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1-r1.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1-r1.ebuild
112 deleted file mode 100644
113 index 4af07eb7310..00000000000
114 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1-r1.ebuild
115 +++ /dev/null
116 @@ -1,40 +0,0 @@
117 -# Copyright 1999-2016 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=6
121 -
122 -inherit mate versionator
123 -
124 -if [[ ${PV} != 9999 ]]; then
125 - KEYWORDS="~amd64 ~arm ~x86"
126 -fi
127 -
128 -DESCRIPTION="MATE indicator applet"
129 -LICENSE="GPL-2 FDL-1.1 LGPL-2"
130 -SLOT="0"
131 -
132 -IUSE="gtk3"
133 -
134 -COMMON_DEPEND="
135 - >=mate-base/mate-panel-1.8[gtk3(-)=]
136 - !gtk3? (
137 - >=dev-libs/libindicator-0.3.90:0
138 - >=x11-libs/gtk+-2.24:2
139 - )
140 - gtk3? (
141 - >=dev-libs/libindicator-0.3.90:3
142 - >=x11-libs/gtk+-3.0:3
143 - )"
144 -
145 -RDEPEND="${COMMON_DEPEND}"
146 -
147 -DEPEND="${COMMON_DEPEND}
148 - >=dev-util/intltool-0.35.0
149 - virtual/pkgconfig"
150 -
151 -PATCHES=( "${FILESDIR}/${P}-indicator-ng-configure-fix.patch" )
152 -
153 -src_configure() {
154 - mate_src_configure \
155 - --with-gtk=$(usex gtk3 3.0 2.0)
156 -}
157
158 diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild
159 deleted file mode 100644
160 index 2f32c4cab09..00000000000
161 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild
162 +++ /dev/null
163 @@ -1,38 +0,0 @@
164 -# Copyright 1999-2016 Gentoo Foundation
165 -# Distributed under the terms of the GNU General Public License v2
166 -
167 -EAPI=6
168 -
169 -inherit mate versionator
170 -
171 -if [[ ${PV} != 9999 ]]; then
172 - KEYWORDS="~amd64 ~arm ~x86"
173 -fi
174 -
175 -DESCRIPTION="MATE indicator applet"
176 -LICENSE="GPL-2 FDL-1.1 LGPL-2"
177 -SLOT="0"
178 -
179 -IUSE="gtk3"
180 -
181 -COMMON_DEPEND="
182 - >=mate-base/mate-panel-1.8[gtk3(-)=]
183 - !gtk3? (
184 - >=dev-libs/libindicator-0.3.90:0
185 - >=x11-libs/gtk+-2.24:2
186 - )
187 - gtk3? (
188 - >=dev-libs/libindicator-0.3.90:3
189 - >=x11-libs/gtk+-3.0:3
190 - )"
191 -
192 -RDEPEND="${COMMON_DEPEND}"
193 -
194 -DEPEND="${COMMON_DEPEND}
195 - >=dev-util/intltool-0.35.0
196 - virtual/pkgconfig"
197 -
198 -src_configure() {
199 - mate_src_configure \
200 - --with-gtk=$(usex gtk3 3.0 2.0)
201 -}
202
203 diff --git a/mate-extra/mate-indicator-applet/metadata.xml b/mate-extra/mate-indicator-applet/metadata.xml
204 index 9561edc8026..84f9d6c300e 100644
205 --- a/mate-extra/mate-indicator-applet/metadata.xml
206 +++ b/mate-extra/mate-indicator-applet/metadata.xml
207 @@ -5,9 +5,6 @@
208 <email>mate@g.o</email>
209 <name>Gentoo MATE Desktop</name>
210 </maintainer>
211 - <use>
212 - <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
213 - </use>
214 <upstream>
215 <remote-id type="github">mate-desktop/mate-indicator-applet</remote-id>
216 </upstream>