commit: c39a2cb5da178aeb561461f2b7fe4f1134d1bd19 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> AuthorDate: Thu Mar 16 14:07:42 2017 +0000 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> CommitDate: Sun Jun 4 15:16:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39a2cb5
mate-base/mate-applets-meta: Version bump to 1.18 Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../mate-applets-meta-1.18.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild b/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild new file mode 100644 index 00000000000..1ed7c6ed84c --- /dev/null +++ b/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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 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}* ) +"