commit: 53f804e2a97603952bde423f664814cf010db54a Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> AuthorDate: Thu Nov 10 21:11:26 2016 +0000 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> CommitDate: Thu Dec 8 15:30:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f804e2
mate-base/mate-applets-meta: version bump to 1.16 Package-Manager: portage-2.3.1 .../mate-applets-meta-1.16.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.16.ebuild b/mate-base/mate-applets-meta/mate-applets-meta-1.16.ebuild new file mode 100644 index 00000000..cf6db98 --- /dev/null +++ b/mate-base/mate-applets-meta/mate-applets-meta-1.16.ebuild @@ -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(-)=] ) +"