public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2016-07-24 20:18 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2016-07-24 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     626b863c38ecce3cd0f7b1c1c5b7c2cb694e73d2
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 20:18:08 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 20:18:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626b863c

x11-themes/greybird: Version bump (bug #589612 by Rustam Karimov).

Package-Manager: portage-2.3.0

 x11-themes/greybird/Manifest               |  1 +
 x11-themes/greybird/greybird-3.18.0.ebuild | 49 ++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index fa181d2..7a5d251 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,3 +1,4 @@
 DIST greybird-1.2.2.tar.gz 112022 SHA256 b54c73da705dc5607e439435b99262783be562882efe43957c6cf012394496a0 SHA512 0384647c51e6b473f104c10d5418f8d1e465190dcbfdaebc9946f47cab77e90d7c81555cf94c47298a053e150c6b92adfd0d5c84f20f2b5f2ebcc0e12cdb444e WHIRLPOOL 2b3dd85461408a539dba7881d73a088dfdcd4bbf1d74142e359e6429da8f837f9dd5292efedbd4b7c7a646e61bced0aae923bdbc29049714b5ad177a8bdd62ae
 DIST greybird-1.3.4.tar.gz 116901 SHA256 d4c3ea3445d191f639fd045feea43f7139375da94478c3789f0a319f24c3ff4a SHA512 78bb9372d9c05c7c83ae130a3559f7b1f413bb0519d5f626d477bef917ca35892c7b0235872a084720fdba5aa5b381401fb36f7fa11dea00bc0986c76670c286 WHIRLPOOL f40381dcbc9df3a15883df83f2d2480d4add48e45d0d77dddf9781fb4c4cc928011c845892b02e7be070badb6e3c89dc69b2f7701d4911b6678c3976fea92b8c
 DIST greybird-1.5.3.tar.gz 118732 SHA256 856f092ebd199a2a28346938a3dfe62613135ad886c25bbaeebd3a917de4c962 SHA512 1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae WHIRLPOOL c7b724e11a7f2a4098b83744bba06e93f7c04fb5725b25a6d373f0b11438df9cbdd7db07fbe93e43f173b4ed6de2221eef0702622a3601a0f72c049c2bc54c8c
+DIST greybird-3.18.0.tar.gz 133088 SHA256 85a2d6bb73c32fb1caba2e5881dcf604af5b394bb8818058df874398e6dfe96f SHA512 0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d WHIRLPOOL 74ed3e6e7c0bd7cccec71e908e77758b649ca1c112368db0f6474c13a2cbb4b509894f79b51fb9b73fbdbc4376ae40dd542a7488b7ce65fb9b2328c2a4a0b9e7

diff --git a/x11-themes/greybird/greybird-3.18.0.ebuild b/x11-themes/greybird/greybird-3.18.0.ebuild
new file mode 100644
index 0000000..e8790be
--- /dev/null
+++ b/x11-themes/greybird/greybird-3.18.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN=${PN/g/G}
+
+DESCRIPTION="The default theme from Xubuntu"
+HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
+SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+# IUSE="ayatana gnome emerald"
+IUSE="ayatana gnome"
+
+RDEPEND="
+	>=x11-themes/gtk-engines-murrine-0.90
+"
+
+RESTRICT="binchecks strip"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+src_install() {
+	dodoc README
+	rm -f README LICENSE*
+
+	insinto /usr/share/themes/${MY_PN}-compact/xfwm4
+	doins xfwm4-compact/*
+	rm -rf xfwm4-compact
+
+	insinto /usr/share/themes/${MY_PN}-a11y/xfwm4
+	doins xfwm4-a11y/*
+	rm -rf xfwm4-a11y
+
+	insinto /usr/share/themes/${MY_PN}-bright/xfce-notify-4.0
+	doins xfce-notify-4.0_bright/*
+	rm -rf xfce-notify-4.0_bright
+
+	use ayatana || rm -rf unity
+	use gnome || rm -rf metacity-1
+
+	insinto /usr/share/themes/${MY_PN}
+	doins -r *
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2016-08-03 14:06 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2016-08-03 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     706ac99644277676a721893c6f10d5f772f1f4c7
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 14:05:38 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 14:05:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706ac996

x11-themes/greybird: Add live ebuild.

Package-Manager: portage-2.3.0

 x11-themes/greybird/greybird-9999.ebuild | 48 ++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
new file mode 100644
index 0000000..db4294c
--- /dev/null
+++ b/x11-themes/greybird/greybird-9999.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit git-r3
+
+MY_PN=${PN/g/G}
+
+DESCRIPTION="The default theme from Xubuntu"
+HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
+EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN}"
+
+# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
+SLOT="0"
+KEYWORDS=""
+# IUSE="ayatana gnome emerald"
+IUSE="ayatana gnome"
+
+RDEPEND="
+	>=x11-themes/gtk-engines-murrine-0.90
+"
+
+RESTRICT="binchecks strip"
+
+src_install() {
+	dodoc README
+	rm -f README LICENSE*
+
+	insinto /usr/share/themes/${MY_PN}-compact/xfwm4
+	doins xfwm4-compact/*
+	rm -rf xfwm4-compact
+
+	insinto /usr/share/themes/${MY_PN}-a11y/xfwm4
+	doins xfwm4-a11y/*
+	rm -rf xfwm4-a11y
+
+	insinto /usr/share/themes/${MY_PN}-bright/xfce-notify-4.0
+	doins xfce-notify-4.0_bright/*
+	rm -rf xfce-notify-4.0_bright
+
+	use ayatana || rm -rf unity
+	use gnome || rm -rf metacity-1
+
+	insinto /usr/share/themes/${MY_PN}
+	doins -r *
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2016-10-11 19:16 Ian Stakenvicius
  0 siblings, 0 replies; 35+ messages in thread
From: Ian Stakenvicius @ 2016-10-11 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f250afb451972c0dc36a69ee44b8163f7dc4344d
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 19:05:20 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 19:16:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f250afb4

x11-themes/greybird: bump to 3.20.1

Minor ebuild fixups to match changes in upstream package.
Propagated the same fixups to the live (9999) ebuild

Package-Manager: portage-2.3.0

 x11-themes/greybird/Manifest                                 |  1 +
 .../{greybird-9999.ebuild => greybird-3.20.1.ebuild}         | 12 ++++++------
 x11-themes/greybird/greybird-9999.ebuild                     |  5 ++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index 7a5d251..ba44f20 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -2,3 +2,4 @@ DIST greybird-1.2.2.tar.gz 112022 SHA256 b54c73da705dc5607e439435b99262783be5628
 DIST greybird-1.3.4.tar.gz 116901 SHA256 d4c3ea3445d191f639fd045feea43f7139375da94478c3789f0a319f24c3ff4a SHA512 78bb9372d9c05c7c83ae130a3559f7b1f413bb0519d5f626d477bef917ca35892c7b0235872a084720fdba5aa5b381401fb36f7fa11dea00bc0986c76670c286 WHIRLPOOL f40381dcbc9df3a15883df83f2d2480d4add48e45d0d77dddf9781fb4c4cc928011c845892b02e7be070badb6e3c89dc69b2f7701d4911b6678c3976fea92b8c
 DIST greybird-1.5.3.tar.gz 118732 SHA256 856f092ebd199a2a28346938a3dfe62613135ad886c25bbaeebd3a917de4c962 SHA512 1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae WHIRLPOOL c7b724e11a7f2a4098b83744bba06e93f7c04fb5725b25a6d373f0b11438df9cbdd7db07fbe93e43f173b4ed6de2221eef0702622a3601a0f72c049c2bc54c8c
 DIST greybird-3.18.0.tar.gz 133088 SHA256 85a2d6bb73c32fb1caba2e5881dcf604af5b394bb8818058df874398e6dfe96f SHA512 0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d WHIRLPOOL 74ed3e6e7c0bd7cccec71e908e77758b649ca1c112368db0f6474c13a2cbb4b509894f79b51fb9b73fbdbc4376ae40dd542a7488b7ce65fb9b2328c2a4a0b9e7
+DIST greybird-3.20.1.tar.gz 193824 SHA256 31da67ba87e90e28b37ebe5f29e0250b1c3478be96ef3f0131409c333f9d5c11 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e WHIRLPOOL a5e6dac032585c32e66a6bb700c0d936895b6a8ac9f7718549f66ba0e38dd2bed91a24fd9070b965f41f39bff8da709f9d447f5c44c00ab45c8f57ab461e92aa

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-3.20.1.ebuild
similarity index 80%
copy from x11-themes/greybird/greybird-9999.ebuild
copy to x11-themes/greybird/greybird-3.20.1.ebuild
index db4294c..44410f0 100644
--- a/x11-themes/greybird/greybird-9999.ebuild
+++ b/x11-themes/greybird/greybird-3.20.1.ebuild
@@ -3,19 +3,17 @@
 # $Id$
 
 EAPI=6
-inherit git-r3
 
 MY_PN=${PN/g/G}
 
 DESCRIPTION="The default theme from Xubuntu"
 HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN}"
+SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS=""
-# IUSE="ayatana gnome emerald"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="ayatana gnome"
 
 RDEPEND="
@@ -24,9 +22,11 @@ RDEPEND="
 
 RESTRICT="binchecks strip"
 
+S=${WORKDIR}/${MY_PN}-${PV}
+
 src_install() {
-	dodoc README
-	rm -f README LICENSE*
+	dodoc README.md
+	rm -f README.md configure.ac autogen.sh Makefile.am LICENSE*
 
 	insinto /usr/share/themes/${MY_PN}-compact/xfwm4
 	doins xfwm4-compact/*

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
index db4294c..4a05a61 100644
--- a/x11-themes/greybird/greybird-9999.ebuild
+++ b/x11-themes/greybird/greybird-9999.ebuild
@@ -15,7 +15,6 @@ EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN}"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS=""
-# IUSE="ayatana gnome emerald"
 IUSE="ayatana gnome"
 
 RDEPEND="
@@ -25,8 +24,8 @@ RDEPEND="
 RESTRICT="binchecks strip"
 
 src_install() {
-	dodoc README
-	rm -f README LICENSE*
+	dodoc README.md
+	rm -f README.md configure.ac autogen.sh Makefile.am LICENSE*
 
 	insinto /usr/share/themes/${MY_PN}-compact/xfwm4
 	doins xfwm4-compact/*


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2016-10-11 20:23 Ian Stakenvicius
  0 siblings, 0 replies; 35+ messages in thread
From: Ian Stakenvicius @ 2016-10-11 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2ca2dcec4f3c13c627e2a49ca1edb82254240dfd
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 20:22:03 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 20:23:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca2dcec

x11-themes/greybird: generate the gtk3 theme using sass

Upstream converted ot using SASS to generate theme files in a manner
similar to Adwaita; a diff of the installed files with generation and
without showed there were small differences on 3.20.1, so the
3.20.1 and live (9999) versions are converted to use the autotools
build system.

Package-Manager: portage-2.3.0

 ...ird-3.20.1.ebuild => greybird-3.20.1-r1.ebuild} | 34 ++++++++++------------
 x11-themes/greybird/greybird-9999.ebuild           | 32 +++++++++-----------
 2 files changed, 28 insertions(+), 38 deletions(-)

diff --git a/x11-themes/greybird/greybird-3.20.1.ebuild b/x11-themes/greybird/greybird-3.20.1-r1.ebuild
similarity index 60%
rename from x11-themes/greybird/greybird-3.20.1.ebuild
rename to x11-themes/greybird/greybird-3.20.1-r1.ebuild
index 44410f0..b8093ce 100644
--- a/x11-themes/greybird/greybird-3.20.1.ebuild
+++ b/x11-themes/greybird/greybird-3.20.1-r1.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=6
+inherit autotools
 
 MY_PN=${PN/g/G}
 
@@ -18,31 +19,26 @@ IUSE="ayatana gnome"
 
 RDEPEND="
 	>=x11-themes/gtk-engines-murrine-0.90
+	>=x11-libs/gtk+-3.20.0
+"
+DEPEND="${RDEPEND}
+	dev-ruby/sass
+	dev-libs/glib:2
 "
-
-RESTRICT="binchecks strip"
 
 S=${WORKDIR}/${MY_PN}-${PV}
+#RESTRICT="binchecks strip"
 
-src_install() {
-	dodoc README.md
-	rm -f README.md configure.ac autogen.sh Makefile.am LICENSE*
-
-	insinto /usr/share/themes/${MY_PN}-compact/xfwm4
-	doins xfwm4-compact/*
-	rm -rf xfwm4-compact
-
-	insinto /usr/share/themes/${MY_PN}-a11y/xfwm4
-	doins xfwm4-a11y/*
-	rm -rf xfwm4-a11y
+src_prepare() {
+	eapply_user
+	eautoreconf
+}
 
-	insinto /usr/share/themes/${MY_PN}-bright/xfce-notify-4.0
-	doins xfce-notify-4.0_bright/*
-	rm -rf xfce-notify-4.0_bright
+src_install() {
+	emake DESTDIR="${D}" install
 
+	pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
 	use ayatana || rm -rf unity
 	use gnome || rm -rf metacity-1
-
-	insinto /usr/share/themes/${MY_PN}
-	doins -r *
+	popd > /dev/null || die
 }

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
index 4a05a61..dd25b51 100644
--- a/x11-themes/greybird/greybird-9999.ebuild
+++ b/x11-themes/greybird/greybird-9999.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-inherit git-r3
+inherit autotools git-r3
 
 MY_PN=${PN/g/G}
 
@@ -19,29 +19,23 @@ IUSE="ayatana gnome"
 
 RDEPEND="
 	>=x11-themes/gtk-engines-murrine-0.90
+	>=x11-libs/gtk+-3.20.0
+"
+DEPEND="${RDEPEND}
+	dev-ruby/sass
+	dev-libs/glib:2
 "
 
-RESTRICT="binchecks strip"
+src_prepare() {
+	eapply_user
+	eautoreconf
+}
 
 src_install() {
-	dodoc README.md
-	rm -f README.md configure.ac autogen.sh Makefile.am LICENSE*
-
-	insinto /usr/share/themes/${MY_PN}-compact/xfwm4
-	doins xfwm4-compact/*
-	rm -rf xfwm4-compact
-
-	insinto /usr/share/themes/${MY_PN}-a11y/xfwm4
-	doins xfwm4-a11y/*
-	rm -rf xfwm4-a11y
-
-	insinto /usr/share/themes/${MY_PN}-bright/xfce-notify-4.0
-	doins xfce-notify-4.0_bright/*
-	rm -rf xfce-notify-4.0_bright
+	emake DESTDIR="${D}" install
 
+	pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
 	use ayatana || rm -rf unity
 	use gnome || rm -rf metacity-1
-
-	insinto /usr/share/themes/${MY_PN}
-	doins -r *
+	popd > /dev/null || die
 }


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2016-10-12 14:20 Ian Stakenvicius
  0 siblings, 0 replies; 35+ messages in thread
From: Ian Stakenvicius @ 2016-10-12 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f81f390ee7bcfbaabb550233b20c9d649ad23c81
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 14:15:03 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 14:20:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81f390e

x11-themes/greybird-3.20.1-r2: stable for amd64

Bug: http://bugs.gentoo.org/596908

Package-Manager: portage-2.3.0

 x11-themes/greybird/greybird-3.20.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/greybird/greybird-3.20.1-r2.ebuild b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
index 33cb11c..4a52d1d 100644
--- a/x11-themes/greybird/greybird-3.20.1-r2.ebuild
+++ b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="ayatana gnome"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2016-10-12 14:20 Ian Stakenvicius
  0 siblings, 0 replies; 35+ messages in thread
From: Ian Stakenvicius @ 2016-10-12 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4040a498dacedda8e9d618b5a51ad6746fffa136
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 14:13:39 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 14:20:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4040a498

x11-themes/greybird: add slot to gtk+3 dependency atom

Package-Manager: portage-2.3.0

 ...{greybird-3.20.1-r1.ebuild => greybird-3.20.1-r2.ebuild} | 13 ++++++++++++-
 x11-themes/greybird/greybird-9999.ebuild                    |  2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/x11-themes/greybird/greybird-3.20.1-r1.ebuild b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
similarity index 71%
rename from x11-themes/greybird/greybird-3.20.1-r1.ebuild
rename to x11-themes/greybird/greybird-3.20.1-r2.ebuild
index b8093ce..33cb11c 100644
--- a/x11-themes/greybird/greybird-3.20.1-r1.ebuild
+++ b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
@@ -19,7 +19,7 @@ IUSE="ayatana gnome"
 
 RDEPEND="
 	>=x11-themes/gtk-engines-murrine-0.90
-	>=x11-libs/gtk+-3.20.0
+	>=x11-libs/gtk+-3.20.0:3
 "
 DEPEND="${RDEPEND}
 	dev-ruby/sass
@@ -42,3 +42,14 @@ src_install() {
 	use gnome || rm -rf metacity-1
 	popd > /dev/null || die
 }
+
+pkg_postinst() {
+	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
+		elog "For upstream's default icon theme, please emerge"
+		elog "x11-themes/elementary-xfce-icon-theme"
+	fi
+	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
+		elog "For upstream's default cursor theme, please emerge"
+		elog "x11-themes/vanilla-dmz-xcursors"
+	fi
+}

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
index dd25b51..88e931a 100644
--- a/x11-themes/greybird/greybird-9999.ebuild
+++ b/x11-themes/greybird/greybird-9999.ebuild
@@ -19,7 +19,7 @@ IUSE="ayatana gnome"
 
 RDEPEND="
 	>=x11-themes/gtk-engines-murrine-0.90
-	>=x11-libs/gtk+-3.20.0
+	>=x11-libs/gtk+-3.20.0:3
 "
 DEPEND="${RDEPEND}
 	dev-ruby/sass


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2016-12-05 20:34 Pacho Ramos
  0 siblings, 0 replies; 35+ messages in thread
From: Pacho Ramos @ 2016-12-05 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1c4874dd4a83ef89130b016292bd49134636d05f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 20:29:25 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 20:34:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4874dd

x11-themes/greybird: x86 stable, bug #596908

Package-Manager: portage-2.3.2

 x11-themes/greybird/greybird-3.20.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/greybird/greybird-3.20.1-r2.ebuild b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
index 4a52d1d..c3eeb48 100644
--- a/x11-themes/greybird/greybird-3.20.1-r2.ebuild
+++ b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="ayatana gnome"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2017-04-20 16:35 Jason Zaman
  0 siblings, 0 replies; 35+ messages in thread
From: Jason Zaman @ 2017-04-20 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     196e67aaba8fab696b8e67edb60540d027a1766e
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 05:19:19 2017 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:34:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196e67aa

x11-themes/greybird: bump to 3.22.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-themes/greybird/Manifest               |  1 +
 x11-themes/greybird/greybird-3.22.3.ebuild | 54 ++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index ba44f20f7c0..edb88f5d420 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -3,3 +3,4 @@ DIST greybird-1.3.4.tar.gz 116901 SHA256 d4c3ea3445d191f639fd045feea43f7139375da
 DIST greybird-1.5.3.tar.gz 118732 SHA256 856f092ebd199a2a28346938a3dfe62613135ad886c25bbaeebd3a917de4c962 SHA512 1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae WHIRLPOOL c7b724e11a7f2a4098b83744bba06e93f7c04fb5725b25a6d373f0b11438df9cbdd7db07fbe93e43f173b4ed6de2221eef0702622a3601a0f72c049c2bc54c8c
 DIST greybird-3.18.0.tar.gz 133088 SHA256 85a2d6bb73c32fb1caba2e5881dcf604af5b394bb8818058df874398e6dfe96f SHA512 0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d WHIRLPOOL 74ed3e6e7c0bd7cccec71e908e77758b649ca1c112368db0f6474c13a2cbb4b509894f79b51fb9b73fbdbc4376ae40dd542a7488b7ce65fb9b2328c2a4a0b9e7
 DIST greybird-3.20.1.tar.gz 193824 SHA256 31da67ba87e90e28b37ebe5f29e0250b1c3478be96ef3f0131409c333f9d5c11 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e WHIRLPOOL a5e6dac032585c32e66a6bb700c0d936895b6a8ac9f7718549f66ba0e38dd2bed91a24fd9070b965f41f39bff8da709f9d447f5c44c00ab45c8f57ab461e92aa
+DIST greybird-3.22.3.tar.gz 194488 SHA256 7b81451f6157c49e4a8b01c4889668c3bc7653fc0a910e536a615705fbb5aec3 SHA512 2a36f8eeddf95ade7d91b882e80475f7db840bd749ba76deb2bc223868ec0c0020ddfc60b0055091478f5a8313f545f5b44088ba3bdf8213ec82924c8affc90b WHIRLPOOL a8706cf2ef13ec8b2134c229e8caaeb029d4ac20e588062857048502e96a276bfbab956a29e50a28302fa47ecbe2c86cc6c38dc8bd54c7757fc40fe8ead4a6dc

diff --git a/x11-themes/greybird/greybird-3.22.3.ebuild b/x11-themes/greybird/greybird-3.22.3.ebuild
new file mode 100644
index 00000000000..8f8ce5e67bf
--- /dev/null
+++ b/x11-themes/greybird/greybird-3.22.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+MY_PN=${PN/g/G}
+
+DESCRIPTION="The default theme from Xubuntu"
+HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
+SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="ayatana gnome"
+
+RDEPEND="
+	>=x11-themes/gtk-engines-murrine-0.90
+	>=x11-libs/gtk+-3.22:3
+"
+DEPEND="${RDEPEND}
+	dev-ruby/sass
+	dev-libs/glib:2
+"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+#RESTRICT="binchecks strip"
+
+src_prepare() {
+	eapply_user
+	eautoreconf
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+
+	pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
+	use ayatana || rm -rf unity
+	use gnome || rm -rf metacity-1
+	popd > /dev/null || die
+}
+
+pkg_postinst() {
+	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
+		elog "For upstream's default icon theme, please emerge"
+		elog "x11-themes/elementary-xfce-icon-theme"
+	fi
+	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
+		elog "For upstream's default cursor theme, please emerge"
+		elog "x11-themes/vanilla-dmz-xcursors"
+	fi
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2018-04-02  7:36 Jason Zaman
  0 siblings, 0 replies; 35+ messages in thread
From: Jason Zaman @ 2018-04-02  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d4aa945dcea4e488598f4ba3ca5f7b00d7deed98
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 07:35:42 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 07:36:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4aa945d

x11-themes/greybird: bump to 3.22.8

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-themes/greybird/Manifest               |  1 +
 x11-themes/greybird/greybird-3.22.8.ebuild | 54 ++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index 430c7a2683b..30dea38dd90 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -4,3 +4,4 @@ DIST greybird-1.5.3.tar.gz 118732 BLAKE2B a084aee7520a5d9861a631ccbeb667669bb66c
 DIST greybird-3.18.0.tar.gz 133088 BLAKE2B ffa7cd5cd444219fea5db3a2755c4d9e4f7b9ed1bddcea6a5f19167a0c89547a14c18edde26907887aff82e7235026f7d3f7e590dc26e49fa552d3ad0e4938af SHA512 0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
 DIST greybird-3.22.3.tar.gz 194488 BLAKE2B 7c6f6510723cc2f96b2fe878e6ad8304accf89b34db7ed56fa2ed45234e880c6fc8a5b9c82e6c58400174d0db3e4352785fea06c0124ce5ff24ac6a69592e88c SHA512 2a36f8eeddf95ade7d91b882e80475f7db840bd749ba76deb2bc223868ec0c0020ddfc60b0055091478f5a8313f545f5b44088ba3bdf8213ec82924c8affc90b
+DIST greybird-3.22.8.tar.gz 211084 BLAKE2B 958b1dd837bbf91c40ef9ec3e5944d24d83d984e46b53cee8297dbf93931efd3f2efbda496929c3ced875f7a1d9046804b48b870bdca37a7bcffd57271e80470 SHA512 c6ac0dafc926ec2a0b01b4d44f602e533f97f806be32096208c08461502cadcda3f1e63012ad78ffaaa9c791c5af72ce2b7e0578b1f7c0d3ab407763bc40f94b

diff --git a/x11-themes/greybird/greybird-3.22.8.ebuild b/x11-themes/greybird/greybird-3.22.8.ebuild
new file mode 100644
index 00000000000..0e52f458138
--- /dev/null
+++ b/x11-themes/greybird/greybird-3.22.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+MY_PN=${PN/g/G}
+
+DESCRIPTION="The default theme from Xubuntu"
+HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
+SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="ayatana gnome"
+
+RDEPEND="
+	>=x11-themes/gtk-engines-murrine-0.90
+	>=x11-libs/gtk+-3.22:3
+"
+DEPEND="${RDEPEND}
+	dev-ruby/sass
+	dev-libs/glib:2
+"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+#RESTRICT="binchecks strip"
+
+src_prepare() {
+	eapply_user
+	eautoreconf
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+
+	pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
+	use ayatana || rm -rf unity
+	use gnome || rm -rf metacity-1
+	popd > /dev/null || die
+}
+
+pkg_postinst() {
+	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
+		elog "For upstream's default icon theme, please emerge"
+		elog "x11-themes/elementary-xfce-icon-theme"
+	fi
+	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
+		elog "For upstream's default cursor theme, please emerge"
+		elog "x11-themes/vanilla-dmz-xcursors"
+	fi
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2018-07-10 14:45 Johannes Huber
  0 siblings, 0 replies; 35+ messages in thread
From: Johannes Huber @ 2018-07-10 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b65771a39769396f6eef7134fea37e19b4ef2ec1
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 13:41:52 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 14:44:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65771a3

x11-themes/greybird: Remove 1.5.3

Uses deprecated EAPI 5 and superseded by 3.20.1-r2.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-themes/greybird/Manifest              |  1 -
 x11-themes/greybird/greybird-1.5.3.ebuild | 41 -------------------------------
 2 files changed, 42 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index fd255374194..499b19ba727 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,4 +1,3 @@
-DIST greybird-1.5.3.tar.gz 118732 BLAKE2B a084aee7520a5d9861a631ccbeb667669bb66c59906a6a6bf8a2417dc059aba91eb91724794c0e41b55f5fcd458ab6626e1c8bfc389629256bdd2e0621be9c87 SHA512 1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae
 DIST greybird-3.18.0.tar.gz 133088 BLAKE2B ffa7cd5cd444219fea5db3a2755c4d9e4f7b9ed1bddcea6a5f19167a0c89547a14c18edde26907887aff82e7235026f7d3f7e590dc26e49fa552d3ad0e4938af SHA512 0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
 DIST greybird-3.22.3.tar.gz 194488 BLAKE2B 7c6f6510723cc2f96b2fe878e6ad8304accf89b34db7ed56fa2ed45234e880c6fc8a5b9c82e6c58400174d0db3e4352785fea06c0124ce5ff24ac6a69592e88c SHA512 2a36f8eeddf95ade7d91b882e80475f7db840bd749ba76deb2bc223868ec0c0020ddfc60b0055091478f5a8313f545f5b44088ba3bdf8213ec82924c8affc90b

diff --git a/x11-themes/greybird/greybird-1.5.3.ebuild b/x11-themes/greybird/greybird-1.5.3.ebuild
deleted file mode 100644
index e4902bb200e..00000000000
--- a/x11-themes/greybird/greybird-1.5.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN=${PN/g/G}
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="ayatana gnome"
-
-RDEPEND=">=x11-themes/gtk-engines-murrine-0.90"
-DEPEND=""
-
-RESTRICT="binchecks strip"
-
-src_unpack() {
-	unpack ${A}
-	mv ${MY_PN}-* "${S}" || die
-}
-
-src_install() {
-	dodoc README
-	rm -f README LICENSE*
-
-	insinto /usr/share/themes/${MY_PN}_compact/xfwm4
-	doins xfwm4_compact/*
-	rm -rf xfwm4_compact
-
-	use ayatana || rm -rf unity
-	use gnome || rm -rf metacity-1
-
-	insinto /usr/share/themes/${MY_PN}
-	doins -r *
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2018-07-10 14:45 Johannes Huber
  0 siblings, 0 replies; 35+ messages in thread
From: Johannes Huber @ 2018-07-10 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f8a862f27ea08de53300c5f60fe8e9712c88c26b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 13:43:55 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 14:44:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a862f2

x11-themes/greybird: Remove 3.22.3

Superseded by 3.22.8.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-themes/greybird/Manifest               |  1 -
 x11-themes/greybird/greybird-3.22.3.ebuild | 54 ------------------------------
 2 files changed, 55 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index 9d2734c9e1e..e7e6f533bf9 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,3 +1,2 @@
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
-DIST greybird-3.22.3.tar.gz 194488 BLAKE2B 7c6f6510723cc2f96b2fe878e6ad8304accf89b34db7ed56fa2ed45234e880c6fc8a5b9c82e6c58400174d0db3e4352785fea06c0124ce5ff24ac6a69592e88c SHA512 2a36f8eeddf95ade7d91b882e80475f7db840bd749ba76deb2bc223868ec0c0020ddfc60b0055091478f5a8313f545f5b44088ba3bdf8213ec82924c8affc90b
 DIST greybird-3.22.8.tar.gz 211084 BLAKE2B 958b1dd837bbf91c40ef9ec3e5944d24d83d984e46b53cee8297dbf93931efd3f2efbda496929c3ced875f7a1d9046804b48b870bdca37a7bcffd57271e80470 SHA512 c6ac0dafc926ec2a0b01b4d44f602e533f97f806be32096208c08461502cadcda3f1e63012ad78ffaaa9c791c5af72ce2b7e0578b1f7c0d3ab407763bc40f94b

diff --git a/x11-themes/greybird/greybird-3.22.3.ebuild b/x11-themes/greybird/greybird-3.22.3.ebuild
deleted file mode 100644
index 8f8ce5e67bf..00000000000
--- a/x11-themes/greybird/greybird-3.22.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-MY_PN=${PN/g/G}
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome"
-
-RDEPEND="
-	>=x11-themes/gtk-engines-murrine-0.90
-	>=x11-libs/gtk+-3.22:3
-"
-DEPEND="${RDEPEND}
-	dev-ruby/sass
-	dev-libs/glib:2
-"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-#RESTRICT="binchecks strip"
-
-src_prepare() {
-	eapply_user
-	eautoreconf
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
-	use ayatana || rm -rf unity
-	use gnome || rm -rf metacity-1
-	popd > /dev/null || die
-}
-
-pkg_postinst() {
-	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
-		elog "For upstream's default icon theme, please emerge"
-		elog "x11-themes/elementary-xfce-icon-theme"
-	fi
-	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
-		elog "For upstream's default cursor theme, please emerge"
-		elog "x11-themes/vanilla-dmz-xcursors"
-	fi
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2018-07-10 14:45 Johannes Huber
  0 siblings, 0 replies; 35+ messages in thread
From: Johannes Huber @ 2018-07-10 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     037fd89f3a3a80de369879f633250d53271cd523
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 13:38:10 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 14:44:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037fd89f

x11-themes/greybird: Fix metadata indentation

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-themes/greybird/metadata.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-themes/greybird/metadata.xml b/x11-themes/greybird/metadata.xml
index 1f60df2aaca..be797ac505a 100644
--- a/x11-themes/greybird/metadata.xml
+++ b/x11-themes/greybird/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>desktop-misc@gentoo.org</email>
-    <name>Gentoo Desktop Miscellaneous Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">shimmerproject/Greybird</remote-id>
-  </upstream>
+	<maintainer type="project">
+		<email>desktop-misc@gentoo.org</email>
+		<name>Gentoo Desktop Miscellaneous Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">shimmerproject/Greybird</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2018-07-10 14:45 Johannes Huber
  0 siblings, 0 replies; 35+ messages in thread
From: Johannes Huber @ 2018-07-10 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e73bdfc09dcd1e336bfa539ed459f5174df66a5a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 13:42:51 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 14:44:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73bdfc0

x11-themes/greybird: Remove 3.18.0

Superseded by 3.20.1-r2.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-themes/greybird/Manifest               |  1 -
 x11-themes/greybird/greybird-3.18.0.ebuild | 48 ------------------------------
 2 files changed, 49 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index 499b19ba727..9d2734c9e1e 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,4 +1,3 @@
-DIST greybird-3.18.0.tar.gz 133088 BLAKE2B ffa7cd5cd444219fea5db3a2755c4d9e4f7b9ed1bddcea6a5f19167a0c89547a14c18edde26907887aff82e7235026f7d3f7e590dc26e49fa552d3ad0e4938af SHA512 0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
 DIST greybird-3.22.3.tar.gz 194488 BLAKE2B 7c6f6510723cc2f96b2fe878e6ad8304accf89b34db7ed56fa2ed45234e880c6fc8a5b9c82e6c58400174d0db3e4352785fea06c0124ce5ff24ac6a69592e88c SHA512 2a36f8eeddf95ade7d91b882e80475f7db840bd749ba76deb2bc223868ec0c0020ddfc60b0055091478f5a8313f545f5b44088ba3bdf8213ec82924c8affc90b
 DIST greybird-3.22.8.tar.gz 211084 BLAKE2B 958b1dd837bbf91c40ef9ec3e5944d24d83d984e46b53cee8297dbf93931efd3f2efbda496929c3ced875f7a1d9046804b48b870bdca37a7bcffd57271e80470 SHA512 c6ac0dafc926ec2a0b01b4d44f602e533f97f806be32096208c08461502cadcda3f1e63012ad78ffaaa9c791c5af72ce2b7e0578b1f7c0d3ab407763bc40f94b

diff --git a/x11-themes/greybird/greybird-3.18.0.ebuild b/x11-themes/greybird/greybird-3.18.0.ebuild
deleted file mode 100644
index b88c112859d..00000000000
--- a/x11-themes/greybird/greybird-3.18.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN=${PN/g/G}
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-# IUSE="ayatana gnome emerald"
-IUSE="ayatana gnome"
-
-RDEPEND="
-	>=x11-themes/gtk-engines-murrine-0.90
-"
-
-RESTRICT="binchecks strip"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_install() {
-	dodoc README
-	rm -f README LICENSE*
-
-	insinto /usr/share/themes/${MY_PN}-compact/xfwm4
-	doins xfwm4-compact/*
-	rm -rf xfwm4-compact
-
-	insinto /usr/share/themes/${MY_PN}-a11y/xfwm4
-	doins xfwm4-a11y/*
-	rm -rf xfwm4-a11y
-
-	insinto /usr/share/themes/${MY_PN}-bright/xfce-notify-4.0
-	doins xfce-notify-4.0_bright/*
-	rm -rf xfce-notify-4.0_bright
-
-	use ayatana || rm -rf unity
-	use gnome || rm -rf metacity-1
-
-	insinto /usr/share/themes/${MY_PN}
-	doins -r *
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2018-07-10 14:45 Johannes Huber
  0 siblings, 0 replies; 35+ messages in thread
From: Johannes Huber @ 2018-07-10 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     547ea1ff61a7490b42aeb619963b3fd59e5229cd
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 13:39:29 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 14:44:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547ea1ff

x11-themes/greybird: Remove 1.2.2

Uses deprecated EAPI 5 and superseded by 3.20.1-r2.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-themes/greybird/Manifest              |  1 -
 x11-themes/greybird/greybird-1.2.2.ebuild | 40 -------------------------------
 2 files changed, 41 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index 30dea38dd90..bb8a474a6f6 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,4 +1,3 @@
-DIST greybird-1.2.2.tar.gz 112022 BLAKE2B 9353a38352099fb8700e2a4e575c8e46cfd04bb5722869cdb64f864f33dc7965dad596b4a780faa6015bb8bdab16a32290c74f18462aab3fbe5e34705889deae SHA512 0384647c51e6b473f104c10d5418f8d1e465190dcbfdaebc9946f47cab77e90d7c81555cf94c47298a053e150c6b92adfd0d5c84f20f2b5f2ebcc0e12cdb444e
 DIST greybird-1.3.4.tar.gz 116901 BLAKE2B 57bd83de788899eff18bb019eb79e1e270c803945701b20fa950f914208ef3142845c3ab358ec126a57a8e15fc08cd75588be3c7d7c96896afc10052108302ca SHA512 78bb9372d9c05c7c83ae130a3559f7b1f413bb0519d5f626d477bef917ca35892c7b0235872a084720fdba5aa5b381401fb36f7fa11dea00bc0986c76670c286
 DIST greybird-1.5.3.tar.gz 118732 BLAKE2B a084aee7520a5d9861a631ccbeb667669bb66c59906a6a6bf8a2417dc059aba91eb91724794c0e41b55f5fcd458ab6626e1c8bfc389629256bdd2e0621be9c87 SHA512 1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae
 DIST greybird-3.18.0.tar.gz 133088 BLAKE2B ffa7cd5cd444219fea5db3a2755c4d9e4f7b9ed1bddcea6a5f19167a0c89547a14c18edde26907887aff82e7235026f7d3f7e590dc26e49fa552d3ad0e4938af SHA512 0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d

diff --git a/x11-themes/greybird/greybird-1.2.2.ebuild b/x11-themes/greybird/greybird-1.2.2.ebuild
deleted file mode 100644
index 7f1d7f47c19..00000000000
--- a/x11-themes/greybird/greybird-1.2.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN=${PN/g/G}
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC-BY-NC-SA-3.0 || ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="ayatana gnome"
-
-RDEPEND=">=x11-themes/gtk-engines-murrine-0.90"
-DEPEND=""
-
-RESTRICT="binchecks strip"
-
-src_unpack() {
-	unpack ${A}
-	mv ${MY_PN}-* "${S}" || die
-}
-
-src_install() {
-	dodoc README
-	rm -f README LICENSE*
-
-	insinto /usr/share/themes/${MY_PN}_compact/xfwm4
-	doins xfwm4_compact/*
-	rm -rf xfwm4_compact
-
-	use ayatana || rm -rf unity
-	use gnome || rm -rf metacity-1
-
-	insinto /usr/share/themes/${MY_PN}
-	doins -r *
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2018-07-10 14:45 Johannes Huber
  0 siblings, 0 replies; 35+ messages in thread
From: Johannes Huber @ 2018-07-10 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     292075cf9979f6fcf4547812bffca1abd37b92fc
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 13:40:15 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 14:44:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292075cf

x11-themes/greybird: Remove 1.3.4

Uses deprecated EAPI 5 and superseded by 3.20.1-r2.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-themes/greybird/Manifest              |  1 -
 x11-themes/greybird/greybird-1.3.4.ebuild | 41 -------------------------------
 2 files changed, 42 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index bb8a474a6f6..fd255374194 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,4 +1,3 @@
-DIST greybird-1.3.4.tar.gz 116901 BLAKE2B 57bd83de788899eff18bb019eb79e1e270c803945701b20fa950f914208ef3142845c3ab358ec126a57a8e15fc08cd75588be3c7d7c96896afc10052108302ca SHA512 78bb9372d9c05c7c83ae130a3559f7b1f413bb0519d5f626d477bef917ca35892c7b0235872a084720fdba5aa5b381401fb36f7fa11dea00bc0986c76670c286
 DIST greybird-1.5.3.tar.gz 118732 BLAKE2B a084aee7520a5d9861a631ccbeb667669bb66c59906a6a6bf8a2417dc059aba91eb91724794c0e41b55f5fcd458ab6626e1c8bfc389629256bdd2e0621be9c87 SHA512 1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae
 DIST greybird-3.18.0.tar.gz 133088 BLAKE2B ffa7cd5cd444219fea5db3a2755c4d9e4f7b9ed1bddcea6a5f19167a0c89547a14c18edde26907887aff82e7235026f7d3f7e590dc26e49fa552d3ad0e4938af SHA512 0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e

diff --git a/x11-themes/greybird/greybird-1.3.4.ebuild b/x11-themes/greybird/greybird-1.3.4.ebuild
deleted file mode 100644
index bb3735b637a..00000000000
--- a/x11-themes/greybird/greybird-1.3.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN=${PN/g/G}
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome"
-
-RDEPEND=">=x11-themes/gtk-engines-murrine-0.90"
-DEPEND=""
-
-RESTRICT="binchecks strip"
-
-src_unpack() {
-	unpack ${A}
-	mv ${MY_PN}-* "${S}" || die
-}
-
-src_install() {
-	dodoc README
-	rm -f README LICENSE*
-
-	insinto /usr/share/themes/${MY_PN}_compact/xfwm4
-	doins xfwm4_compact/*
-	rm -rf xfwm4_compact
-
-	use ayatana || rm -rf unity
-	use gnome || rm -rf metacity-1
-
-	insinto /usr/share/themes/${MY_PN}
-	doins -r *
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2018-07-10 14:45 Johannes Huber
  0 siblings, 0 replies; 35+ messages in thread
From: Johannes Huber @ 2018-07-10 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     9ebc222c0d190edf661182cbadd5741b561431aa
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 14:43:05 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 14:44:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebc222c

x11-themes/greybird: Sync live w/ latest release

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-themes/greybird/greybird-9999.ebuild | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
index ab2fb881592..dd3fbd1ddb7 100644
--- a/x11-themes/greybird/greybird-9999.ebuild
+++ b/x11-themes/greybird/greybird-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,12 +17,12 @@ KEYWORDS=""
 IUSE="ayatana gnome"
 
 RDEPEND="
+	>=x11-libs/gtk+-3.22:3
 	>=x11-themes/gtk-engines-murrine-0.90
-	>=x11-libs/gtk+-3.20.0:3
 "
 DEPEND="${RDEPEND}
-	dev-ruby/sass
 	dev-libs/glib:2
+	dev-ruby/sass
 "
 
 src_prepare() {
@@ -38,3 +38,14 @@ src_install() {
 	use gnome || rm -rf metacity-1
 	popd > /dev/null || die
 }
+
+pkg_postinst() {
+	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
+		elog "For upstream's default icon theme, please emerge"
+		elog "x11-themes/elementary-xfce-icon-theme"
+	fi
+	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
+		elog "For upstream's default cursor theme, please emerge"
+		elog "x11-themes/vanilla-dmz-xcursors"
+	fi
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2018-07-10 14:45 Johannes Huber
  0 siblings, 0 replies; 35+ messages in thread
From: Johannes Huber @ 2018-07-10 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     aec8298dfdc96b3d5a62231067b4b2dcfccdb60c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 14:16:45 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 14:44:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec8298d

x11-themes/greybird: Sort dependencies

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-themes/greybird/greybird-3.22.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/greybird/greybird-3.22.8.ebuild b/x11-themes/greybird/greybird-3.22.8.ebuild
index 0e52f458138..262fa31a6b9 100644
--- a/x11-themes/greybird/greybird-3.22.8.ebuild
+++ b/x11-themes/greybird/greybird-3.22.8.ebuild
@@ -17,12 +17,12 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="ayatana gnome"
 
 RDEPEND="
-	>=x11-themes/gtk-engines-murrine-0.90
 	>=x11-libs/gtk+-3.22:3
+	>=x11-themes/gtk-engines-murrine-0.90
 "
 DEPEND="${RDEPEND}
-	dev-ruby/sass
 	dev-libs/glib:2
+	dev-ruby/sass
 "
 
 S=${WORKDIR}/${MY_PN}-${PV}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2018-07-10 17:38 Johannes Huber
  0 siblings, 0 replies; 35+ messages in thread
From: Johannes Huber @ 2018-07-10 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e38082e9b0e922a4d6872ab3513d1cc852312b07
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 17:37:55 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 17:37:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38082e9

x11-themes/greybird: Depend on dev-ruby/sass:3.5

Closes: https://bugs.gentoo.org/643434
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-themes/greybird/greybird-3.22.8.ebuild | 2 +-
 x11-themes/greybird/greybird-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/greybird/greybird-3.22.8.ebuild b/x11-themes/greybird/greybird-3.22.8.ebuild
index 262fa31a6b9..aa8b49e170f 100644
--- a/x11-themes/greybird/greybird-3.22.8.ebuild
+++ b/x11-themes/greybird/greybird-3.22.8.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	dev-libs/glib:2
-	dev-ruby/sass
+	dev-ruby/sass:3.5
 "
 
 S=${WORKDIR}/${MY_PN}-${PV}

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
index dd3fbd1ddb7..395fa8e0a14 100644
--- a/x11-themes/greybird/greybird-9999.ebuild
+++ b/x11-themes/greybird/greybird-9999.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	dev-libs/glib:2
-	dev-ruby/sass
+	dev-ruby/sass:3.5
 "
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2019-02-03 12:27 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-02-03 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     562514f8b12d256ca794da6c304448bc21ab22d6
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  3 12:26:53 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Feb  3 12:27:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562514f8

x11-themes/greybird: Version 3.22.9

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-themes/greybird/Manifest                       |  1 +
 ...greybird-9999.ebuild => greybird-3.22.9.ebuild} | 24 +++++++++++++---------
 x11-themes/greybird/greybird-9999.ebuild           | 17 ++++++++-------
 x11-themes/greybird/metadata.xml                   | 17 ++++++++-------
 4 files changed, 35 insertions(+), 24 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index e7e6f533bf9..383a3d46015 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,2 +1,3 @@
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
 DIST greybird-3.22.8.tar.gz 211084 BLAKE2B 958b1dd837bbf91c40ef9ec3e5944d24d83d984e46b53cee8297dbf93931efd3f2efbda496929c3ced875f7a1d9046804b48b870bdca37a7bcffd57271e80470 SHA512 c6ac0dafc926ec2a0b01b4d44f602e533f97f806be32096208c08461502cadcda3f1e63012ad78ffaaa9c791c5af72ce2b7e0578b1f7c0d3ab407763bc40f94b
+DIST greybird-3.22.9.tar.gz 211750 BLAKE2B bfce416c55cc03d1f98c4d14916bcecb6cdc857ed3f813d90cae2a9e92f607d4ae3798d0eb39b0e548f7b4c7964b60d4970c442b91eb78db02772b9a2c02f3a2 SHA512 d09638c78d74e26a428edfbbe00719208fac5e574db11eac2e538d25fa9f3270c9c7b636f770061807a59b200c8afa4252a9513cffe1f4af3d186425b6a14744

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-3.22.9.ebuild
similarity index 71%
copy from x11-themes/greybird/greybird-9999.ebuild
copy to x11-themes/greybird/greybird-3.22.9.ebuild
index 395fa8e0a14..3c636128df5 100644
--- a/x11-themes/greybird/greybird-9999.ebuild
+++ b/x11-themes/greybird/greybird-3.22.9.ebuild
@@ -1,41 +1,45 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit autotools git-r3
+EAPI=7
+inherit autotools
 
 MY_PN=${PN/g/G}
 
 DESCRIPTION="The default theme from Xubuntu"
 HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN}"
+SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS=""
-IUSE="ayatana gnome"
+KEYWORDS="~amd64 ~x86"
+IUSE="ayatana gnome xfce"
 
 RDEPEND="
 	>=x11-libs/gtk+-3.22:3
 	>=x11-themes/gtk-engines-murrine-0.90
 "
-DEPEND="${RDEPEND}
+DEPEND="
+	${RDEPEND}
+	dev-lang/sassc
 	dev-libs/glib:2
 	dev-ruby/sass:3.5
 "
+S=${WORKDIR}/${MY_PN}-${PV}
 
 src_prepare() {
-	eapply_user
+	default
 	eautoreconf
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	default
 
-	pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
+	pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
 	use ayatana || rm -rf unity
 	use gnome || rm -rf metacity-1
+	use xfce || rm -rf xfce* xfwm4*
 	popd > /dev/null || die
 }
 

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
index 395fa8e0a14..5c63ed8b713 100644
--- a/x11-themes/greybird/greybird-9999.ebuild
+++ b/x11-themes/greybird/greybird-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit autotools git-r3
 
 MY_PN=${PN/g/G}
@@ -14,28 +14,31 @@ EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN}"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS=""
-IUSE="ayatana gnome"
+IUSE="ayatana gnome xfce"
 
 RDEPEND="
 	>=x11-libs/gtk+-3.22:3
 	>=x11-themes/gtk-engines-murrine-0.90
 "
-DEPEND="${RDEPEND}
+DEPEND="
+	${RDEPEND}
+	dev-lang/sassc
 	dev-libs/glib:2
 	dev-ruby/sass:3.5
 "
 
 src_prepare() {
-	eapply_user
+	default
 	eautoreconf
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	default
 
-	pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
+	pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
 	use ayatana || rm -rf unity
 	use gnome || rm -rf metacity-1
+	use xfce || rm -rf xfce* xfwm4*
 	popd > /dev/null || die
 }
 

diff --git a/x11-themes/greybird/metadata.xml b/x11-themes/greybird/metadata.xml
index be797ac505a..ada89e0a62a 100644
--- a/x11-themes/greybird/metadata.xml
+++ b/x11-themes/greybird/metadata.xml
@@ -1,11 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>desktop-misc@gentoo.org</email>
-		<name>Gentoo Desktop Miscellaneous Project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">shimmerproject/Greybird</remote-id>
-	</upstream>
+<maintainer type="project">
+<email>desktop-misc@gentoo.org</email>
+<name>Gentoo Desktop Miscellaneous Project</name>
+</maintainer>
+<use>
+<flag name='xfce'>Install theme for <pkg>xfce-base/xfwm4</pkg></flag>
+</use>
+<upstream>
+<remote-id type="github">shimmerproject/Greybird</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2019-03-02 19:56 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2019-03-02 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c631c50b1cd46fd5e3275d1023259b3155f2b11e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 19:55:08 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 19:56:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c631c50b

x11-themes/greybird: keyworded 3.22.9 for ppc/ppc64, bug #677176

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 x11-themes/greybird/greybird-3.22.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/greybird/greybird-3.22.9.ebuild b/x11-themes/greybird/greybird-3.22.9.ebuild
index 3c636128df5..7d775459b57 100644
--- a/x11-themes/greybird/greybird-3.22.9.ebuild
+++ b/x11-themes/greybird/greybird-3.22.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="ayatana gnome xfce"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2019-08-25  7:35 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-08-25  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7d05457e7915e26f5c2c30d5f74613a1462425d2
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 07:35:26 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 07:35:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d05457e

x11-themes/greybird: Old

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-themes/greybird/Manifest               |  1 -
 x11-themes/greybird/greybird-3.22.8.ebuild | 54 ------------------------------
 2 files changed, 55 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index 374ac691e6e..e7c4c6938a3 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,4 +1,3 @@
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
 DIST greybird-3.22.10.tar.gz 212225 BLAKE2B d38d05d3a2523e58ed8fc8474bd8607a45b4f63d33f6053f5b9cc749504be3c3930d6f156a26abae9dfcd9214e68f92343bbcd0ecef7e53640a597b28562875e SHA512 c950de36c9733f98b454fde1ff5f8005169fab3b2782ab9f13a95a1aba938766f38666ad1229ab429fa163cf0e97cf5ecc8a84f3eb63cc378c35d79ea54b513c
-DIST greybird-3.22.8.tar.gz 211084 BLAKE2B 958b1dd837bbf91c40ef9ec3e5944d24d83d984e46b53cee8297dbf93931efd3f2efbda496929c3ced875f7a1d9046804b48b870bdca37a7bcffd57271e80470 SHA512 c6ac0dafc926ec2a0b01b4d44f602e533f97f806be32096208c08461502cadcda3f1e63012ad78ffaaa9c791c5af72ce2b7e0578b1f7c0d3ab407763bc40f94b
 DIST greybird-3.22.9.tar.gz 211750 BLAKE2B bfce416c55cc03d1f98c4d14916bcecb6cdc857ed3f813d90cae2a9e92f607d4ae3798d0eb39b0e548f7b4c7964b60d4970c442b91eb78db02772b9a2c02f3a2 SHA512 d09638c78d74e26a428edfbbe00719208fac5e574db11eac2e538d25fa9f3270c9c7b636f770061807a59b200c8afa4252a9513cffe1f4af3d186425b6a14744

diff --git a/x11-themes/greybird/greybird-3.22.8.ebuild b/x11-themes/greybird/greybird-3.22.8.ebuild
deleted file mode 100644
index aa8b49e170f..00000000000
--- a/x11-themes/greybird/greybird-3.22.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-MY_PN=${PN/g/G}
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome"
-
-RDEPEND="
-	>=x11-libs/gtk+-3.22:3
-	>=x11-themes/gtk-engines-murrine-0.90
-"
-DEPEND="${RDEPEND}
-	dev-libs/glib:2
-	dev-ruby/sass:3.5
-"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-#RESTRICT="binchecks strip"
-
-src_prepare() {
-	eapply_user
-	eautoreconf
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
-	use ayatana || rm -rf unity
-	use gnome || rm -rf metacity-1
-	popd > /dev/null || die
-}
-
-pkg_postinst() {
-	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
-		elog "For upstream's default icon theme, please emerge"
-		elog "x11-themes/elementary-xfce-icon-theme"
-	fi
-	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
-		elog "For upstream's default cursor theme, please emerge"
-		elog "x11-themes/vanilla-dmz-xcursors"
-	fi
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2019-08-25  7:35 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2019-08-25  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     a6a2e97c3c621f2558f0004e1c3cf6f00d19a3f3
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 07:34:05 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 07:35:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a2e97c

x11-themes/greybird: Version 3.22.10

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Fixes: https://bugs.gentoo.org/692830
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-themes/greybird/Manifest                |  1 +
 x11-themes/greybird/greybird-3.22.10.ebuild | 55 +++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index 383a3d46015..374ac691e6e 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,3 +1,4 @@
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
+DIST greybird-3.22.10.tar.gz 212225 BLAKE2B d38d05d3a2523e58ed8fc8474bd8607a45b4f63d33f6053f5b9cc749504be3c3930d6f156a26abae9dfcd9214e68f92343bbcd0ecef7e53640a597b28562875e SHA512 c950de36c9733f98b454fde1ff5f8005169fab3b2782ab9f13a95a1aba938766f38666ad1229ab429fa163cf0e97cf5ecc8a84f3eb63cc378c35d79ea54b513c
 DIST greybird-3.22.8.tar.gz 211084 BLAKE2B 958b1dd837bbf91c40ef9ec3e5944d24d83d984e46b53cee8297dbf93931efd3f2efbda496929c3ced875f7a1d9046804b48b870bdca37a7bcffd57271e80470 SHA512 c6ac0dafc926ec2a0b01b4d44f602e533f97f806be32096208c08461502cadcda3f1e63012ad78ffaaa9c791c5af72ce2b7e0578b1f7c0d3ab407763bc40f94b
 DIST greybird-3.22.9.tar.gz 211750 BLAKE2B bfce416c55cc03d1f98c4d14916bcecb6cdc857ed3f813d90cae2a9e92f607d4ae3798d0eb39b0e548f7b4c7964b60d4970c442b91eb78db02772b9a2c02f3a2 SHA512 d09638c78d74e26a428edfbbe00719208fac5e574db11eac2e538d25fa9f3270c9c7b636f770061807a59b200c8afa4252a9513cffe1f4af3d186425b6a14744

diff --git a/x11-themes/greybird/greybird-3.22.10.ebuild b/x11-themes/greybird/greybird-3.22.10.ebuild
new file mode 100644
index 00000000000..7d775459b57
--- /dev/null
+++ b/x11-themes/greybird/greybird-3.22.10.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+MY_PN=${PN/g/G}
+
+DESCRIPTION="The default theme from Xubuntu"
+HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
+SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="ayatana gnome xfce"
+
+RDEPEND="
+	>=x11-libs/gtk+-3.22:3
+	>=x11-themes/gtk-engines-murrine-0.90
+"
+DEPEND="
+	${RDEPEND}
+	dev-lang/sassc
+	dev-libs/glib:2
+	dev-ruby/sass:3.5
+"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_install() {
+	default
+
+	pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
+	use ayatana || rm -rf unity
+	use gnome || rm -rf metacity-1
+	use xfce || rm -rf xfce* xfwm4*
+	popd > /dev/null || die
+}
+
+pkg_postinst() {
+	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
+		elog "For upstream's default icon theme, please emerge"
+		elog "x11-themes/elementary-xfce-icon-theme"
+	fi
+	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
+		elog "For upstream's default cursor theme, please emerge"
+		elog "x11-themes/vanilla-dmz-xcursors"
+	fi
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2020-02-10  9:52 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2020-02-10  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2aaa3f598bc9a48893648d6d2bf26fc946ff87f7
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 09:34:21 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 09:52:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aaa3f59

x11-themes/greybird: Update live ebuild

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Bug: https://bugs.gentoo.org/708840
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-themes/greybird/greybird-9999.ebuild | 32 +++++++++++++++-----------------
 x11-themes/greybird/metadata.xml         |  2 ++
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
index 5c63ed8b713..683dbdd3528 100644
--- a/x11-themes/greybird/greybird-9999.ebuild
+++ b/x11-themes/greybird/greybird-9999.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools git-r3
-
-MY_PN=${PN/g/G}
+inherit git-r3 meson
 
 DESCRIPTION="The default theme from Xubuntu"
 HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN}"
+EGIT_REPO_URI="https://github.com/shimmerproject/${PN^}"
 
 # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS=""
-IUSE="ayatana gnome xfce"
+IUSE="ayatana gnome gtk2 gtk3 xfce"
+REQUIRED_USE="
+	|| ( ayatana gnome gtk2 gtk3 xfce )
+"
 
 RDEPEND="
 	>=x11-libs/gtk+-3.22:3
@@ -27,18 +28,15 @@ DEPEND="
 	dev-ruby/sass:3.5
 "
 
-src_prepare() {
-	default
-	eautoreconf
-}
-
 src_install() {
-	default
-
-	pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
-	use ayatana || rm -rf unity
-	use gnome || rm -rf metacity-1
-	use xfce || rm -rf xfce* xfwm4*
+	meson_src_install
+
+	pushd "${ED}"/usr/share/themes > /dev/null || die
+	use ayatana || { rm -r ${PN^}*/unity || die; }
+	use gnome || { rm -r ${PN^}*/metacity-1 || die; }
+	use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
+	use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }
+	use xfce || { rm -r ${PN^}*/xfce* ${PN^}*/xfwm4* || die; }
 	popd > /dev/null || die
 }
 

diff --git a/x11-themes/greybird/metadata.xml b/x11-themes/greybird/metadata.xml
index ada89e0a62a..2a50bd79b0d 100644
--- a/x11-themes/greybird/metadata.xml
+++ b/x11-themes/greybird/metadata.xml
@@ -6,6 +6,8 @@
 <name>Gentoo Desktop Miscellaneous Project</name>
 </maintainer>
 <use>
+<flag name='gtk2'>Install theme for GTK+-2.0</flag>
+<flag name='gtk3'>Install theme for GTK+-3.0</flag>
 <flag name='xfce'>Install theme for <pkg>xfce-base/xfwm4</pkg></flag>
 </use>
 <upstream>


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2020-02-10  9:52 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2020-02-10  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4a94cdbe437bf5914b1ecf301aeab5ca2a31f83d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 09:47:56 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 09:52:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a94cdbe

x11-themes/greybird: Version 3.22.11

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Closes: https://bugs.gentoo.org/708840
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-themes/greybird/Manifest                |  1 +
 x11-themes/greybird/greybird-3.22.11.ebuild | 53 +++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index e7c4c6938a3..ecacaed363d 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,3 +1,4 @@
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
 DIST greybird-3.22.10.tar.gz 212225 BLAKE2B d38d05d3a2523e58ed8fc8474bd8607a45b4f63d33f6053f5b9cc749504be3c3930d6f156a26abae9dfcd9214e68f92343bbcd0ecef7e53640a597b28562875e SHA512 c950de36c9733f98b454fde1ff5f8005169fab3b2782ab9f13a95a1aba938766f38666ad1229ab429fa163cf0e97cf5ecc8a84f3eb63cc378c35d79ea54b513c
+DIST greybird-3.22.11.tar.gz 330760 BLAKE2B f95bca90057f09e78bb5024491ba21f883d6f3e844056bbf55d2dab572373d52590048080c7ae4a1d61608362878c7940f51bd3d0a246abd9e185183361517bf SHA512 18f7735cd0f746ebbbb4c9fc112f28ecd73e17e8065a1f99027ceb0201639a531663e387b70f408d21c437b6a4504fed1e73b308fc90fc6dd00646e62a6dc68e
 DIST greybird-3.22.9.tar.gz 211750 BLAKE2B bfce416c55cc03d1f98c4d14916bcecb6cdc857ed3f813d90cae2a9e92f607d4ae3798d0eb39b0e548f7b4c7964b60d4970c442b91eb78db02772b9a2c02f3a2 SHA512 d09638c78d74e26a428edfbbe00719208fac5e574db11eac2e538d25fa9f3270c9c7b636f770061807a59b200c8afa4252a9513cffe1f4af3d186425b6a14744

diff --git a/x11-themes/greybird/greybird-3.22.11.ebuild b/x11-themes/greybird/greybird-3.22.11.ebuild
new file mode 100644
index 00000000000..e1e28aa5a99
--- /dev/null
+++ b/x11-themes/greybird/greybird-3.22.11.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit meson
+
+DESCRIPTION="The default theme from Xubuntu"
+HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
+SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="ayatana gnome gtk2 gtk3 xfce"
+REQUIRED_USE="
+	|| ( ayatana gnome gtk2 gtk3 xfce )
+"
+
+RDEPEND="
+	>=x11-libs/gtk+-3.22:3
+	>=x11-themes/gtk-engines-murrine-0.90
+"
+DEPEND="
+	${RDEPEND}
+	dev-lang/sassc
+	dev-libs/glib:2
+	dev-ruby/sass:3.5
+"
+S=${WORKDIR}/${P^}
+
+src_install() {
+	meson_src_install
+
+	pushd "${ED}"/usr/share/themes > /dev/null || die
+	use ayatana || { rm -r ${PN^}*/unity || die; }
+	use gnome || { rm -r ${PN^}*/metacity-1 || die; }
+	use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
+	use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }
+	use xfce || { rm -r ${PN^}*/xfce* ${PN^}*/xfwm4* || die; }
+	popd > /dev/null || die
+}
+
+pkg_postinst() {
+	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
+		elog "For upstream's default icon theme, please emerge"
+		elog "x11-themes/elementary-xfce-icon-theme"
+	fi
+	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
+		elog "For upstream's default cursor theme, please emerge"
+		elog "x11-themes/vanilla-dmz-xcursors"
+	fi
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2020-05-23 10:08 Pacho Ramos
  0 siblings, 0 replies; 35+ messages in thread
From: Pacho Ramos @ 2020-05-23 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     46e1576902b4c3ab0fc7bfc3f7f054806ea2e8a3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 10:07:47 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 23 10:07:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e15769

x11-themes/greybird: Migrate to 'appindicator' USE

Closes: https://bugs.gentoo.org/720320
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 x11-themes/greybird/greybird-3.20.1-r2.ebuild | 6 +++---
 x11-themes/greybird/greybird-3.22.10.ebuild   | 6 +++---
 x11-themes/greybird/greybird-3.22.11.ebuild   | 6 +++---
 x11-themes/greybird/greybird-3.22.9.ebuild    | 6 +++---
 x11-themes/greybird/greybird-9999.ebuild      | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/x11-themes/greybird/greybird-3.20.1-r2.ebuild b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
index acfe638f60d..2f0155ff830 100644
--- a/x11-themes/greybird/greybird-3.20.1-r2.ebuild
+++ b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="ayatana gnome"
+IUSE="appindicator gnome"
 
 RDEPEND="
 	>=x11-themes/gtk-engines-murrine-0.90
@@ -37,7 +37,7 @@ src_install() {
 	emake DESTDIR="${D}" install
 
 	pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
-	use ayatana || rm -rf unity
+	use appindicator || rm -rf unity
 	use gnome || rm -rf metacity-1
 	popd > /dev/null || die
 }

diff --git a/x11-themes/greybird/greybird-3.22.10.ebuild b/x11-themes/greybird/greybird-3.22.10.ebuild
index 7d775459b57..93f614fd5e1 100644
--- a/x11-themes/greybird/greybird-3.22.10.ebuild
+++ b/x11-themes/greybird/greybird-3.22.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome xfce"
+IUSE="appindicator gnome xfce"
 
 RDEPEND="
 	>=x11-libs/gtk+-3.22:3
@@ -37,7 +37,7 @@ src_install() {
 	default
 
 	pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
-	use ayatana || rm -rf unity
+	use appindicator || rm -rf unity
 	use gnome || rm -rf metacity-1
 	use xfce || rm -rf xfce* xfwm4*
 	popd > /dev/null || die

diff --git a/x11-themes/greybird/greybird-3.22.11.ebuild b/x11-themes/greybird/greybird-3.22.11.ebuild
index e1e28aa5a99..a3e918760a9 100644
--- a/x11-themes/greybird/greybird-3.22.11.ebuild
+++ b/x11-themes/greybird/greybird-3.22.11.ebuild
@@ -12,9 +12,9 @@ SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome gtk2 gtk3 xfce"
+IUSE="appindicator gnome gtk2 gtk3 xfce"
 REQUIRED_USE="
-	|| ( ayatana gnome gtk2 gtk3 xfce )
+	|| ( appindicator gnome gtk2 gtk3 xfce )
 "
 
 RDEPEND="
@@ -33,7 +33,7 @@ src_install() {
 	meson_src_install
 
 	pushd "${ED}"/usr/share/themes > /dev/null || die
-	use ayatana || { rm -r ${PN^}*/unity || die; }
+	use appindicator || { rm -r ${PN^}*/unity || die; }
 	use gnome || { rm -r ${PN^}*/metacity-1 || die; }
 	use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
 	use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }

diff --git a/x11-themes/greybird/greybird-3.22.9.ebuild b/x11-themes/greybird/greybird-3.22.9.ebuild
index 7d775459b57..93f614fd5e1 100644
--- a/x11-themes/greybird/greybird-3.22.9.ebuild
+++ b/x11-themes/greybird/greybird-3.22.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome xfce"
+IUSE="appindicator gnome xfce"
 
 RDEPEND="
 	>=x11-libs/gtk+-3.22:3
@@ -37,7 +37,7 @@ src_install() {
 	default
 
 	pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
-	use ayatana || rm -rf unity
+	use appindicator || rm -rf unity
 	use gnome || rm -rf metacity-1
 	use xfce || rm -rf xfce* xfwm4*
 	popd > /dev/null || die

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
index 683dbdd3528..c9739918742 100644
--- a/x11-themes/greybird/greybird-9999.ebuild
+++ b/x11-themes/greybird/greybird-9999.ebuild
@@ -12,9 +12,9 @@ EGIT_REPO_URI="https://github.com/shimmerproject/${PN^}"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS=""
-IUSE="ayatana gnome gtk2 gtk3 xfce"
+IUSE="appindicator gnome gtk2 gtk3 xfce"
 REQUIRED_USE="
-	|| ( ayatana gnome gtk2 gtk3 xfce )
+	|| ( appindicator gnome gtk2 gtk3 xfce )
 "
 
 RDEPEND="
@@ -32,7 +32,7 @@ src_install() {
 	meson_src_install
 
 	pushd "${ED}"/usr/share/themes > /dev/null || die
-	use ayatana || { rm -r ${PN^}*/unity || die; }
+	use appindicator || { rm -r ${PN^}*/unity || die; }
 	use gnome || { rm -r ${PN^}*/metacity-1 || die; }
 	use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
 	use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2020-06-13 12:29 Mart Raudsepp
  0 siblings, 0 replies; 35+ messages in thread
From: Mart Raudsepp @ 2020-06-13 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ab6f4c35a300ff5e3c00d69099f745f31e551e90
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Fri Jun 12 05:11:32 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jun 13 12:28:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6f4c35

x11-themes/greybird: arm64 keyworded (bug #727862)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 x11-themes/greybird/greybird-3.22.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/greybird/greybird-3.22.11.ebuild b/x11-themes/greybird/greybird-3.22.11.ebuild
index a3e918760a9..fa58cb9e287 100644
--- a/x11-themes/greybird/greybird-3.22.11.ebuild
+++ b/x11-themes/greybird/greybird-3.22.11.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.
 # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="appindicator gnome gtk2 gtk3 xfce"
 REQUIRED_USE="
 	|| ( appindicator gnome gtk2 gtk3 xfce )


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2020-09-04  8:46 Jeroen Roovers
  0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2020-09-04  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     724abd241a93227166a2f616202cd495e207dd89
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  4 08:46:08 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep  4 08:46:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724abd24

x11-themes/greybird: Version 3.22.12

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Closes: https://bugs.gentoo.org/720764
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-themes/greybird/Manifest                |  1 +
 x11-themes/greybird/greybird-3.22.12.ebuild | 53 +++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index ecacaed363d..e152c4ad25d 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,4 +1,5 @@
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
 DIST greybird-3.22.10.tar.gz 212225 BLAKE2B d38d05d3a2523e58ed8fc8474bd8607a45b4f63d33f6053f5b9cc749504be3c3930d6f156a26abae9dfcd9214e68f92343bbcd0ecef7e53640a597b28562875e SHA512 c950de36c9733f98b454fde1ff5f8005169fab3b2782ab9f13a95a1aba938766f38666ad1229ab429fa163cf0e97cf5ecc8a84f3eb63cc378c35d79ea54b513c
 DIST greybird-3.22.11.tar.gz 330760 BLAKE2B f95bca90057f09e78bb5024491ba21f883d6f3e844056bbf55d2dab572373d52590048080c7ae4a1d61608362878c7940f51bd3d0a246abd9e185183361517bf SHA512 18f7735cd0f746ebbbb4c9fc112f28ecd73e17e8065a1f99027ceb0201639a531663e387b70f408d21c437b6a4504fed1e73b308fc90fc6dd00646e62a6dc68e
+DIST greybird-3.22.12.tar.gz 283646 BLAKE2B f276833bafd7ff0043025074e4476f7407a18428326a5e938254064ab42fe7a865366f12d5022e177a15a80f4d77889b2e143bc79430d552fa78f4ffbf953282 SHA512 95e1a743b16152f95c1dad01416ed54595ec1ffa5b50c6ae4599b5962aae0259d2a224d2fb71292a8f832adeba5e3a5534a0a7fbcdac136a3e322a15726d3401
 DIST greybird-3.22.9.tar.gz 211750 BLAKE2B bfce416c55cc03d1f98c4d14916bcecb6cdc857ed3f813d90cae2a9e92f607d4ae3798d0eb39b0e548f7b4c7964b60d4970c442b91eb78db02772b9a2c02f3a2 SHA512 d09638c78d74e26a428edfbbe00719208fac5e574db11eac2e538d25fa9f3270c9c7b636f770061807a59b200c8afa4252a9513cffe1f4af3d186425b6a14744

diff --git a/x11-themes/greybird/greybird-3.22.12.ebuild b/x11-themes/greybird/greybird-3.22.12.ebuild
new file mode 100644
index 00000000000..fa58cb9e287
--- /dev/null
+++ b/x11-themes/greybird/greybird-3.22.12.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit meson
+
+DESCRIPTION="The default theme from Xubuntu"
+HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
+SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="appindicator gnome gtk2 gtk3 xfce"
+REQUIRED_USE="
+	|| ( appindicator gnome gtk2 gtk3 xfce )
+"
+
+RDEPEND="
+	>=x11-libs/gtk+-3.22:3
+	>=x11-themes/gtk-engines-murrine-0.90
+"
+DEPEND="
+	${RDEPEND}
+	dev-lang/sassc
+	dev-libs/glib:2
+	dev-ruby/sass:3.5
+"
+S=${WORKDIR}/${P^}
+
+src_install() {
+	meson_src_install
+
+	pushd "${ED}"/usr/share/themes > /dev/null || die
+	use appindicator || { rm -r ${PN^}*/unity || die; }
+	use gnome || { rm -r ${PN^}*/metacity-1 || die; }
+	use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
+	use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }
+	use xfce || { rm -r ${PN^}*/xfce* ${PN^}*/xfwm4* || die; }
+	popd > /dev/null || die
+}
+
+pkg_postinst() {
+	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
+		elog "For upstream's default icon theme, please emerge"
+		elog "x11-themes/elementary-xfce-icon-theme"
+	fi
+	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
+		elog "For upstream's default cursor theme, please emerge"
+		elog "x11-themes/vanilla-dmz-xcursors"
+	fi
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2021-01-29 11:25 Joonas Niilola
  0 siblings, 0 replies; 35+ messages in thread
From: Joonas Niilola @ 2021-01-29 11:25 UTC (permalink / raw
  To: gentoo-commits

commit:     89cd8057275efe6e239a5c92196c218305c8bf95
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 10:42:26 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 11:24:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cd8057

x11-themes/greybird: bump to 3.22.14

 - non-maintainer commit, acked by jstein.

 - add optfeature,
 - drop ruby deps, they aren't needed (after switch to meson?),
 - remove USE flags, install all unconditionally,
   - remove also REQUIRED_USE,
 - update HOMEPAGE.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-themes/greybird/Manifest                |  1 +
 x11-themes/greybird/greybird-3.22.14.ebuild | 31 +++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index e152c4ad25d..248b45fc742 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -2,4 +2,5 @@ DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb54
 DIST greybird-3.22.10.tar.gz 212225 BLAKE2B d38d05d3a2523e58ed8fc8474bd8607a45b4f63d33f6053f5b9cc749504be3c3930d6f156a26abae9dfcd9214e68f92343bbcd0ecef7e53640a597b28562875e SHA512 c950de36c9733f98b454fde1ff5f8005169fab3b2782ab9f13a95a1aba938766f38666ad1229ab429fa163cf0e97cf5ecc8a84f3eb63cc378c35d79ea54b513c
 DIST greybird-3.22.11.tar.gz 330760 BLAKE2B f95bca90057f09e78bb5024491ba21f883d6f3e844056bbf55d2dab572373d52590048080c7ae4a1d61608362878c7940f51bd3d0a246abd9e185183361517bf SHA512 18f7735cd0f746ebbbb4c9fc112f28ecd73e17e8065a1f99027ceb0201639a531663e387b70f408d21c437b6a4504fed1e73b308fc90fc6dd00646e62a6dc68e
 DIST greybird-3.22.12.tar.gz 283646 BLAKE2B f276833bafd7ff0043025074e4476f7407a18428326a5e938254064ab42fe7a865366f12d5022e177a15a80f4d77889b2e143bc79430d552fa78f4ffbf953282 SHA512 95e1a743b16152f95c1dad01416ed54595ec1ffa5b50c6ae4599b5962aae0259d2a224d2fb71292a8f832adeba5e3a5534a0a7fbcdac136a3e322a15726d3401
+DIST greybird-3.22.14.tar.gz 283933 BLAKE2B 68f0b71dc71d260cf8f2a6971fac15ecedf345655309558c600848b531b3338ba3670c09c13182c24baa90f2fec24fdacc7498ee12bc1b1f00416bf12f68ac39 SHA512 766099b80eb81cfca07b52671e721ab281bb120ea252e369be2f83b6f38f1b7be5c0a2cc2d25b35f565063589e28982393f5c911b8c3ade608999339c93a490e
 DIST greybird-3.22.9.tar.gz 211750 BLAKE2B bfce416c55cc03d1f98c4d14916bcecb6cdc857ed3f813d90cae2a9e92f607d4ae3798d0eb39b0e548f7b4c7964b60d4970c442b91eb78db02772b9a2c02f3a2 SHA512 d09638c78d74e26a428edfbbe00719208fac5e574db11eac2e538d25fa9f3270c9c7b636f770061807a59b200c8afa4252a9513cffe1f4af3d186425b6a14744

diff --git a/x11-themes/greybird/greybird-3.22.14.ebuild b/x11-themes/greybird/greybird-3.22.14.ebuild
new file mode 100644
index 00000000000..04169b5ab38
--- /dev/null
+++ b/x11-themes/greybird/greybird-3.22.14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson optfeature
+
+DESCRIPTION="Greybird Desktop Suite"
+HOMEPAGE="https://github.com/shimmerproject/Greybird"
+SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+
+# Theme files, no test case available.
+RESTRICT="test"
+
+RDEPEND="x11-libs/gtk+:3
+	x11-themes/gtk-engines-murrine"
+DEPEND="${RDEPEND}
+	dev-lang/sassc
+	dev-libs/glib:2"
+
+S="${WORKDIR}/${P^}"
+
+pkg_postinst() {
+	elog "Optional uninstalled features:"
+	optfeature "matching icon theme" x11-themes/elementary-xfce-icon-theme
+	optfeature "matching cursor theme" x11-themes/vanilla-dmz-xcursors
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2021-01-29 11:25 Joonas Niilola
  0 siblings, 0 replies; 35+ messages in thread
From: Joonas Niilola @ 2021-01-29 11:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7b06a2d82fc96fabb546f0647cae60afa106c6a9
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 10:45:35 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 11:24:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b06a2d8

x11-themes/greybird: clean old

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-themes/greybird/Manifest                |  3 --
 x11-themes/greybird/greybird-3.22.10.ebuild | 55 -----------------------------
 x11-themes/greybird/greybird-3.22.11.ebuild | 53 ---------------------------
 x11-themes/greybird/greybird-3.22.9.ebuild  | 55 -----------------------------
 x11-themes/greybird/greybird-9999.ebuild    | 52 ---------------------------
 5 files changed, 218 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index 248b45fc742..bbae8138fc0 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,6 +1,3 @@
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
-DIST greybird-3.22.10.tar.gz 212225 BLAKE2B d38d05d3a2523e58ed8fc8474bd8607a45b4f63d33f6053f5b9cc749504be3c3930d6f156a26abae9dfcd9214e68f92343bbcd0ecef7e53640a597b28562875e SHA512 c950de36c9733f98b454fde1ff5f8005169fab3b2782ab9f13a95a1aba938766f38666ad1229ab429fa163cf0e97cf5ecc8a84f3eb63cc378c35d79ea54b513c
-DIST greybird-3.22.11.tar.gz 330760 BLAKE2B f95bca90057f09e78bb5024491ba21f883d6f3e844056bbf55d2dab572373d52590048080c7ae4a1d61608362878c7940f51bd3d0a246abd9e185183361517bf SHA512 18f7735cd0f746ebbbb4c9fc112f28ecd73e17e8065a1f99027ceb0201639a531663e387b70f408d21c437b6a4504fed1e73b308fc90fc6dd00646e62a6dc68e
 DIST greybird-3.22.12.tar.gz 283646 BLAKE2B f276833bafd7ff0043025074e4476f7407a18428326a5e938254064ab42fe7a865366f12d5022e177a15a80f4d77889b2e143bc79430d552fa78f4ffbf953282 SHA512 95e1a743b16152f95c1dad01416ed54595ec1ffa5b50c6ae4599b5962aae0259d2a224d2fb71292a8f832adeba5e3a5534a0a7fbcdac136a3e322a15726d3401
 DIST greybird-3.22.14.tar.gz 283933 BLAKE2B 68f0b71dc71d260cf8f2a6971fac15ecedf345655309558c600848b531b3338ba3670c09c13182c24baa90f2fec24fdacc7498ee12bc1b1f00416bf12f68ac39 SHA512 766099b80eb81cfca07b52671e721ab281bb120ea252e369be2f83b6f38f1b7be5c0a2cc2d25b35f565063589e28982393f5c911b8c3ade608999339c93a490e
-DIST greybird-3.22.9.tar.gz 211750 BLAKE2B bfce416c55cc03d1f98c4d14916bcecb6cdc857ed3f813d90cae2a9e92f607d4ae3798d0eb39b0e548f7b4c7964b60d4970c442b91eb78db02772b9a2c02f3a2 SHA512 d09638c78d74e26a428edfbbe00719208fac5e574db11eac2e538d25fa9f3270c9c7b636f770061807a59b200c8afa4252a9513cffe1f4af3d186425b6a14744

diff --git a/x11-themes/greybird/greybird-3.22.10.ebuild b/x11-themes/greybird/greybird-3.22.10.ebuild
deleted file mode 100644
index 93f614fd5e1..00000000000
--- a/x11-themes/greybird/greybird-3.22.10.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_PN=${PN/g/G}
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="appindicator gnome xfce"
-
-RDEPEND="
-	>=x11-libs/gtk+-3.22:3
-	>=x11-themes/gtk-engines-murrine-0.90
-"
-DEPEND="
-	${RDEPEND}
-	dev-lang/sassc
-	dev-libs/glib:2
-	dev-ruby/sass:3.5
-"
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_install() {
-	default
-
-	pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
-	use appindicator || rm -rf unity
-	use gnome || rm -rf metacity-1
-	use xfce || rm -rf xfce* xfwm4*
-	popd > /dev/null || die
-}
-
-pkg_postinst() {
-	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
-		elog "For upstream's default icon theme, please emerge"
-		elog "x11-themes/elementary-xfce-icon-theme"
-	fi
-	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
-		elog "For upstream's default cursor theme, please emerge"
-		elog "x11-themes/vanilla-dmz-xcursors"
-	fi
-}

diff --git a/x11-themes/greybird/greybird-3.22.11.ebuild b/x11-themes/greybird/greybird-3.22.11.ebuild
deleted file mode 100644
index fa58cb9e287..00000000000
--- a/x11-themes/greybird/greybird-3.22.11.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit meson
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="appindicator gnome gtk2 gtk3 xfce"
-REQUIRED_USE="
-	|| ( appindicator gnome gtk2 gtk3 xfce )
-"
-
-RDEPEND="
-	>=x11-libs/gtk+-3.22:3
-	>=x11-themes/gtk-engines-murrine-0.90
-"
-DEPEND="
-	${RDEPEND}
-	dev-lang/sassc
-	dev-libs/glib:2
-	dev-ruby/sass:3.5
-"
-S=${WORKDIR}/${P^}
-
-src_install() {
-	meson_src_install
-
-	pushd "${ED}"/usr/share/themes > /dev/null || die
-	use appindicator || { rm -r ${PN^}*/unity || die; }
-	use gnome || { rm -r ${PN^}*/metacity-1 || die; }
-	use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
-	use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }
-	use xfce || { rm -r ${PN^}*/xfce* ${PN^}*/xfwm4* || die; }
-	popd > /dev/null || die
-}
-
-pkg_postinst() {
-	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
-		elog "For upstream's default icon theme, please emerge"
-		elog "x11-themes/elementary-xfce-icon-theme"
-	fi
-	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
-		elog "For upstream's default cursor theme, please emerge"
-		elog "x11-themes/vanilla-dmz-xcursors"
-	fi
-}

diff --git a/x11-themes/greybird/greybird-3.22.9.ebuild b/x11-themes/greybird/greybird-3.22.9.ebuild
deleted file mode 100644
index 93f614fd5e1..00000000000
--- a/x11-themes/greybird/greybird-3.22.9.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_PN=${PN/g/G}
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="appindicator gnome xfce"
-
-RDEPEND="
-	>=x11-libs/gtk+-3.22:3
-	>=x11-themes/gtk-engines-murrine-0.90
-"
-DEPEND="
-	${RDEPEND}
-	dev-lang/sassc
-	dev-libs/glib:2
-	dev-ruby/sass:3.5
-"
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_install() {
-	default
-
-	pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
-	use appindicator || rm -rf unity
-	use gnome || rm -rf metacity-1
-	use xfce || rm -rf xfce* xfwm4*
-	popd > /dev/null || die
-}
-
-pkg_postinst() {
-	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
-		elog "For upstream's default icon theme, please emerge"
-		elog "x11-themes/elementary-xfce-icon-theme"
-	fi
-	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
-		elog "For upstream's default cursor theme, please emerge"
-		elog "x11-themes/vanilla-dmz-xcursors"
-	fi
-}

diff --git a/x11-themes/greybird/greybird-9999.ebuild b/x11-themes/greybird/greybird-9999.ebuild
deleted file mode 100644
index c9739918742..00000000000
--- a/x11-themes/greybird/greybird-9999.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit git-r3 meson
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-EGIT_REPO_URI="https://github.com/shimmerproject/${PN^}"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS=""
-IUSE="appindicator gnome gtk2 gtk3 xfce"
-REQUIRED_USE="
-	|| ( appindicator gnome gtk2 gtk3 xfce )
-"
-
-RDEPEND="
-	>=x11-libs/gtk+-3.22:3
-	>=x11-themes/gtk-engines-murrine-0.90
-"
-DEPEND="
-	${RDEPEND}
-	dev-lang/sassc
-	dev-libs/glib:2
-	dev-ruby/sass:3.5
-"
-
-src_install() {
-	meson_src_install
-
-	pushd "${ED}"/usr/share/themes > /dev/null || die
-	use appindicator || { rm -r ${PN^}*/unity || die; }
-	use gnome || { rm -r ${PN^}*/metacity-1 || die; }
-	use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
-	use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }
-	use xfce || { rm -r ${PN^}*/xfce* ${PN^}*/xfwm4* || die; }
-	popd > /dev/null || die
-}
-
-pkg_postinst() {
-	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
-		elog "For upstream's default icon theme, please emerge"
-		elog "x11-themes/elementary-xfce-icon-theme"
-	fi
-	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
-		elog "For upstream's default cursor theme, please emerge"
-		elog "x11-themes/vanilla-dmz-xcursors"
-	fi
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2021-01-29 11:25 Joonas Niilola
  0 siblings, 0 replies; 35+ messages in thread
From: Joonas Niilola @ 2021-01-29 11:25 UTC (permalink / raw
  To: gentoo-commits

commit:     cddcb5165619eb072f7c017c446d5c6800b4c509
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 10:48:49 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 11:24:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddcb516

x11-themes/greybird: add longdescription

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/19229

 x11-themes/greybird/metadata.xml | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/x11-themes/greybird/metadata.xml b/x11-themes/greybird/metadata.xml
index 2a50bd79b0d..cb5c75bb339 100644
--- a/x11-themes/greybird/metadata.xml
+++ b/x11-themes/greybird/metadata.xml
@@ -1,15 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-<email>desktop-misc@gentoo.org</email>
-<name>Gentoo Desktop Miscellaneous Project</name>
-</maintainer>
-<use>
-<flag name='gtk2'>Install theme for GTK+-2.0</flag>
-<flag name='gtk3'>Install theme for GTK+-3.0</flag>
-<flag name='xfce'>Install theme for <pkg>xfce-base/xfwm4</pkg></flag>
-</use>
+  <maintainer type="project">
+    <email>desktop-misc@gentoo.org</email>
+    <name>Gentoo Desktop Miscellaneous Project</name>
+  </maintainer>
+  <use>
+    <flag name='gtk2'>Install theme for GTK+-2.0</flag>
+    <flag name='gtk3'>Install theme for GTK+-3.0</flag>
+    <flag name='xfce'>Install theme for <pkg>xfce-base/xfwm4</pkg></flag>
+  </use>
+  <longdescription>
+    Greybird Xfce Desktop Suite. Contains the default Xubuntu theme for 
+    gnome-shell, gtk-2, gtk-3, metacity, pantheon, unity and Xfce. Comes with 
+    light and dark variants (>=3.22.14).
+  </longdescription>
 <upstream>
 <remote-id type="github">shimmerproject/Greybird</remote-id>
 </upstream>


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2021-01-30 10:02 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-01-30 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     63bc6ff4cf7b7f8e566e6f1a76a5b74e2b6aaf94
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 10:02:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 10:02:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bc6ff4

x11-themes/greybird: Stabilize 3.22.14 amd64, #720322

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/greybird/greybird-3.22.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/greybird/greybird-3.22.14.ebuild b/x11-themes/greybird/greybird-3.22.14.ebuild
index 04169b5ab38..c11576a9a47 100644
--- a/x11-themes/greybird/greybird-3.22.14.ebuild
+++ b/x11-themes/greybird/greybird-3.22.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
 
 # Theme files, no test case available.
 RESTRICT="test"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2021-02-01  4:42 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-02-01  4:42 UTC (permalink / raw
  To: gentoo-commits

commit:     fb47d8c16d541cb0bd995b88bb04ac9ff77cef86
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 04:42:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 04:42:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb47d8c1

x11-themes/greybird: Stabilize 3.22.14 x86, #720322

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/greybird/greybird-3.22.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/greybird/greybird-3.22.14.ebuild b/x11-themes/greybird/greybird-3.22.14.ebuild
index c11576a9a47..9b41f8fae75 100644
--- a/x11-themes/greybird/greybird-3.22.14.ebuild
+++ b/x11-themes/greybird/greybird-3.22.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 
 # Theme files, no test case available.
 RESTRICT="test"


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2021-02-01  5:55 Joonas Niilola
  0 siblings, 0 replies; 35+ messages in thread
From: Joonas Niilola @ 2021-02-01  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     38b119cd08e92f6b09478e7833c68ccb054026f9
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 05:52:34 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 05:54:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b119cd

x11-themes/greybird: clean old

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-themes/greybird/Manifest                  |  2 -
 x11-themes/greybird/greybird-3.20.1-r2.ebuild | 54 ---------------------------
 x11-themes/greybird/greybird-3.22.12.ebuild   | 53 --------------------------
 x11-themes/greybird/metadata.xml              |  5 ---
 4 files changed, 114 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index bbae8138fc0..c6fc38b442c 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,3 +1 @@
-DIST greybird-3.20.1.tar.gz 193824 BLAKE2B d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9 SHA512 9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
-DIST greybird-3.22.12.tar.gz 283646 BLAKE2B f276833bafd7ff0043025074e4476f7407a18428326a5e938254064ab42fe7a865366f12d5022e177a15a80f4d77889b2e143bc79430d552fa78f4ffbf953282 SHA512 95e1a743b16152f95c1dad01416ed54595ec1ffa5b50c6ae4599b5962aae0259d2a224d2fb71292a8f832adeba5e3a5534a0a7fbcdac136a3e322a15726d3401
 DIST greybird-3.22.14.tar.gz 283933 BLAKE2B 68f0b71dc71d260cf8f2a6971fac15ecedf345655309558c600848b531b3338ba3670c09c13182c24baa90f2fec24fdacc7498ee12bc1b1f00416bf12f68ac39 SHA512 766099b80eb81cfca07b52671e721ab281bb120ea252e369be2f83b6f38f1b7be5c0a2cc2d25b35f565063589e28982393f5c911b8c3ade608999339c93a490e

diff --git a/x11-themes/greybird/greybird-3.20.1-r2.ebuild b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
deleted file mode 100644
index 2f0155ff830..00000000000
--- a/x11-themes/greybird/greybird-3.20.1-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-MY_PN=${PN/g/G}
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="appindicator gnome"
-
-RDEPEND="
-	>=x11-themes/gtk-engines-murrine-0.90
-	>=x11-libs/gtk+-3.20.0:3
-"
-DEPEND="${RDEPEND}
-	dev-ruby/sass
-	dev-libs/glib:2
-"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-#RESTRICT="binchecks strip"
-
-src_prepare() {
-	eapply_user
-	eautoreconf
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
-	use appindicator || rm -rf unity
-	use gnome || rm -rf metacity-1
-	popd > /dev/null || die
-}
-
-pkg_postinst() {
-	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
-		elog "For upstream's default icon theme, please emerge"
-		elog "x11-themes/elementary-xfce-icon-theme"
-	fi
-	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
-		elog "For upstream's default cursor theme, please emerge"
-		elog "x11-themes/vanilla-dmz-xcursors"
-	fi
-}

diff --git a/x11-themes/greybird/greybird-3.22.12.ebuild b/x11-themes/greybird/greybird-3.22.12.ebuild
deleted file mode 100644
index fa58cb9e287..00000000000
--- a/x11-themes/greybird/greybird-3.22.12.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit meson
-
-DESCRIPTION="The default theme from Xubuntu"
-HOMEPAGE="http://shimmerproject.org/project/greybird/ https://github.com/shimmerproject/Greybird"
-SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="appindicator gnome gtk2 gtk3 xfce"
-REQUIRED_USE="
-	|| ( appindicator gnome gtk2 gtk3 xfce )
-"
-
-RDEPEND="
-	>=x11-libs/gtk+-3.22:3
-	>=x11-themes/gtk-engines-murrine-0.90
-"
-DEPEND="
-	${RDEPEND}
-	dev-lang/sassc
-	dev-libs/glib:2
-	dev-ruby/sass:3.5
-"
-S=${WORKDIR}/${P^}
-
-src_install() {
-	meson_src_install
-
-	pushd "${ED}"/usr/share/themes > /dev/null || die
-	use appindicator || { rm -r ${PN^}*/unity || die; }
-	use gnome || { rm -r ${PN^}*/metacity-1 || die; }
-	use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
-	use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }
-	use xfce || { rm -r ${PN^}*/xfce* ${PN^}*/xfwm4* || die; }
-	popd > /dev/null || die
-}
-
-pkg_postinst() {
-	if ! has_version x11-themes/elementary-xfce-icon-theme ; then
-		elog "For upstream's default icon theme, please emerge"
-		elog "x11-themes/elementary-xfce-icon-theme"
-	fi
-	if ! has_version x11-themes/vanilla-dmz-xcursors ; then
-		elog "For upstream's default cursor theme, please emerge"
-		elog "x11-themes/vanilla-dmz-xcursors"
-	fi
-}

diff --git a/x11-themes/greybird/metadata.xml b/x11-themes/greybird/metadata.xml
index cb5c75bb339..9efc6922bc5 100644
--- a/x11-themes/greybird/metadata.xml
+++ b/x11-themes/greybird/metadata.xml
@@ -5,11 +5,6 @@
     <email>desktop-misc@gentoo.org</email>
     <name>Gentoo Desktop Miscellaneous Project</name>
   </maintainer>
-  <use>
-    <flag name='gtk2'>Install theme for GTK+-2.0</flag>
-    <flag name='gtk3'>Install theme for GTK+-3.0</flag>
-    <flag name='xfce'>Install theme for <pkg>xfce-base/xfwm4</pkg></flag>
-  </use>
   <longdescription>
     Greybird Xfce Desktop Suite. Contains the default Xubuntu theme for 
     gnome-shell, gtk-2, gtk-3, metacity, pantheon, unity and Xfce. Comes with 


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2021-04-04 18:55 Andreas Sturmlechner
  0 siblings, 0 replies; 35+ messages in thread
From: Andreas Sturmlechner @ 2021-04-04 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e20febfb682b83d850f96d69505b5bbfe4285bd1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 10:59:21 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 18:55:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20febfb

x11-themes/greybird: Drop superfluous optfeature header

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-themes/greybird/greybird-3.22.14.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-themes/greybird/greybird-3.22.14.ebuild b/x11-themes/greybird/greybird-3.22.14.ebuild
index 9b41f8fae75..4cece2ecfb0 100644
--- a/x11-themes/greybird/greybird-3.22.14.ebuild
+++ b/x11-themes/greybird/greybird-3.22.14.ebuild
@@ -25,7 +25,6 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}/${P^}"
 
 pkg_postinst() {
-	elog "Optional uninstalled features:"
 	optfeature "matching icon theme" x11-themes/elementary-xfce-icon-theme
 	optfeature "matching cursor theme" x11-themes/vanilla-dmz-xcursors
 }


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/
@ 2021-12-30  3:17 Jonas Stein
  0 siblings, 0 replies; 35+ messages in thread
From: Jonas Stein @ 2021-12-30  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e10d941276ce5273b237766295d4c7a6d7220660
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 03:15:10 2021 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 03:15:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10d9412

x11-themes/greybird: reassign to themes project

Drop project desktop-misc from the list of maintainers and reassign the
package to the new themes project.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 x11-themes/greybird/metadata.xml | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/x11-themes/greybird/metadata.xml b/x11-themes/greybird/metadata.xml
index e4ab7f2c7fd9..7a6ad18c9d39 100644
--- a/x11-themes/greybird/metadata.xml
+++ b/x11-themes/greybird/metadata.xml
@@ -1,16 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>desktop-misc@gentoo.org</email>
-    <name>Gentoo Desktop Miscellaneous Project</name>
-  </maintainer>
-  <longdescription>
-    Greybird Xfce Desktop Suite. Contains the default Xubuntu theme for 
-    gnome-shell, gtk-2, gtk-3, metacity, pantheon, unity and Xfce. Comes with 
-    light and dark variants (&gt;=3.22.14).
-  </longdescription>
-<upstream>
-<remote-id type="github">shimmerproject/Greybird</remote-id>
-</upstream>
+	<maintainer type="project">
+		<email>themes@gentoo.org</email>
+		<name>Themes Project</name>
+	</maintainer>
+	<longdescription> Greybird Xfce Desktop Suite. Contains the default Xubuntu theme for gnome-shell, gtk-2, gtk-3, metacity, pantheon, unity and Xfce. Comes with light and dark variants (&gt;=3.22.14).
+	</longdescription>
+	<upstream>
+		<remote-id type="github">shimmerproject/Greybird</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2021-12-30  3:17 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-29 11:25 [gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2021-12-30  3:17 Jonas Stein
2021-04-04 18:55 Andreas Sturmlechner
2021-02-01  5:55 Joonas Niilola
2021-02-01  4:42 Sam James
2021-01-30 10:02 Sam James
2021-01-29 11:25 Joonas Niilola
2021-01-29 11:25 Joonas Niilola
2020-09-04  8:46 Jeroen Roovers
2020-06-13 12:29 Mart Raudsepp
2020-05-23 10:08 Pacho Ramos
2020-02-10  9:52 Jeroen Roovers
2020-02-10  9:52 Jeroen Roovers
2019-08-25  7:35 Jeroen Roovers
2019-08-25  7:35 Jeroen Roovers
2019-03-02 19:56 Sergei Trofimovich
2019-02-03 12:27 Jeroen Roovers
2018-07-10 17:38 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-07-10 14:45 Johannes Huber
2018-04-02  7:36 Jason Zaman
2017-04-20 16:35 Jason Zaman
2016-12-05 20:34 Pacho Ramos
2016-10-12 14:20 Ian Stakenvicius
2016-10-12 14:20 Ian Stakenvicius
2016-10-11 20:23 Ian Stakenvicius
2016-10-11 19:16 Ian Stakenvicius
2016-08-03 14:06 Jeroen Roovers
2016-07-24 20:18 Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox