Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/
Date: Fri, 08 May 2020 04:45:13
Message-Id: 1588913061.b4ef8f17bc15597dc07e107c31d9cb0a0077b2ca.np-hardass@gentoo
1 commit: b4ef8f17bc15597dc07e107c31d9cb0a0077b2ca
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 8 04:23:04 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 04:44:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ef8f17
7
8 mate-extra/mate-indicator-applet: Drop old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 mate-extra/mate-indicator-applet/Manifest | 1 -
14 .../mate-indicator-applet-1.22.0.ebuild | 27 ----------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/mate-extra/mate-indicator-applet/Manifest b/mate-extra/mate-indicator-applet/Manifest
18 index f6576911344..5cefa4644db 100644
19 --- a/mate-extra/mate-indicator-applet/Manifest
20 +++ b/mate-extra/mate-indicator-applet/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST mate-indicator-applet-1.22.0.tar.xz 339564 BLAKE2B 0655ced0b24cc681ebd8e66b0749c9d98f9bc361830431bb408158ab174d5ea27aa022344cc667e37405ae693b52ed5c20e5b5ecec01b484c1928df36e1673d0 SHA512 6e1dd133a521f247ecb648b3ffa542e326f504fd3b0719a74099e83ac1dfa9fd4d7676af284f89f69d6684e5640f240930bb0fb43bcf7d59472786adf4c3200c
23 DIST mate-indicator-applet-1.22.1.tar.xz 291104 BLAKE2B 665decd04fec83fb4b1391f3d344f7ce61a4bef557478fe2bae95d9494b633a0c64a2d24b1cde7f3fcb6255b429265a33148c1ff8d765de5463d8d119421a9b7 SHA512 2224e7222c36f04f78d4f5e10dfa7dffab31c687474fac605ec54795edaa7d230518168fef82459aba47e72362941b7968b94b11ccace40d8857adf605f8d8db
24 DIST mate-indicator-applet-1.24.0.tar.xz 380136 BLAKE2B 1ae77c892f02127f7a0d778958e0f4acc2b14e01a4b8d8a316253c3b227eacd59cb556ed852de690f3ec4aec4d02874c2f594b41315cd85c87c16967ef9403ee SHA512 0e82f572c1855c8623e537a45c2c0c0b98d3d642e46333eedc16c26607205293098a062008d0e568890ffdf6b8dc4c30a7f5e2e41a150f940917b3671783e413
25
26 diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
27 deleted file mode 100644
28 index 02aae41238c..00000000000
29 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit mate eapi7-ver
38 -
39 -if [[ ${PV} != 9999 ]]; then
40 - KEYWORDS="amd64 ~arm x86"
41 -fi
42 -
43 -DESCRIPTION="MATE indicator applet"
44 -LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
45 -SLOT="0"
46 -
47 -IUSE=""
48 -
49 -COMMON_DEPEND="
50 - >=dev-libs/libindicator-0.4:3
51 - >=mate-base/mate-panel-1.17.0
52 - >=x11-libs/gtk+-3.22:3"
53 -
54 -RDEPEND="${COMMON_DEPEND}"
55 -
56 -DEPEND="${COMMON_DEPEND}
57 - >=dev-util/intltool-0.35.0
58 - virtual/pkgconfig"