Gentoo Archives: gentoo-commits

From: Ettore Di Giacinto <mudler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/
Date: Sun, 04 Jun 2017 15:18:25
Message-Id: 1496589409.c39a2cb5da178aeb561461f2b7fe4f1134d1bd19.mudler@gentoo
1 commit: c39a2cb5da178aeb561461f2b7fe4f1134d1bd19
2 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 14:07:42 2017 +0000
4 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 15:16:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39a2cb5
7
8 mate-base/mate-applets-meta: Version bump to 1.18
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../mate-applets-meta-1.18.ebuild | 26 ++++++++++++++++++++++
13 1 file changed, 26 insertions(+)
14
15 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
16 new file mode 100644
17 index 00000000000..1ed7c6ed84c
18 --- /dev/null
19 +++ b/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild
20 @@ -0,0 +1,26 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +if [[ ${PV} == 9999 ]]; then
27 + MATE_BRANCH=9999
28 +else
29 + inherit versionator
30 + MATE_BRANCH="$(get_version_component_range 1-2)"
31 + KEYWORDS="~amd64 ~arm ~x86"
32 +fi
33 +
34 +DESCRIPTION="Meta package for MATE panel applets"
35 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
36 +SRC_URI=""
37 +
38 +LICENSE="metapackage"
39 +SLOT="0"
40 +IUSE="appindicator sensors"
41 +
42 +DEPEND=""
43 +RDEPEND="=mate-base/mate-applets-${MATE_BRANCH}*
44 + appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}* )
45 + sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}* )
46 +"