From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7CED858973 for ; Tue, 9 Feb 2016 02:49:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E11EF21C0EE; Tue, 9 Feb 2016 02:49:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3723321C0EF for ; Tue, 9 Feb 2016 02:49:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 752EE340A23 for ; Tue, 9 Feb 2016 02:49:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A65A21224 for ; Tue, 9 Feb 2016 02:49:04 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1454986029.81bcdc7a4f8cda3e7f34ce15efb2eea26af7f24d.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild mate-base/mate-applets-meta/metadata.xml X-VCS-Directories: mate-base/mate-applets-meta/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 81bcdc7a4f8cda3e7f34ce15efb2eea26af7f24d X-VCS-Branch: master Date: Tue, 9 Feb 2016 02:49:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 73b66488-d709-4c59-a676-3974d426a87f X-Archives-Hash: 529b94bcce5fd1bd921a7a68bd28dba1 commit: 81bcdc7a4f8cda3e7f34ce15efb2eea26af7f24d Author: NP-Hardass gentoo org> AuthorDate: Tue Feb 9 02:03:52 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Tue Feb 9 02:47:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bcdc7a mate-base/mate-applets-meta: Import 1.10.x from Project:MATE repo Simplify management of applets with a metapackage Package-Manager: portage-2.2.26 .../mate-applets-meta-1.10.ebuild | 24 ++++++++++++++++++++++ mate-base/mate-applets-meta/metadata.xml | 14 +++++++++++++ 2 files changed, 38 insertions(+) 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 new file mode 100644 index 0000000..51246ec --- /dev/null +++ b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +DESCRIPTION="Meta package for MATE panel applets" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~x86" +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}* ) +" diff --git a/mate-base/mate-applets-meta/metadata.xml b/mate-base/mate-applets-meta/metadata.xml new file mode 100644 index 0000000..1d4f049 --- /dev/null +++ b/mate-base/mate-applets-meta/metadata.xml @@ -0,0 +1,14 @@ + + + + + mate@gentoo.org + Gentoo MATE Desktop + + + Pull in mate-extra/mate-indicator-applet + for AppIndicator applet + Pull in mate-extra/mate-sensors-applet + for hw sensors applet + +