Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-indicator-applet/
Date: Thu, 10 Jun 2021 00:24:06
Message-Id: 1623282344.1ef9872c03c3a349d2bf89a464202d0574b464f6.np-hardass@gentoo
1 commit: 1ef9872c03c3a349d2bf89a464202d0574b464f6
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 23:28:46 2021 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 23:45:44 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1ef9872c
7
8 mate-extra/mate-indicator-applet: Drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 .../mate-indicator-applet-1.24.0.ebuild | 31 ----------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
17 deleted file mode 100644
18 index da98ee5..0000000
19 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit mate eapi7-ver
28 -
29 -if [[ ${PV} != 9999 ]]; then
30 - KEYWORDS="amd64 ~arm x86"
31 -fi
32 -
33 -DESCRIPTION="MATE indicator applet"
34 -LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
35 -SLOT="0"
36 -
37 -IUSE=""
38 -
39 -COMMON_DEPEND="
40 - >=dev-libs/libindicator-0.4:3
41 - >=mate-base/mate-panel-1.17.0
42 - >=x11-libs/gtk+-3.22:3
43 -"
44 -
45 -RDEPEND="${COMMON_DEPEND}
46 - virtual/libintl
47 -"
48 -
49 -DEPEND="${COMMON_DEPEND}
50 - >=sys-devel/gettext-0.19.8:*
51 - virtual/pkgconfig
52 -"