From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: x11-themes/mate-themes-meta/
Date: Tue, 2 Aug 2016 06:50:33 +0000 (UTC) [thread overview]
Message-ID: <1470120590.579ea3a5fd6bf958b599e710d3a76ed05a835c3f.np-hardass@gentoo> (raw)
commit: 579ea3a5fd6bf958b599e710d3a76ed05a835c3f
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 06:16:20 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 06:49:50 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=579ea3a5
x11-themes/mate-themes-meta: add support for new versioning scheme
Package-Manager: portage-2.2.28
.../mate-themes-meta/mate-themes-meta-3.ebuild | 40 ++++++++++++++++++++++
.../mate-themes-meta-9999-r1.ebuild | 40 ++++++++++++++++++++++
x11-themes/mate-themes-meta/metadata.xml | 1 +
3 files changed, 81 insertions(+)
diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild b/x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild
new file mode 100644
index 0000000..357e3de
--- /dev/null
+++ b/x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} == 9999 ]]; then
+ MATE_THEMES_V=".9999"
+else
+ MATE_THEMES_V="*"
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+IUSE="gtk2-only"
+
+DEPEND=""
+RDEPEND="|| (
+ gtk2-only? (
+ !!11-libs/gtk+:3
+ x11-themes/mate-themes:0
+ )
+ (
+ =x11-libs/gtk+-3.16*:3
+ =x11-themes/mate-themes-3.16${MATE_THEMES_V}:0/3.16
+ )
+ (
+ =x11-libs/gtk+-3.18*:3
+ =x11-themes/mate-themes-3.18${MATE_THEMES_V}:0/3.18
+ )
+ (
+ =x11-libs/gtk+-3.20*:3
+ =x11-themes/mate-themes-3.20${MATE_THEMES_V}:0/3.20
+ )
+ )"
diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-9999-r1.ebuild b/x11-themes/mate-themes-meta/mate-themes-meta-9999-r1.ebuild
new file mode 100644
index 0000000..357e3de
--- /dev/null
+++ b/x11-themes/mate-themes-meta/mate-themes-meta-9999-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} == 9999 ]]; then
+ MATE_THEMES_V=".9999"
+else
+ MATE_THEMES_V="*"
+ KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+IUSE="gtk2-only"
+
+DEPEND=""
+RDEPEND="|| (
+ gtk2-only? (
+ !!11-libs/gtk+:3
+ x11-themes/mate-themes:0
+ )
+ (
+ =x11-libs/gtk+-3.16*:3
+ =x11-themes/mate-themes-3.16${MATE_THEMES_V}:0/3.16
+ )
+ (
+ =x11-libs/gtk+-3.18*:3
+ =x11-themes/mate-themes-3.18${MATE_THEMES_V}:0/3.18
+ )
+ (
+ =x11-libs/gtk+-3.20*:3
+ =x11-themes/mate-themes-3.20${MATE_THEMES_V}:0/3.20
+ )
+ )"
diff --git a/x11-themes/mate-themes-meta/metadata.xml b/x11-themes/mate-themes-meta/metadata.xml
index 4ec2e29..c054244 100644
--- a/x11-themes/mate-themes-meta/metadata.xml
+++ b/x11-themes/mate-themes-meta/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<use>
<flag name="unsupported-gtk3">Allow unsupported GTK+3 or no GTK+3</flag>
+ <flag name="gtk2-only">Allow dependency-resolution for a system without GTK+3</flag>
</use>
</pkgmetadata>
next reply other threads:[~2016-08-02 6:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-02 6:50 NP Hardass [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-10 0:24 [gentoo-commits] proj/gentoo-mate:master commit in: x11-themes/mate-themes-meta/ Adam Feldman
2020-04-09 22:52 Adam Feldman
2018-01-14 10:52 Ettore Di Giacinto
2018-01-14 10:52 Ettore Di Giacinto
2018-01-14 10:52 Ettore Di Giacinto
2016-11-14 21:58 NP Hardass
2016-11-14 21:39 NP Hardass
2016-10-05 16:11 NP Hardass
2016-08-11 6:06 NP Hardass
2016-07-10 2:11 NP Hardass
2016-02-22 17:41 NP Hardass
2016-02-22 17:11 NP Hardass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1470120590.579ea3a5fd6bf958b599e710d3a76ed05a835c3f.np-hardass@gentoo \
--to=np-hardass@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox