mate-base/mate-applets-meta: Version bump to 1.14
authorNP-Hardass <NP-Hardass@gentoo.org>
Mon, 5 Sep 2016 18:11:27 +0000 (14:11 -0400)
committerEttore Di Giacinto <mudler@gentoo.org>
Mon, 21 Nov 2016 11:00:45 +0000 (12:00 +0100)
Package-Manager: portage-2.3.0

mate-base/mate-applets-meta/mate-applets-meta-1.14.ebuild [new file with mode: 0644]

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.14.ebuild b/mate-base/mate-applets-meta/mate-applets-meta-1.14.ebuild
new file mode 100644 (file)
index 0000000..cf6db98
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} == 9999 ]]; then
+       MATE_BRANCH=9999
+else
+       inherit versionator
+       MATE_BRANCH="$(get_version_component_range 1-2)"
+       KEYWORDS="~amd64 ~arm ~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 gtk3 sensors"
+
+DEPEND=""
+RDEPEND="=mate-base/mate-applets-${MATE_BRANCH}*[gtk3(-)=]
+       appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}*[gtk3(-)=] )
+       sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}*[gtk3(-)=] )
+"