diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-05-23 15:28:47 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-05-23 15:48:50 -0400 |
commit | 184e27940f6054eb6e79be29539f88cdcc74e3b5 (patch) | |
tree | 27bbe65471ea5d4fdf767f4fe817089aa0b9339f /mate-extra | |
parent | mate-extra/mate-netbook: Drop 1.22.x (diff) | |
download | gentoo-mate-184e27940f6054eb6e79be29539f88cdcc74e3b5.tar.gz gentoo-mate-184e27940f6054eb6e79be29539f88cdcc74e3b5.tar.bz2 gentoo-mate-184e27940f6054eb6e79be29539f88cdcc74e3b5.zip |
mate-extra/mate-indicator-applet: Drop 1.22.x
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-indicator-applet/Manifest | 1 | ||||
-rw-r--r-- | mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/mate-extra/mate-indicator-applet/Manifest b/mate-extra/mate-indicator-applet/Manifest index 5cefa46..552f472 100644 --- a/mate-extra/mate-indicator-applet/Manifest +++ b/mate-extra/mate-indicator-applet/Manifest @@ -1,2 +1 @@ -DIST mate-indicator-applet-1.22.1.tar.xz 291104 BLAKE2B 665decd04fec83fb4b1391f3d344f7ce61a4bef557478fe2bae95d9494b633a0c64a2d24b1cde7f3fcb6255b429265a33148c1ff8d765de5463d8d119421a9b7 SHA512 2224e7222c36f04f78d4f5e10dfa7dffab31c687474fac605ec54795edaa7d230518168fef82459aba47e72362941b7968b94b11ccace40d8857adf605f8d8db DIST mate-indicator-applet-1.24.0.tar.xz 380136 BLAKE2B 1ae77c892f02127f7a0d778958e0f4acc2b14e01a4b8d8a316253c3b227eacd59cb556ed852de690f3ec4aec4d02874c2f594b41315cd85c87c16967ef9403ee SHA512 0e82f572c1855c8623e537a45c2c0c0b98d3d642e46333eedc16c26607205293098a062008d0e568890ffdf6b8dc4c30a7f5e2e41a150f940917b3671783e413 diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild deleted file mode 100644 index 02aae41..0000000 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mate eapi7-ver - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm x86" -fi - -DESCRIPTION="MATE indicator applet" -LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+" -SLOT="0" - -IUSE="" - -COMMON_DEPEND=" - >=dev-libs/libindicator-0.4:3 - >=mate-base/mate-panel-1.17.0 - >=x11-libs/gtk+-3.22:3" - -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.35.0 - virtual/pkgconfig" |