summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-09-03 13:24:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-17 19:50:08 +0200
commit4951542edecc2d547b5833db845a1e0360c71444 (patch)
tree266ad65556be91d55e417026df249bc63844d924 /mate-extra
parentmate-extra/mate-calc: drop 1.26.0-r1 (diff)
downloadgentoo-4951542edecc2d547b5833db845a1e0360c71444.tar.gz
gentoo-4951542edecc2d547b5833db845a1e0360c71444.tar.bz2
gentoo-4951542edecc2d547b5833db845a1e0360c71444.zip
mate-extra/mate-indicator-applet: drop 1.26.0-r1
Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r--mate-extra/mate-indicator-applet/Manifest1
-rw-r--r--mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/mate-extra/mate-indicator-applet/Manifest b/mate-extra/mate-indicator-applet/Manifest
index 9a81d9df07e6..596738c9616a 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,2 +1 @@
-DIST mate-indicator-applet-1.26.0.tar.xz 383936 BLAKE2B 4435c8e2c4acf5cd033a9f85b39a2f577d9861124fa47e22bdba970fb61c9ce5fe8bf31bc87a47a8a8f82640905c50b316f35f572a2a4a83830c8f8d110b80fd SHA512 677586b4090edd22871eb034b923795a01030a5270e633a11ed711171e49f487047fbf75daf1d69d491660bdf63421b900e06fd806eeef93df101058c0130c06
DIST mate-indicator-applet-1.28.0.tar.xz 392284 BLAKE2B adc8ff8ad60fcae0974dde4b66935eef322fdaf4d9af52907b7914c381d66ad5600bc508a1f3e87b8ddb51a82572f1df3a662afd87bb3643edd3bee62eef1c3d SHA512 1b08d457ac414d1f6ce7d6f3ef65974a1f300a57bf9802a8e25fe4f44e04a459d5f924b0235fbfc63e7ab4ddbeef0deb6f2b5545d439c6a4e97e4c3845111691
diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild
deleted file mode 100644
index 1157c33f4fec..000000000000
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="MATE indicator applet"
-LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="
- dev-libs/libayatana-indicator:3
- >=mate-base/mate-panel-1.17.0
- >=x11-libs/gtk+-3.22:3
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
-"
-
-BDEPEND="${COMMON_DEPEND}
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- mate_src_configure \
- --with-ayatana-indicators
-}