Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets-meta/
Date: Tue, 26 Jan 2016 18:09:51
Message-Id: 1453677642.0bbcf794a93b98e83fddcff909b7d92024544bcd.np-hardass@gentoo
1 commit: 0bbcf794a93b98e83fddcff909b7d92024544bcd
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 24 23:20:42 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 24 23:20:42 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=0bbcf794
7
8 mate-base/mate-applets-meta: New package.
9
10 Simplifies user experience for package maintenance of panel applets.
11
12 Package-Manager: portage-2.2.26
13
14 .../mate-applets-meta-1.10.ebuild | 24 ++++++++++++++++++++++
15 mate-base/mate-applets-meta/metadata.xml | 11 ++++++++++
16 2 files changed, 35 insertions(+)
17
18 diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
19 new file mode 100644
20 index 0000000..51246ec
21 --- /dev/null
22 +++ b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
23 @@ -0,0 +1,24 @@
24 +# Copyright 1999-2016 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Id$
27 +
28 +EAPI=5
29 +
30 +inherit versionator
31 +
32 +MATE_BRANCH="$(get_version_component_range 1-2)"
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 +KEYWORDS="~amd64 ~x86"
41 +IUSE="appindicator sensors"
42 +
43 +DEPEND=""
44 +RDEPEND=" =mate-base/mate-applets-${MATE_BRANCH}*
45 + appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}* )
46 + sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}* )
47 +"
48
49 diff --git a/mate-base/mate-applets-meta/metadata.xml b/mate-base/mate-applets-meta/metadata.xml
50 new file mode 100644
51 index 0000000..36ba9ec
52 --- /dev/null
53 +++ b/mate-base/mate-applets-meta/metadata.xml
54 @@ -0,0 +1,11 @@
55 +<?xml version="1.0" encoding="UTF-8"?>
56 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
57 +<pkgmetadata>
58 + <herd>mate</herd>
59 + <use>
60 + <flag name="appindicator">Pull in <pkg>mate-extra/mate-indicator-applet</pkg>
61 + for AppIndicator applet</flag>
62 + <flag name="sensors">Pull in <pkg>mate-extra/mate-sensors-applet</pkg>
63 + for hw sensors applet</flag>
64 + </use>
65 +</pkgmetadata>