mate-base/mate-applets-meta: Bump to 1.24.0
authorAdam Feldman <NP-Hardass@gentoo.org>
Wed, 25 Mar 2020 01:03:43 +0000 (21:03 -0400)
committerAdam Feldman <NP-Hardass@gentoo.org>
Mon, 6 Apr 2020 17:48:47 +0000 (13:48 -0400)
Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild [new file with mode: 0644]

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild b/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
new file mode 100644 (file)
index 0000000..e2fda45
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == 9999 ]]; then
+       MATE_BRANCH=9999
+else
+       inherit eapi7-ver
+       MATE_BRANCH="$(ver_cut 1-2)"
+       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Meta package for MATE panel applets"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+IUSE="appindicator sensors"
+
+DEPEND=""
+RDEPEND="
+       =mate-base/mate-applets-${MATE_BRANCH}*
+       appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}* )
+       sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}* )
+"