summaryrefslogtreecommitdiff
path: root/mate-extra/mate-indicator-applet
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-20 01:14:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-20 01:14:49 +0100
commitbc4457d8e0e53a2e43c4254d08053ba9708663e1 (patch)
tree4f8809f23d683eed73ef800d99ce7aa628a82527 /mate-extra/mate-indicator-applet
parent5f593f75391c28294f0dffa4dd1df280a4d8df73 (diff)
gentoo auto-resync : 20:06:2023 - 01:14:49
Diffstat (limited to 'mate-extra/mate-indicator-applet')
-rw-r--r--mate-extra/mate-indicator-applet/Manifest1
-rw-r--r--mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.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 3d5225832f8d..9e56ae8328d2 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,4 +1,3 @@
DIST mate-indicator-applet-1.26.0.tar.xz 383936 BLAKE2B 4435c8e2c4acf5cd033a9f85b39a2f577d9861124fa47e22bdba970fb61c9ce5fe8bf31bc87a47a8a8f82640905c50b316f35f572a2a4a83830c8f8d110b80fd SHA512 677586b4090edd22871eb034b923795a01030a5270e633a11ed711171e49f487047fbf75daf1d69d491660bdf63421b900e06fd806eeef93df101058c0130c06
EBUILD mate-indicator-applet-1.26.0-r1.ebuild 601 BLAKE2B bd7d96f1b48aebaf7774a1c92f5b809a516608e3b9db6532fdb68a89fb6f4431c03ea38aa457138388e8b5be128674f0135ffadd9e2d4b2b55605cbd2f28298e SHA512 612bf320db5ade63eb7faf43fa3d634e5fff33a413cc11f4af4141af0d687fb959b755ca0bbdccd044867972355b85ba204b4b1710d41842507fa764d78470c3
-EBUILD mate-indicator-applet-1.26.0.ebuild 598 BLAKE2B 9259bc8c3075e17a05375c90f824c9c8c5c3e57a17cc0b360620271e804f8fc9be738d9f506f1e06886b643fdc9e0ab9c562b375660977955d2457ded1a5f19a SHA512 4e89730425d342f61c683f7e276407dbbe4868e077016730479f01f15ddb15b5bfc51e57ab675d3fa529589abab87f76a6edb12112367f41b57a8fcb2400e024
MISC metadata.xml 351 BLAKE2B e48e460d9a4129eb19a7edb5659e7ca8b3bdb62fe6b00e3366be15716c6283ade2707b5a1d03fa9be44cc95ee506a15ff267c7b3e764f71e9f67ba3ca1f4c98a SHA512 2538efec96a0fe9ffb744536b92ccaf5da779efc46a0731849ccbf11348a590d2ecfbf3abc55ba9063ffb96eeca7ecb379927e192371cae681d56dee170a9870
diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
deleted file mode 100644
index bdcf9fbb50de..000000000000
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.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/libindicator-0.4: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-ubuntu-indicators
-}