public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2015-09-05 16:56 Pacho Ramos
  0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2015-09-05 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b77bf0a4edb8697405e22d034ea7a5355426adb0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 16:56:02 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 16:56:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77bf0a4

gnome-extra/gnome-shell-frippery: Version bump

Package-Manager: portage-2.2.20.1

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-0.10.3.ebuild             | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 18b28b0..fcf0f28 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-frippery-0.10.2.tgz 85044 SHA256 26f9f89a1ee02204918280a5d12a955c5b26bdd9f3ea8d3ac081cd4882d61ec6 SHA512 815faea507d1bdb416427a91cee10e5ac9b853616e0fad0e54492545e2d05d1ff605da2991480e9beaf8348281d321c31df5700d044c80e7fd6b232a417c460b WHIRLPOOL bbecbae05f5c958371f3d0d190ca2b783f3e2ae3cdb2b7e5a43659520d94d8a8b0e78f84aaeb1ace1e3634db0ff00fa0908aa4a904aade6d695ff179a9cc804f
+DIST gnome-shell-frippery-0.10.3.tgz 72731 SHA256 1d8a88bcffcea1069c4e251fb718174bea93e1626191f2c41494877820a73a54 SHA512 4766109a6154558d4d16814fb2c0a9baed3b63f23d50b721c05b60e3be76c5e75570e5c21e8e652a88e91932423cbfd0908bacf1d56d946da7ee241da98b1eb2 WHIRLPOOL 99569b9d57814a34004d8215331546a4b073a6a7add69c776c49090fcd1fd1846ab585fca708980c1fc8d7e0b070be6ed5f78c4e8771c0804b8fb0b16bdb0af7
 DIST gnome-shell-frippery-0.9.0.tgz 82883 SHA256 ec48536cd3a543f27b1b07d2b36a220bbd66f2f4b9f71fb6ad712ff457e66343 SHA512 97fa737b2003453f0aba911618b363c138ee43761f351e0a03f968b31c1eae2ab883cb097568ff0f79770c90a598246d891177093fac4bd95ee43434b83fddac WHIRLPOOL 975c721e51a6505a974ee2ad92905665054cadedaf18c37d7773aa51ba0a9f321151f8348ff3ed14a83d7fe4cf3e7b0600a77b062d8f21850a5db0d573793963

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.3.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.3.ebuild
new file mode 100644
index 0000000..ca87941
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.16
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2015-09-07 21:11 Mikle Kolyada
  0 siblings, 0 replies; 49+ messages in thread
From: Mikle Kolyada @ 2015-09-07 21:11 UTC (permalink / raw
  To: gentoo-commits

commit:     29bb8f0b771d27b49f80024ebbd789a72f343ba2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 20:59:12 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 21:08:20 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bb8f0b

gnome-extra/gnome-shell-frippery: amd64 stable wrt bug #551826

Package-Manager: portage-2.2.20.1
RepoMan-Options: --ignore-arches

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.3.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.3.ebuild
index ca87941..c2d62bf 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.3.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://frippery.org/extensions/${P}.tgz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2015-11-15 22:30 Pacho Ramos
  0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2015-11-15 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a9cbf3aa03ee479f53fd58b2daa7579013cbe876
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 22:22:46 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 22:30:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9cbf3aa

gnome-extra/gnome-shell-frippery: Drop old

Package-Manager: portage-2.2.24

 gnome-extra/gnome-shell-frippery/Manifest          |  2 --
 .../gnome-shell-frippery-0.10.2.ebuild             | 39 ----------------------
 .../gnome-shell-frippery-0.9.0.ebuild              | 39 ----------------------
 3 files changed, 80 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index dd473d4..bca5a2d 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,4 +1,2 @@
-DIST gnome-shell-frippery-0.10.2.tgz 85044 SHA256 26f9f89a1ee02204918280a5d12a955c5b26bdd9f3ea8d3ac081cd4882d61ec6 SHA512 815faea507d1bdb416427a91cee10e5ac9b853616e0fad0e54492545e2d05d1ff605da2991480e9beaf8348281d321c31df5700d044c80e7fd6b232a417c460b WHIRLPOOL bbecbae05f5c958371f3d0d190ca2b783f3e2ae3cdb2b7e5a43659520d94d8a8b0e78f84aaeb1ace1e3634db0ff00fa0908aa4a904aade6d695ff179a9cc804f
 DIST gnome-shell-frippery-0.10.3.tgz 72731 SHA256 1d8a88bcffcea1069c4e251fb718174bea93e1626191f2c41494877820a73a54 SHA512 4766109a6154558d4d16814fb2c0a9baed3b63f23d50b721c05b60e3be76c5e75570e5c21e8e652a88e91932423cbfd0908bacf1d56d946da7ee241da98b1eb2 WHIRLPOOL 99569b9d57814a34004d8215331546a4b073a6a7add69c776c49090fcd1fd1846ab585fca708980c1fc8d7e0b070be6ed5f78c4e8771c0804b8fb0b16bdb0af7
-DIST gnome-shell-frippery-0.9.0.tgz 82883 SHA256 ec48536cd3a543f27b1b07d2b36a220bbd66f2f4b9f71fb6ad712ff457e66343 SHA512 97fa737b2003453f0aba911618b363c138ee43761f351e0a03f968b31c1eae2ab883cb097568ff0f79770c90a598246d891177093fac4bd95ee43434b83fddac WHIRLPOOL 975c721e51a6505a974ee2ad92905665054cadedaf18c37d7773aa51ba0a9f321151f8348ff3ed14a83d7fe4cf3e7b0600a77b062d8f21850a5db0d573793963
 DIST gnome-shell-frippery-3.18.1.tgz 78865 SHA256 b892ab6bfd4e727ee40ad5cfd41d4300e905fa948f1ba59f39e121d2c95f852f SHA512 b34de1ebce127a28b7564e7b1c7fc7383800d4c80fea345df21d9aefbc0dfaadbf6a3b6eae88cbb19e412dcf29836412d2d09bdb3d6bda9cf782a9e57974ea5a WHIRLPOOL 8fc47f3ebfe507bdd13369a0295bf14729cd85d3f4301f5a46df23bc8755c5d747333ac6a1b5804b21b8a025fe0dfffdcf936cd56ad1be2f110ec88885eac100

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.2.ebuild
deleted file mode 100644
index ca87941..0000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
-HOMEPAGE="http://frippery.org/extensions/index.html"
-SRC_URI="http://frippery.org/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection:=
-	gnome-base/gnome-menus:3[introspection]
-	>=gnome-base/gnome-shell-3.16
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.9.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.9.0.ebuild
deleted file mode 100644
index c591c93..0000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.9.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
-HOMEPAGE="http://intgat.tigress.co.uk/rmy/extensions/index.html"
-SRC_URI="http://intgat.tigress.co.uk/rmy/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection
-	gnome-base/gnome-menus:3[introspection]
-	>=gnome-base/gnome-shell-3.14
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2015-11-15 22:30 Pacho Ramos
  0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2015-11-15 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     3bdbbe18594e98648f1bfe73449f4da0d5f3f3f4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 22:22:23 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 22:30:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdbbe18

gnome-extra/gnome-shell-frippery: Version bump

Package-Manager: portage-2.2.24

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-3.18.1.ebuild             | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index fcf0f28..dd473d4 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-shell-frippery-0.10.2.tgz 85044 SHA256 26f9f89a1ee02204918280a5d12a955c5b26bdd9f3ea8d3ac081cd4882d61ec6 SHA512 815faea507d1bdb416427a91cee10e5ac9b853616e0fad0e54492545e2d05d1ff605da2991480e9beaf8348281d321c31df5700d044c80e7fd6b232a417c460b WHIRLPOOL bbecbae05f5c958371f3d0d190ca2b783f3e2ae3cdb2b7e5a43659520d94d8a8b0e78f84aaeb1ace1e3634db0ff00fa0908aa4a904aade6d695ff179a9cc804f
 DIST gnome-shell-frippery-0.10.3.tgz 72731 SHA256 1d8a88bcffcea1069c4e251fb718174bea93e1626191f2c41494877820a73a54 SHA512 4766109a6154558d4d16814fb2c0a9baed3b63f23d50b721c05b60e3be76c5e75570e5c21e8e652a88e91932423cbfd0908bacf1d56d946da7ee241da98b1eb2 WHIRLPOOL 99569b9d57814a34004d8215331546a4b073a6a7add69c776c49090fcd1fd1846ab585fca708980c1fc8d7e0b070be6ed5f78c4e8771c0804b8fb0b16bdb0af7
 DIST gnome-shell-frippery-0.9.0.tgz 82883 SHA256 ec48536cd3a543f27b1b07d2b36a220bbd66f2f4b9f71fb6ad712ff457e66343 SHA512 97fa737b2003453f0aba911618b363c138ee43761f351e0a03f968b31c1eae2ab883cb097568ff0f79770c90a598246d891177093fac4bd95ee43434b83fddac WHIRLPOOL 975c721e51a6505a974ee2ad92905665054cadedaf18c37d7773aa51ba0a9f321151f8348ff3ed14a83d7fe4cf3e7b0600a77b062d8f21850a5db0d573793963
+DIST gnome-shell-frippery-3.18.1.tgz 78865 SHA256 b892ab6bfd4e727ee40ad5cfd41d4300e905fa948f1ba59f39e121d2c95f852f SHA512 b34de1ebce127a28b7564e7b1c7fc7383800d4c80fea345df21d9aefbc0dfaadbf6a3b6eae88cbb19e412dcf29836412d2d09bdb3d6bda9cf782a9e57974ea5a WHIRLPOOL 8fc47f3ebfe507bdd13369a0295bf14729cd85d3f4301f5a46df23bc8755c5d747333ac6a1b5804b21b8a025fe0dfffdcf936cd56ad1be2f110ec88885eac100

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.1.ebuild
new file mode 100644
index 0000000..de287b0
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.18
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2016-01-11 14:26 Pacho Ramos
  0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2016-01-11 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     059847271791c9b5623780bac10d4d70d6628149
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 14:13:13 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 14:26:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05984727

gnome-extra/gnome-shell-frippery: Version bump

Package-Manager: portage-2.2.26

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-3.18.2.ebuild             | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index bca5a2d..620851b 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-frippery-0.10.3.tgz 72731 SHA256 1d8a88bcffcea1069c4e251fb718174bea93e1626191f2c41494877820a73a54 SHA512 4766109a6154558d4d16814fb2c0a9baed3b63f23d50b721c05b60e3be76c5e75570e5c21e8e652a88e91932423cbfd0908bacf1d56d946da7ee241da98b1eb2 WHIRLPOOL 99569b9d57814a34004d8215331546a4b073a6a7add69c776c49090fcd1fd1846ab585fca708980c1fc8d7e0b070be6ed5f78c4e8771c0804b8fb0b16bdb0af7
 DIST gnome-shell-frippery-3.18.1.tgz 78865 SHA256 b892ab6bfd4e727ee40ad5cfd41d4300e905fa948f1ba59f39e121d2c95f852f SHA512 b34de1ebce127a28b7564e7b1c7fc7383800d4c80fea345df21d9aefbc0dfaadbf6a3b6eae88cbb19e412dcf29836412d2d09bdb3d6bda9cf782a9e57974ea5a WHIRLPOOL 8fc47f3ebfe507bdd13369a0295bf14729cd85d3f4301f5a46df23bc8755c5d747333ac6a1b5804b21b8a025fe0dfffdcf936cd56ad1be2f110ec88885eac100
+DIST gnome-shell-frippery-3.18.2.tgz 78955 SHA256 e21a7074037beb4931d5e29adba9c8fbfc49bac6dc95c49a022ff9eb00789938 SHA512 721c35ae47e97e0241b4ddd90c4bcd4b5fa43d7874cbb20bc3ad3e3239ee797269c19dedc0a83a85606a135d954b1f4e3abc8a5c1d283614e073fa073f5dbdda WHIRLPOOL ea9932cf1324aab0a149c5751ce306e54692648e579c1e2df859621847a073ea89bd04b9bd0043ab8716db813bc2968293b62412231eb7939c51eed4bbd5f06e

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.2.ebuild
new file mode 100644
index 0000000..de287b0
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.18
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2016-03-06 18:58 Mikle Kolyada
  0 siblings, 0 replies; 49+ messages in thread
From: Mikle Kolyada @ 2016-03-06 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     fe153d72778c5e4a7b12fab30d2d82309d0a7c94
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 18:50:11 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 18:55:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe153d72

gnome-extra/gnome-shell-frippery: x86 stable wrt bug #566378

Package-Manager: portage-2.2.26

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.2.ebuild
index 75f42ad..7772948 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.2.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://frippery.org/extensions/${P}.tgz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2016-06-25 18:43 Pacho Ramos
  0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2016-06-25 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     7deeb0bf521029f0490043f8a5a80672670c2e96
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 18:16:05 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 18:43:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7deeb0bf

gnome-extra/gnome-shell-frippery: Drop old

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-shell-frippery/Manifest          |  2 --
 .../gnome-shell-frippery-0.10.3.ebuild             | 39 ----------------------
 .../gnome-shell-frippery-3.18.1.ebuild             | 39 ----------------------
 3 files changed, 80 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 620851b..017d9fd 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,3 +1 @@
-DIST gnome-shell-frippery-0.10.3.tgz 72731 SHA256 1d8a88bcffcea1069c4e251fb718174bea93e1626191f2c41494877820a73a54 SHA512 4766109a6154558d4d16814fb2c0a9baed3b63f23d50b721c05b60e3be76c5e75570e5c21e8e652a88e91932423cbfd0908bacf1d56d946da7ee241da98b1eb2 WHIRLPOOL 99569b9d57814a34004d8215331546a4b073a6a7add69c776c49090fcd1fd1846ab585fca708980c1fc8d7e0b070be6ed5f78c4e8771c0804b8fb0b16bdb0af7
-DIST gnome-shell-frippery-3.18.1.tgz 78865 SHA256 b892ab6bfd4e727ee40ad5cfd41d4300e905fa948f1ba59f39e121d2c95f852f SHA512 b34de1ebce127a28b7564e7b1c7fc7383800d4c80fea345df21d9aefbc0dfaadbf6a3b6eae88cbb19e412dcf29836412d2d09bdb3d6bda9cf782a9e57974ea5a WHIRLPOOL 8fc47f3ebfe507bdd13369a0295bf14729cd85d3f4301f5a46df23bc8755c5d747333ac6a1b5804b21b8a025fe0dfffdcf936cd56ad1be2f110ec88885eac100
 DIST gnome-shell-frippery-3.18.2.tgz 78955 SHA256 e21a7074037beb4931d5e29adba9c8fbfc49bac6dc95c49a022ff9eb00789938 SHA512 721c35ae47e97e0241b4ddd90c4bcd4b5fa43d7874cbb20bc3ad3e3239ee797269c19dedc0a83a85606a135d954b1f4e3abc8a5c1d283614e073fa073f5dbdda WHIRLPOOL ea9932cf1324aab0a149c5751ce306e54692648e579c1e2df859621847a073ea89bd04b9bd0043ab8716db813bc2968293b62412231eb7939c51eed4bbd5f06e

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.3.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.3.ebuild
deleted file mode 100644
index 1904ae8..0000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.10.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
-HOMEPAGE="http://frippery.org/extensions/index.html"
-SRC_URI="http://frippery.org/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection:=
-	gnome-base/gnome-menus:3[introspection]
-	>=gnome-base/gnome-shell-3.16
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.1.ebuild
deleted file mode 100644
index de287b0..0000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
-HOMEPAGE="http://frippery.org/extensions/index.html"
-SRC_URI="http://frippery.org/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection:=
-	gnome-base/gnome-menus:3[introspection]
-	>=gnome-base/gnome-shell-3.18
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2016-06-25 18:43 Pacho Ramos
  0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2016-06-25 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     8d16c853711d7bb66b49e4972a9b689b36b97caa
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 18:18:56 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 18:43:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d16c853

gnome-extra/gnome-shell-frippery: Version bump

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-3.20.0.ebuild             | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 017d9fd..f5595ad 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-3.18.2.tgz 78955 SHA256 e21a7074037beb4931d5e29adba9c8fbfc49bac6dc95c49a022ff9eb00789938 SHA512 721c35ae47e97e0241b4ddd90c4bcd4b5fa43d7874cbb20bc3ad3e3239ee797269c19dedc0a83a85606a135d954b1f4e3abc8a5c1d283614e073fa073f5dbdda WHIRLPOOL ea9932cf1324aab0a149c5751ce306e54692648e579c1e2df859621847a073ea89bd04b9bd0043ab8716db813bc2968293b62412231eb7939c51eed4bbd5f06e
+DIST gnome-shell-frippery-3.20.0.tgz 79090 SHA256 43bec5fbe2b6a2fa1e929dcdd7f742e37aa3c6bb350bb483f9ef8d1d419152a5 SHA512 da78a432aa3192d1f41a20e5f65c14f518d113eb751d6df34207109bff9777a0d638f4ebb576e2ff06b085cb98212e2dbd67c1b70d9976b57a6a224f197c43f4 WHIRLPOOL d926e255b5f90091e15b3a97caa02d8fef772f442641850291e0752391c62647b8ce55098865a48b46e5a9934f5c0ea5a83eaa7fd09ff029a4ccbd2dc0091796

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.20.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.20.0.ebuild
new file mode 100644
index 0000000..35e20ce
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.20.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.20
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2018-02-08  8:26 Gilles Dartiguelongue
  0 siblings, 0 replies; 49+ messages in thread
From: Gilles Dartiguelongue @ 2018-02-08  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0b9e4c229fe5600665dc2a1870341658d70e1fa4
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 08:15:23 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 08:25:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9e4c22

gnome-extra/gnome-shell-frippery: drop old revision

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 gnome-extra/gnome-shell-frippery/Manifest          |  1 -
 .../gnome-shell-frippery-3.18.2.ebuild             | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index b13971200e2..54b9fecbb5a 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-shell-frippery-3.18.2.tgz 78955 BLAKE2B 2f9bd928bc25b2b016ed4ac088868dba8b6df006b210bab224442ac0640248283ca99407ccf8ddb8ef03ba542d56479a6b0a6f73cab9a1b80a37b0d16d48ed54 SHA512 721c35ae47e97e0241b4ddd90c4bcd4b5fa43d7874cbb20bc3ad3e3239ee797269c19dedc0a83a85606a135d954b1f4e3abc8a5c1d283614e073fa073f5dbdda
 DIST gnome-shell-frippery-3.20.0.tgz 79090 BLAKE2B cb85e02093f445044ab0635beff420a2d4652c2aea41a206c217df6bfa7f99728cb9923a87f65e53885a7edab081d0f2c4e86a2560e1226fd8a9234f310dc4c8 SHA512 da78a432aa3192d1f41a20e5f65c14f518d113eb751d6df34207109bff9777a0d638f4ebb576e2ff06b085cb98212e2dbd67c1b70d9976b57a6a224f197c43f4
 DIST gnome-shell-frippery-3.24.0.tgz 79322 BLAKE2B d5e6db3d165708836e0cec4c1c2f6ffd3227876a566759ac9db9c7ce1d71841002a991df0bd2bf2279e79dfb9a87af1e8b10abe850f972ff2c9f49397106b8b5 SHA512 7f12f3be7ec4d55cf9f96c81c5af649cbb410fe79e880b3b5469e1554ae8419e40d5a77ab9d3889758a2729dd31e59b08e507803b84886305b75fe27df5eebd5

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.2.ebuild
deleted file mode 100644
index 5f4c609ae39..00000000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
-HOMEPAGE="http://frippery.org/extensions/index.html"
-SRC_URI="http://frippery.org/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection:=
-	gnome-base/gnome-menus:3[introspection]
-	>=gnome-base/gnome-shell-3.18
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2018-02-08  8:26 Gilles Dartiguelongue
  0 siblings, 0 replies; 49+ messages in thread
From: Gilles Dartiguelongue @ 2018-02-08  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7dff5937e3fbce53adbe0e9bdeb077694de1dfb3
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 08:14:49 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 08:25:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dff5937

gnome-extra/gnome-shell-frippery: version bump 3.20.0 → 3.24.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-3.24.0.ebuild             | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 20f581d7f20..b13971200e2 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-frippery-3.18.2.tgz 78955 BLAKE2B 2f9bd928bc25b2b016ed4ac088868dba8b6df006b210bab224442ac0640248283ca99407ccf8ddb8ef03ba542d56479a6b0a6f73cab9a1b80a37b0d16d48ed54 SHA512 721c35ae47e97e0241b4ddd90c4bcd4b5fa43d7874cbb20bc3ad3e3239ee797269c19dedc0a83a85606a135d954b1f4e3abc8a5c1d283614e073fa073f5dbdda
 DIST gnome-shell-frippery-3.20.0.tgz 79090 BLAKE2B cb85e02093f445044ab0635beff420a2d4652c2aea41a206c217df6bfa7f99728cb9923a87f65e53885a7edab081d0f2c4e86a2560e1226fd8a9234f310dc4c8 SHA512 da78a432aa3192d1f41a20e5f65c14f518d113eb751d6df34207109bff9777a0d638f4ebb576e2ff06b085cb98212e2dbd67c1b70d9976b57a6a224f197c43f4
+DIST gnome-shell-frippery-3.24.0.tgz 79322 BLAKE2B d5e6db3d165708836e0cec4c1c2f6ffd3227876a566759ac9db9c7ce1d71841002a991df0bd2bf2279e79dfb9a87af1e8b10abe850f972ff2c9f49397106b8b5 SHA512 7f12f3be7ec4d55cf9f96c81c5af649cbb410fe79e880b3b5469e1554ae8419e40d5a77ab9d3889758a2729dd31e59b08e507803b84886305b75fe27df5eebd5

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.24.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.24.0.ebuild
new file mode 100644
index 00000000000..dc46f614d78
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.24.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.20
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2018-04-26 17:15 Thomas Deutschmann
  0 siblings, 0 replies; 49+ messages in thread
From: Thomas Deutschmann @ 2018-04-26 17:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3f67edee3011671ddb016e80e142e484b47494c0
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 16:29:47 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 17:13:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f67edee

gnome-extra/gnome-shell-frippery: x86 stable (bug #652976)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.24.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.24.0.ebuild
index dc46f614d78..0a1f3b2aabb 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.24.0.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.24.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://frippery.org/extensions/${P}.tgz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2018-04-29  0:08 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2018-04-29  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7dc6612cd381d403a832d235b20cfd49e445e2e0
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 28 23:48:18 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Apr 28 23:48:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc6612c

gnome-extra/gnome-shell-frippery: remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 gnome-extra/gnome-shell-frippery/Manifest          |  1 -
 .../gnome-shell-frippery-3.20.0.ebuild             | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 54b9fecbb5a..0cac5dec189 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,2 +1 @@
-DIST gnome-shell-frippery-3.20.0.tgz 79090 BLAKE2B cb85e02093f445044ab0635beff420a2d4652c2aea41a206c217df6bfa7f99728cb9923a87f65e53885a7edab081d0f2c4e86a2560e1226fd8a9234f310dc4c8 SHA512 da78a432aa3192d1f41a20e5f65c14f518d113eb751d6df34207109bff9777a0d638f4ebb576e2ff06b085cb98212e2dbd67c1b70d9976b57a6a224f197c43f4
 DIST gnome-shell-frippery-3.24.0.tgz 79322 BLAKE2B d5e6db3d165708836e0cec4c1c2f6ffd3227876a566759ac9db9c7ce1d71841002a991df0bd2bf2279e79dfb9a87af1e8b10abe850f972ff2c9f49397106b8b5 SHA512 7f12f3be7ec4d55cf9f96c81c5af649cbb410fe79e880b3b5469e1554ae8419e40d5a77ab9d3889758a2729dd31e59b08e507803b84886305b75fe27df5eebd5

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.20.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.20.0.ebuild
deleted file mode 100644
index 9312554cb72..00000000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.20.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
-HOMEPAGE="http://frippery.org/extensions/index.html"
-SRC_URI="http://frippery.org/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection:=
-	gnome-base/gnome-menus:3[introspection]
-	>=gnome-base/gnome-shell-3.20
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2018-09-30  0:19 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2018-09-30  0:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4694a53d915690d164e97f75787ea963e24db56b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 23:51:24 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 00:08:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4694a53d

gnome-extra/gnome-shell-frippery: bump to 3.26.5

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-3.26.5.ebuild             | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 0cac5dec189..4e1da129de9 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-3.24.0.tgz 79322 BLAKE2B d5e6db3d165708836e0cec4c1c2f6ffd3227876a566759ac9db9c7ce1d71841002a991df0bd2bf2279e79dfb9a87af1e8b10abe850f972ff2c9f49397106b8b5 SHA512 7f12f3be7ec4d55cf9f96c81c5af649cbb410fe79e880b3b5469e1554ae8419e40d5a77ab9d3889758a2729dd31e59b08e507803b84886305b75fe27df5eebd5
+DIST gnome-shell-frippery-3.26.5.tgz 87012 BLAKE2B 23f073cfbbd87bc29cc90f052b841c5a5cca535b2a0e8ef3f220fc4bd9a1a2857fde817f0dca478673fa27a93a028ead28a880f67ec574d6011e3a63630540e1 SHA512 b5767af112e1744f7928c01810b16df565409da43cac1638467b1425b50cd0c48cfea3535be501b47144c8e1b5b9eeb6283c80464ec1b02d74f60e7d04478c85

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.26.5.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.26.5.ebuild
new file mode 100644
index 00000000000..6eadedbef46
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.26.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	=gnome-base/gnome-shell-3.26*
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2019-02-27 23:57 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2019-02-27 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c26744d5af334fee1a60d175e4e4e0b3d47fe39d
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 27 23:33:24 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Feb 27 23:57:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26744d5

gnome-extra/gnome-shell-frippery: bump to 3.28.4

All extensions are claimed compatible with at least both
gnome-shell 3.26 and 3.28, so adjust the gnome-shell
requirement accordingly.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-3.28.4.ebuild             | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 4e1da129de9..e4bd2adf8f3 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-frippery-3.24.0.tgz 79322 BLAKE2B d5e6db3d165708836e0cec4c1c2f6ffd3227876a566759ac9db9c7ce1d71841002a991df0bd2bf2279e79dfb9a87af1e8b10abe850f972ff2c9f49397106b8b5 SHA512 7f12f3be7ec4d55cf9f96c81c5af649cbb410fe79e880b3b5469e1554ae8419e40d5a77ab9d3889758a2729dd31e59b08e507803b84886305b75fe27df5eebd5
 DIST gnome-shell-frippery-3.26.5.tgz 87012 BLAKE2B 23f073cfbbd87bc29cc90f052b841c5a5cca535b2a0e8ef3f220fc4bd9a1a2857fde817f0dca478673fa27a93a028ead28a880f67ec574d6011e3a63630540e1 SHA512 b5767af112e1744f7928c01810b16df565409da43cac1638467b1425b50cd0c48cfea3535be501b47144c8e1b5b9eeb6283c80464ec1b02d74f60e7d04478c85
+DIST gnome-shell-frippery-3.28.4.tgz 87337 BLAKE2B 3baccef54902953766ff2e78f8c291e34ff2b4a698f81cc4b21a5fa0c1c452b43509e7e9c840fedce398a50a5986e5992ff189d3f87954f24c2f39f46b651e08 SHA512 69648307f6783615c09d104f3e19e9f17046e5800df394335508cf41c4a7907e85b9d53b461e313f42f29c7637dbd4047833a2e56818d3cc7abe640d9936c855

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.28.4.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.28.4.ebuild
new file mode 100644
index 00000000000..62085f4d097
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.28.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.26
+	<gnome-base/gnome-shell-3.29
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2019-03-30 22:33 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2019-03-30 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a9c42c7f3373a0e07d8ae7083a07af79fbbe3d8a
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 22:28:33 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 22:28:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c42c7f

gnome-extra/gnome-shell-frippery: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 -
 .../gnome-shell-frippery-3.28.4.ebuild             | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 02f4d34eef0..e276ddcd11d 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,4 +1,3 @@
 DIST gnome-shell-frippery-3.24.0.tgz 79322 BLAKE2B d5e6db3d165708836e0cec4c1c2f6ffd3227876a566759ac9db9c7ce1d71841002a991df0bd2bf2279e79dfb9a87af1e8b10abe850f972ff2c9f49397106b8b5 SHA512 7f12f3be7ec4d55cf9f96c81c5af649cbb410fe79e880b3b5469e1554ae8419e40d5a77ab9d3889758a2729dd31e59b08e507803b84886305b75fe27df5eebd5
 DIST gnome-shell-frippery-3.26.5.tgz 87012 BLAKE2B 23f073cfbbd87bc29cc90f052b841c5a5cca535b2a0e8ef3f220fc4bd9a1a2857fde817f0dca478673fa27a93a028ead28a880f67ec574d6011e3a63630540e1 SHA512 b5767af112e1744f7928c01810b16df565409da43cac1638467b1425b50cd0c48cfea3535be501b47144c8e1b5b9eeb6283c80464ec1b02d74f60e7d04478c85
-DIST gnome-shell-frippery-3.28.4.tgz 87337 BLAKE2B 3baccef54902953766ff2e78f8c291e34ff2b4a698f81cc4b21a5fa0c1c452b43509e7e9c840fedce398a50a5986e5992ff189d3f87954f24c2f39f46b651e08 SHA512 69648307f6783615c09d104f3e19e9f17046e5800df394335508cf41c4a7907e85b9d53b461e313f42f29c7637dbd4047833a2e56818d3cc7abe640d9936c855
 DIST gnome-shell-frippery-3.30.2.tgz 87885 BLAKE2B d79d27c1b9faa5c5f6351fee1f9ee7afe5c7eeaaaab5de94988aee0fdbe283d74eb4175606f70668b4297b295c325f569cb3bc02d26728985ca3d3075eb0c5cf SHA512 a33bc69ddc9ee16b944e456ca537b07b30cab3f010910b0b32a4a5b7ce64d0e766438587f2949a43bd9829ed36ebcdb3f236ea40ec3596a539e06d3fc1f9e6f5

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.28.4.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.28.4.ebuild
deleted file mode 100644
index 62085f4d097..00000000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.28.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
-HOMEPAGE="http://frippery.org/extensions/index.html"
-SRC_URI="http://frippery.org/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection:=
-	gnome-base/gnome-menus:3[introspection]
-	>=gnome-base/gnome-shell-3.26
-	<gnome-base/gnome-shell-3.29
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2019-05-18 21:24 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2019-05-18 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0b813e008f84c801fcd51cbd4a2c89868665276a
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 21:00:00 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 18 21:24:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b813e00

gnome-extra/gnome-shell-frippery: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  2 --
 .../gnome-shell-frippery-3.24.0.ebuild             | 38 ----------------------
 .../gnome-shell-frippery-3.26.5.ebuild             | 38 ----------------------
 3 files changed, 78 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index e276ddcd11d..21880496143 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,3 +1 @@
-DIST gnome-shell-frippery-3.24.0.tgz 79322 BLAKE2B d5e6db3d165708836e0cec4c1c2f6ffd3227876a566759ac9db9c7ce1d71841002a991df0bd2bf2279e79dfb9a87af1e8b10abe850f972ff2c9f49397106b8b5 SHA512 7f12f3be7ec4d55cf9f96c81c5af649cbb410fe79e880b3b5469e1554ae8419e40d5a77ab9d3889758a2729dd31e59b08e507803b84886305b75fe27df5eebd5
-DIST gnome-shell-frippery-3.26.5.tgz 87012 BLAKE2B 23f073cfbbd87bc29cc90f052b841c5a5cca535b2a0e8ef3f220fc4bd9a1a2857fde817f0dca478673fa27a93a028ead28a880f67ec574d6011e3a63630540e1 SHA512 b5767af112e1744f7928c01810b16df565409da43cac1638467b1425b50cd0c48cfea3535be501b47144c8e1b5b9eeb6283c80464ec1b02d74f60e7d04478c85
 DIST gnome-shell-frippery-3.30.2.tgz 87885 BLAKE2B d79d27c1b9faa5c5f6351fee1f9ee7afe5c7eeaaaab5de94988aee0fdbe283d74eb4175606f70668b4297b295c325f569cb3bc02d26728985ca3d3075eb0c5cf SHA512 a33bc69ddc9ee16b944e456ca537b07b30cab3f010910b0b32a4a5b7ce64d0e766438587f2949a43bd9829ed36ebcdb3f236ea40ec3596a539e06d3fc1f9e6f5

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.24.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.24.0.ebuild
deleted file mode 100644
index 982b541a3d9..00000000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.24.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
-HOMEPAGE="http://frippery.org/extensions/index.html"
-SRC_URI="http://frippery.org/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection:=
-	gnome-base/gnome-menus:3[introspection]
-	>=gnome-base/gnome-shell-3.20
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.26.5.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.26.5.ebuild
deleted file mode 100644
index 6eadedbef46..00000000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.26.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
-HOMEPAGE="http://frippery.org/extensions/index.html"
-SRC_URI="http://frippery.org/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection:=
-	gnome-base/gnome-menus:3[introspection]
-	=gnome-base/gnome-shell-3.26*
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2019-09-06 21:47 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2019-09-06 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a450bc949f8bac2362c41e8253feb3bd017d84a1
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 21:20:41 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 21:44:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a450bc94

gnome-extra/gnome-shell-frippery: require older gnome-shell

Multiple frippery 3.30 extensions are incompatible with gnome-shell-3.32

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild
index 6128d8dd5bd..2bd0d45c7cf 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild
@@ -18,6 +18,7 @@ RDEPEND="
 	dev-libs/gobject-introspection:=
 	gnome-base/gnome-menus:3[introspection]
 	>=gnome-base/gnome-shell-3.30
+	<gnome-base/gnome-shell-3.31
 	media-libs/clutter:1.0[introspection]
 	x11-libs/pango[introspection]
 "


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2019-09-06 21:47 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2019-09-06 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d16f048f3cafe56d28b1d33fa253688cdd549423
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 21:22:48 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 21:44:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16f048f

gnome-extra/gnome-shell-frippery: bump to 3.32.1

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-3.32.1.ebuild             | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 21880496143..b10b13f1f12 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-3.30.2.tgz 87885 BLAKE2B d79d27c1b9faa5c5f6351fee1f9ee7afe5c7eeaaaab5de94988aee0fdbe283d74eb4175606f70668b4297b295c325f569cb3bc02d26728985ca3d3075eb0c5cf SHA512 a33bc69ddc9ee16b944e456ca537b07b30cab3f010910b0b32a4a5b7ce64d0e766438587f2949a43bd9829ed36ebcdb3f236ea40ec3596a539e06d3fc1f9e6f5
+DIST gnome-shell-frippery-3.32.1.tgz 87307 BLAKE2B 06226a084be2587db1114d69d5f5c04a28682d3bb98e72c4d6d9ab34e8c4173c0e57c8cfc6a8b204b6d53a8ba3b5dccc9ff2db8681012176364eb20f2c6851fa SHA512 56604c7b47778454e61839e4c81445232357c5f6243974643cfc5f0524eecf8109dfba7af425ec0430aeb4c2845f58bcc9c0710087e6032b0b438e7db8be87aa

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.32.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.32.1.ebuild
new file mode 100644
index 00000000000..0b26bdbc79d
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.32.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.32
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2019-12-23 22:02 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2019-12-23 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ad31e243b327907575b3e546bca14d1cc8b00eb3
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 21:55:28 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 22:02:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad31e243

gnome-extra/gnome-shell-frippery: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 -
 .../gnome-shell-frippery-3.30.2.ebuild             | 39 ----------------------
 2 files changed, 40 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index b10b13f1f12..bf995e85460 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,2 +1 @@
-DIST gnome-shell-frippery-3.30.2.tgz 87885 BLAKE2B d79d27c1b9faa5c5f6351fee1f9ee7afe5c7eeaaaab5de94988aee0fdbe283d74eb4175606f70668b4297b295c325f569cb3bc02d26728985ca3d3075eb0c5cf SHA512 a33bc69ddc9ee16b944e456ca537b07b30cab3f010910b0b32a4a5b7ce64d0e766438587f2949a43bd9829ed36ebcdb3f236ea40ec3596a539e06d3fc1f9e6f5
 DIST gnome-shell-frippery-3.32.1.tgz 87307 BLAKE2B 06226a084be2587db1114d69d5f5c04a28682d3bb98e72c4d6d9ab34e8c4173c0e57c8cfc6a8b204b6d53a8ba3b5dccc9ff2db8681012176364eb20f2c6851fa SHA512 56604c7b47778454e61839e4c81445232357c5f6243974643cfc5f0524eecf8109dfba7af425ec0430aeb4c2845f58bcc9c0710087e6032b0b438e7db8be87aa

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild
deleted file mode 100644
index 2bd0d45c7cf..00000000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
-HOMEPAGE="http://frippery.org/extensions/index.html"
-SRC_URI="http://frippery.org/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection:=
-	gnome-base/gnome-menus:3[introspection]
-	>=gnome-base/gnome-shell-3.30
-	<gnome-base/gnome-shell-3.31
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2020-03-01 16:37 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2020-03-01 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8b84fb64e547bd342c48eb73f5ef14fdff56f280
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 16:36:59 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 16:36:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b84fb64

gnome-extra/gnome-shell-frippery: bump to 3.34.2

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-3.34.2.ebuild             | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index bf995e85460..fcde5cf61e1 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-3.32.1.tgz 87307 BLAKE2B 06226a084be2587db1114d69d5f5c04a28682d3bb98e72c4d6d9ab34e8c4173c0e57c8cfc6a8b204b6d53a8ba3b5dccc9ff2db8681012176364eb20f2c6851fa SHA512 56604c7b47778454e61839e4c81445232357c5f6243974643cfc5f0524eecf8109dfba7af425ec0430aeb4c2845f58bcc9c0710087e6032b0b438e7db8be87aa
+DIST gnome-shell-frippery-3.34.2.tgz 81928 BLAKE2B ae95379333037e4d53638bbdbef2059d36f3dd1007e2d791a3b5eb6544d006823bc62cf671dc772672e07397b20a9f3e25bd803eb143685f05413a23887d3601 SHA512 3fab0778a2076f8c52d8aeb63d8d8b8f6ae2d12a381072fe39c6c318e744b56749776a4aee894e4f1c64bf90ecc3d1bd87ede6357edac9656cd6516866e42484

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.34.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.34.2.ebuild
new file mode 100644
index 00000000000..5e3bd7107e8
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.34.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.34
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2021-01-23 22:38 Pacho Ramos
  0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2021-01-23 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     5c86f4251393abfed704f69ca85893c7c1124d4a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 22:24:26 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 22:37:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c86f425

gnome-extra/gnome-shell-frippery: Bump to 3.38.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-3.38.0.ebuild             | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 5bc9f9c85ca..ecf206795e7 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-3.34.2.tgz 81928 BLAKE2B ae95379333037e4d53638bbdbef2059d36f3dd1007e2d791a3b5eb6544d006823bc62cf671dc772672e07397b20a9f3e25bd803eb143685f05413a23887d3601 SHA512 3fab0778a2076f8c52d8aeb63d8d8b8f6ae2d12a381072fe39c6c318e744b56749776a4aee894e4f1c64bf90ecc3d1bd87ede6357edac9656cd6516866e42484
+DIST gnome-shell-frippery-3.38.0.tgz 82248 BLAKE2B c36b7e01b15cfe61af93377b22a2baa967846dbc69c0a9667352a80a7db62f554e9f66d3990cdbc932096d371c1bf46d300c25a2eb523adc6cbb90d8e9c4d9d0 SHA512 16d212a0fd6ce1625eabf6dced3d64bfb9635e4a67c131c5a9c57041cb53530bb9e514af24190599ff7324016ae86524455091c507f0bfef39ed2d57b3b1cbed

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.38.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.38.0.ebuild
new file mode 100644
index 00000000000..fc8efefccf2
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.38.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.38
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2021-04-14 20:45 Matt Turner
  0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2021-04-14 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a3dc2de5809cd4355ed09eb643ff6f86bf28eca5
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 14 20:23:42 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 20:45:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3dc2de5

gnome-extra/gnome-shell-frippery: Version bump to 40.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-40.0.ebuild               | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 81ed4f3ad8d..88a2d6ed82e 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-3.38.0.tgz 82248 BLAKE2B c36b7e01b15cfe61af93377b22a2baa967846dbc69c0a9667352a80a7db62f554e9f66d3990cdbc932096d371c1bf46d300c25a2eb523adc6cbb90d8e9c4d9d0 SHA512 16d212a0fd6ce1625eabf6dced3d64bfb9635e4a67c131c5a9c57041cb53530bb9e514af24190599ff7324016ae86524455091c507f0bfef39ed2d57b3b1cbed
+DIST gnome-shell-frippery-40.0.tgz 82308 BLAKE2B 2466880cc04a46a8177640a19fa9ed89d784a34fbaa7a65d6948732d0794f270573df8d108c9a74c78296d2bd1565c4d3493caf4086a6f574e7e17b950eeb7db SHA512 68e2cc452df26a7c806f62b3ed2864ebaf766495ba47991531167e63aa87b2baeb301b83d2f288ad87802e7b2220576108d6962386ac5ee08fb3d89024d8bca2

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
new file mode 100644
index 00000000000..fc8efefccf2
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.38
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2021-05-29  6:09 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-05-29  6:09 UTC (permalink / raw
  To: gentoo-commits

commit:     620786a2856f1d5088887466a1fe0adf2b8d0b53
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 06:07:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 29 06:07:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620786a2

gnome-extra/gnome-shell-frippery: Stabilize 40.0 x86, #792327

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

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
index fc8efefccf2..63fbacdd571 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://frippery.org/extensions/${P}.tgz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2021-05-29  9:02 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2021-05-29  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     7c09c6bda3c73cf14159e675485a26aa8e90f78a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 08:53:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 29 09:00:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c09c6bd

gnome-extra/gnome-shell-frippery: Stabilize 40.0 amd64, #792327

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

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
index 63fbacdd571..f2b8d032cb4 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://frippery.org/extensions/${P}.tgz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2021-07-04 18:24 Matt Turner
  0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2021-07-04 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ee99b5b74a82cd3684cebf4a7a2eff8911dc01ed
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  4 17:56:28 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 18:10:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee99b5b7

gnome-extra/gnome-shell-frippery: Version bump to 40.2

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-40.2.ebuild               | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 911f7ef5d6a..4548ac04393 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-40.0.tgz 82308 BLAKE2B 2466880cc04a46a8177640a19fa9ed89d784a34fbaa7a65d6948732d0794f270573df8d108c9a74c78296d2bd1565c4d3493caf4086a6f574e7e17b950eeb7db SHA512 68e2cc452df26a7c806f62b3ed2864ebaf766495ba47991531167e63aa87b2baeb301b83d2f288ad87802e7b2220576108d6962386ac5ee08fb3d89024d8bca2
+DIST gnome-shell-frippery-40.2.tgz 82612 BLAKE2B 9bb92df42ca3702743d4e5a497d1de610e4909dedf7c96ac74eb374d6d9cbcbb13d9aded266602cab10a73bfbc018dee84fc07e1ec44184c2ad89b60c8880d9b SHA512 d6136dbaf798d87a2c4c3e8a1e09875759a877e77904f3f96843e0d86720213453139a9376aafa4c13a3defb0457f0ed6a659e47afed2f30a244e31266c69dda

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild
new file mode 100644
index 00000000000..fc8efefccf2
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.38
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2021-07-08 17:35 Matt Turner
  0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2021-07-08 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     51ed60443cfc1b7269bb1248d66fe1dc955cd202
Author:     Jakub Ternka <ternka122 <AT> gmail <DOT> com>
AuthorDate: Thu Jun 24 00:31:44 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 17:35:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ed6044

gnome-extra/gnome-shell-frippery: Remove GNOME version number from description

Signed-off-by: Jakub Ternka <ternka122 <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild | 2 +-
 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
index f2b8d032cb4..cb1d739a4bd 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
 HOMEPAGE="http://frippery.org/extensions/index.html"
 SRC_URI="http://frippery.org/extensions/${P}.tgz"
 

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild
index fc8efefccf2..dd738e21ce9 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
 HOMEPAGE="http://frippery.org/extensions/index.html"
 SRC_URI="http://frippery.org/extensions/${P}.tgz"
 


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2021-07-26  7:15 Matt Turner
  0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2021-07-26  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f27b3ad1001fe5e117befd1cbbeac9c010450e07
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 06:14:28 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 07:14:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27b3ad1

gnome-extra/gnome-shell-frippery: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 -
 .../gnome-shell-frippery-40.0.ebuild               | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 4548ac04393..5d990e8770c 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,2 +1 @@
-DIST gnome-shell-frippery-40.0.tgz 82308 BLAKE2B 2466880cc04a46a8177640a19fa9ed89d784a34fbaa7a65d6948732d0794f270573df8d108c9a74c78296d2bd1565c4d3493caf4086a6f574e7e17b950eeb7db SHA512 68e2cc452df26a7c806f62b3ed2864ebaf766495ba47991531167e63aa87b2baeb301b83d2f288ad87802e7b2220576108d6962386ac5ee08fb3d89024d8bca2
 DIST gnome-shell-frippery-40.2.tgz 82612 BLAKE2B 9bb92df42ca3702743d4e5a497d1de610e4909dedf7c96ac74eb374d6d9cbcbb13d9aded266602cab10a73bfbc018dee84fc07e1ec44184c2ad89b60c8880d9b SHA512 d6136dbaf798d87a2c4c3e8a1e09875759a877e77904f3f96843e0d86720213453139a9376aafa4c13a3defb0457f0ed6a659e47afed2f30a244e31266c69dda

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
deleted file mode 100644
index cb1d739a4bd..00000000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
-HOMEPAGE="http://frippery.org/extensions/index.html"
-SRC_URI="http://frippery.org/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection:=
-	gnome-base/gnome-menus:3[introspection]
-	>=gnome-base/gnome-shell-3.38
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2021-10-11 10:51 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2021-10-11 10:51 UTC (permalink / raw
  To: gentoo-commits

commit:     92c652260168ad930067add620c879762754c227
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 10:50:43 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 10:50:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c65226

gnome-extra/gnome-shell-frippery: bump to 41.1

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-41.1.ebuild               | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 5d990e8770c..403b324dfd3 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-40.2.tgz 82612 BLAKE2B 9bb92df42ca3702743d4e5a497d1de610e4909dedf7c96ac74eb374d6d9cbcbb13d9aded266602cab10a73bfbc018dee84fc07e1ec44184c2ad89b60c8880d9b SHA512 d6136dbaf798d87a2c4c3e8a1e09875759a877e77904f3f96843e0d86720213453139a9376aafa4c13a3defb0457f0ed6a659e47afed2f30a244e31266c69dda
+DIST gnome-shell-frippery-41.1.tgz 82583 BLAKE2B 74d08c904712d51e53609f50b581cd60ef8fb62af8122ed3101896c8c6bf0c8fa8e69152c51496365011a98a2ed91ee2bb7b49d0ea58d3c231505e0a94c393c6 SHA512 769bb336b4abc2557b451401ac66050b3a6a9b33b9a80643e1e4054dd804b94b13a94ad576706570c1cd1da3c4912841d9fe4d011e834fe22ce7343f7a240a27

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-41.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-41.1.ebuild
new file mode 100644
index 00000000000..2fcaa73149b
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-41.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gui-libs/gtk:4[introspection]
+	gnome-base/gnome-menus:3[introspection]
+	|| (
+		=gnome-base/gnome-shell-41*
+		=gnome-base/gnome-shell-40*
+	)
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2021-10-11 10:51 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2021-10-11 10:51 UTC (permalink / raw
  To: gentoo-commits

commit:     2098bdf1969f8dd04731f01c96cb35b35b1a679e
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 10:25:35 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 10:25:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2098bdf1

gnome-extra/gnome-shell-frippery: fix up some deps

The extensions require a matching gnome-shell version these days
as per included metadata.json, just like for gnome-shell-extensions.
The rest was probably fine before, as gnome-shell itself depends on
the same introspection deps, but be explicit.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild
index cb1d739a4bd..985601cff4b 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild
@@ -16,8 +16,10 @@ RDEPEND="
 	app-eselect/eselect-gnome-shell-extensions
 	>=dev-libs/gjs-1.29
 	dev-libs/gobject-introspection:=
+	gui-libs/gtk:4[introspection]
 	gnome-base/gnome-menus:3[introspection]
-	>=gnome-base/gnome-shell-3.38
+	=x11-wm/mutter-$(ver_cut 1)*[introspection]
+	=gnome-base/gnome-shell-$(ver_cut 1)*
 	media-libs/clutter:1.0[introspection]
 	x11-libs/pango[introspection]
 "


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2022-03-08  9:35 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2022-03-08  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e71290a6fa40abc8a111d7ca788f39c27e64bbbf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 09:33:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 09:33:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71290a6

gnome-extra/gnome-shell-frippery: Stabilize 41.1 x86, #834426

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

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-41.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-41.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-41.1.ebuild
index 4cb748104267..46b91da32cf7 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-41.1.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-41.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://frippery.org/extensions/${P}.tgz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2022-03-25 18:25 Matt Turner
  0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2022-03-25 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     fe7a0b101235b19702498f1fbfef2247974960ea
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 18:19:24 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 18:25:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7a0b10

gnome-extra/gnome-shell-frippery: Version bump to 41.2

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-41.2.ebuild               | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 1512d4e2cbc8..23475ef2b6d9 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-41.1.tgz 82583 BLAKE2B 74d08c904712d51e53609f50b581cd60ef8fb62af8122ed3101896c8c6bf0c8fa8e69152c51496365011a98a2ed91ee2bb7b49d0ea58d3c231505e0a94c393c6 SHA512 769bb336b4abc2557b451401ac66050b3a6a9b33b9a80643e1e4054dd804b94b13a94ad576706570c1cd1da3c4912841d9fe4d011e834fe22ce7343f7a240a27
+DIST gnome-shell-frippery-41.2.tgz 82737 BLAKE2B 11bce1943e651e95c0466123c5f0bb2adf0a2d589f63655133f285ded0c3f612ac16b97f975e8c8f72e97d8c1208f982860f4a54f59620343ca9bdcd2c65341d SHA512 aff8a73a6c69b34815491c3b130c419cc7c354fc5a78b164fb07d9918fccbbff84fdb0a8a398a527b2efc136616844f96ea8175160176c6345accc680d390ff3

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-41.2.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-41.2.ebuild
new file mode 100644
index 000000000000..a3bc5335896c
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-41.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gui-libs/gtk:4[introspection]
+	gnome-base/gnome-menus:3[introspection]
+	=gnome-base/gnome-shell-41*
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2022-04-01 17:51 Matt Turner
  0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2022-04-01 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8921cdfc73ebeba366e32362a0a8e323b199652a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 17:49:52 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 17:51:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8921cdfc

gnome-extra/gnome-shell-frippery: Version bump to 42.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-42.0.ebuild               | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 23475ef2b6d9..0e2f2b5c612b 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-frippery-41.1.tgz 82583 BLAKE2B 74d08c904712d51e53609f50b581cd60ef8fb62af8122ed3101896c8c6bf0c8fa8e69152c51496365011a98a2ed91ee2bb7b49d0ea58d3c231505e0a94c393c6 SHA512 769bb336b4abc2557b451401ac66050b3a6a9b33b9a80643e1e4054dd804b94b13a94ad576706570c1cd1da3c4912841d9fe4d011e834fe22ce7343f7a240a27
 DIST gnome-shell-frippery-41.2.tgz 82737 BLAKE2B 11bce1943e651e95c0466123c5f0bb2adf0a2d589f63655133f285ded0c3f612ac16b97f975e8c8f72e97d8c1208f982860f4a54f59620343ca9bdcd2c65341d SHA512 aff8a73a6c69b34815491c3b130c419cc7c354fc5a78b164fb07d9918fccbbff84fdb0a8a398a527b2efc136616844f96ea8175160176c6345accc680d390ff3
+DIST gnome-shell-frippery-42.0.tgz 78792 BLAKE2B d7195fa6bad1be93d5a247fe091e49debe5c53d5f701cae327e33774c69587a9eb0d0d1e5f42891834e8da1d22bdd40bb3066dd85d986dd82fd145f2ada2e327 SHA512 b71f7183befef0f8a1334ede7dca31ebc9437e0bb2415cb4b52e72859e3dfa760b26a118f3ccbe1b05c956342bf2f342ac0350f921f79be2ed5a849c3bca4237

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0.ebuild
new file mode 100644
index 000000000000..a3bc5335896c
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gui-libs/gtk:4[introspection]
+	gnome-base/gnome-menus:3[introspection]
+	=gnome-base/gnome-shell-41*
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2022-05-31 18:04 Matt Turner
  0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2022-05-31 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0756bd102e984a203dd8702c97979b62d02fe7e4
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 17:58:18 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 31 18:03:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0756bd10

gnome-extra/gnome-shell-frippery: Fix gnome-shell dep

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 ...e-shell-frippery-42.0.ebuild => gnome-shell-frippery-42.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0-r1.ebuild
similarity index 96%
rename from gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0.ebuild
rename to gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0-r1.ebuild
index 82756793fb9c..ae80b2801b6e 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.0-r1.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
 	dev-libs/gobject-introspection:=
 	gui-libs/gtk:4[introspection]
 	gnome-base/gnome-menus:3[introspection]
-	=gnome-base/gnome-shell-41*
+	=gnome-base/gnome-shell-42*
 	media-libs/clutter:1.0[introspection]
 	x11-libs/pango[introspection]
 "


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2022-07-16 21:28 Matt Turner
  0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2022-07-16 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     463b2e50406542acd7ccba5508b16369212a3198
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 21:05:58 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 21:27:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463b2e50

gnome-extra/gnome-shell-frippery: Version bump to 42.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-42.1.ebuild               | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index e919d6ee16ad..82bfc8e20f87 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-42.0.tgz 78792 BLAKE2B d7195fa6bad1be93d5a247fe091e49debe5c53d5f701cae327e33774c69587a9eb0d0d1e5f42891834e8da1d22bdd40bb3066dd85d986dd82fd145f2ada2e327 SHA512 b71f7183befef0f8a1334ede7dca31ebc9437e0bb2415cb4b52e72859e3dfa760b26a118f3ccbe1b05c956342bf2f342ac0350f921f79be2ed5a849c3bca4237
+DIST gnome-shell-frippery-42.1.tgz 78867 BLAKE2B b86940dc8ab2851452886125d43e54865a757f9513323c70a91e8f6ca61553cc480c3cae2787e3a05158e49901206d6fa34a3a3162f0efaebb966827a787f898 SHA512 a60d63a1f9d083d4f21e5d3eed320bc83eb597e8a93570dee8d26db4596b6349d4d300c7183d55fc3f188ae72e2d4f8d0a6a745447bfbeca3e155710866abff9

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.1.ebuild
new file mode 100644
index 000000000000..3e8961768ab7
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-42.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gui-libs/gtk:4[introspection]
+	gnome-base/gnome-menus:3[introspection]
+	=gnome-base/gnome-shell-42*
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2023-04-24 16:41 Matt Turner
  0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2023-04-24 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     2553a4d4f323febca508530a7a5fc8257c475fcb
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sun Apr 23 16:19:34 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 16:41:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2553a4d4

gnome-extra/gnome-shell-frippery: Version bump to 44.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30719
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-44.0.ebuild               | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 6ca39014c336..66deabad9370 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-43.0.tgz 78879 BLAKE2B e7cf6edfbe6b9dfd6ced3da661ce63b30c828926d52229d91d18c311eb088ad102b7329b3ed646522a2185d5d2a3297db8967e6edb1c3122b9b5038123656b3f SHA512 3e506bb7fce42532315c760e58e5dc890c05a64a19050733e0057ca294d08011e5f786be6339c27d90739189d01b27d43cf027115700b5458637b3b2e63702b5
+DIST gnome-shell-frippery-44.0.tgz 78914 BLAKE2B 3c9ac965b876eed5505729a050b1b78754c6a69b710233a81df7fae933d5a405c4743aa25709e3ddfbf7f4de96edcfb6c6a71b27740777b174e065dd292f0f29 SHA512 731d7a7a6d1b173ba7a2b632d6040837b6ce4cf4f789a36c3ae3ee176e39b5c38c8e0d6ed76a811a6ef3a2caff75ca05b5ad91d410e102e36f498bd4a032ab2f

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild
new file mode 100644
index 000000000000..407a21be079a
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gui-libs/gtk:4[introspection]
+	gnome-base/gnome-menus:3[introspection]
+	=gnome-base/gnome-shell-44*
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2023-05-04 18:47 Arthur Zamarin
  0 siblings, 0 replies; 49+ messages in thread
From: Arthur Zamarin @ 2023-05-04 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     b991f121b7c0c19dccc4c48195ab2dfc87e49910
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 18:46:52 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May  4 18:46:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b991f121

gnome-extra/gnome-shell-frippery: Stabilize 44.0 x86, #905554

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild
index 407a21be079a..17e083085b6a 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://frippery.org/extensions/${P}.tgz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	app-eselect/eselect-gnome-shell-extensions


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2023-05-04 18:47 Arthur Zamarin
  0 siblings, 0 replies; 49+ messages in thread
From: Arthur Zamarin @ 2023-05-04 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     2944aa995fd050277e64f11160d2095b714705fd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 18:46:55 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May  4 18:46:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2944aa99

gnome-extra/gnome-shell-frippery: Stabilize 44.0 amd64, #905554

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild
index 17e083085b6a..0af620dcfbd1 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://frippery.org/extensions/${P}.tgz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	app-eselect/eselect-gnome-shell-extensions


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2023-06-15 14:09 Matt Turner
  0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2023-06-15 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     95abdabd5c76f6795a0839dea550a6bf30fda384
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 14:08:45 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 14:09:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95abdabd

gnome-extra/gnome-shell-frippery: Version bump to 44.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-44.1.ebuild               | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index d06f4ab33620..39ee7049afbc 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-44.0.tgz 78914 BLAKE2B 3c9ac965b876eed5505729a050b1b78754c6a69b710233a81df7fae933d5a405c4743aa25709e3ddfbf7f4de96edcfb6c6a71b27740777b174e065dd292f0f29 SHA512 731d7a7a6d1b173ba7a2b632d6040837b6ce4cf4f789a36c3ae3ee176e39b5c38c8e0d6ed76a811a6ef3a2caff75ca05b5ad91d410e102e36f498bd4a032ab2f
+DIST gnome-shell-frippery-44.1.tgz 79131 BLAKE2B 92edbecafb5fa7eb5275a42e4d788509a254cf6886c789dd02234c61fc28a57deb55bf79c58c9b15ecf2635916e9cdeb27d21934e09274c210e670555c321ef4 SHA512 8eb247a03152886da63d2295d328b1cfcae0f09f3f96731f92634f8d766ad43030d9b3688b507da429a2967622cd8645634958dc89750b71b3a5131c522453b4

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild
new file mode 100644
index 000000000000..407a21be079a
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gui-libs/gtk:4[introspection]
+	gnome-base/gnome-menus:3[introspection]
+	=gnome-base/gnome-shell-44*
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2023-07-16 20:31 Matt Turner
  0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2023-07-16 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     fd252ac9924768ec64a0e8672c2d8e8fcf686f25
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 20:26:48 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 20:31:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd252ac9

gnome-extra/gnome-shell-frippery: Add <stabilize-allarches/>

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome-extra/gnome-shell-frippery/metadata.xml b/gnome-extra/gnome-shell-frippery/metadata.xml
index 7b343b06be8a..c1473f4856cc 100644
--- a/gnome-extra/gnome-shell-frippery/metadata.xml
+++ b/gnome-extra/gnome-shell-frippery/metadata.xml
@@ -5,4 +5,5 @@
 	<email>gnome@gentoo.org</email>
 	<name>Gentoo GNOME Desktop</name>
 </maintainer>
+<stabilize-allarches/>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2023-08-02 17:00 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2023-08-02 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a9049bbdf8fd7e1ac516d62dbff03fe1518d681b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 16:59:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 16:59:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9049bbd

gnome-extra/gnome-shell-frippery: Stabilize 44.1 amd64, #909495

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

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild
index 407a21be079a..2dfcac3c75d7 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://frippery.org/extensions/${P}.tgz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	app-eselect/eselect-gnome-shell-extensions


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2023-08-12 19:43 Arthur Zamarin
  0 siblings, 0 replies; 49+ messages in thread
From: Arthur Zamarin @ 2023-08-12 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     23c7e6b7a40fe205a3a3a2a0177e266267e8ebb1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 19:43:43 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 19:43:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c7e6b7

gnome-extra/gnome-shell-frippery: Stabilize 44.1 x86, #909495

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild
index 2dfcac3c75d7..0af620dcfbd1 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://frippery.org/extensions/${P}.tgz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	app-eselect/eselect-gnome-shell-extensions


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2023-10-26 15:09 Pacho Ramos
  0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2023-10-26 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     6eb56477e8b3b067b4f8c109255a644c4910846e
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sun Oct 15 00:14:44 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 15:09:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb56477

gnome-extra/gnome-shell-frippery: Version bump to 45.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33339
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-45.0.ebuild               | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index e2fc3a15d3e2..0d9849c7c651 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-44.1.tgz 79131 BLAKE2B 92edbecafb5fa7eb5275a42e4d788509a254cf6886c789dd02234c61fc28a57deb55bf79c58c9b15ecf2635916e9cdeb27d21934e09274c210e670555c321ef4 SHA512 8eb247a03152886da63d2295d328b1cfcae0f09f3f96731f92634f8d766ad43030d9b3688b507da429a2967622cd8645634958dc89750b71b3a5131c522453b4
+DIST gnome-shell-frippery-45.0.tgz 79461 BLAKE2B b9388441788aaa6f5c30b99ab318f7db91c22451090f85ae4953bef4b6de1c54e50af887347ed293d7959606390528273670bb1036bc73f8e036cbdd1f587e54 SHA512 dcd2329a83ad284b4a97a6a2139c0c2ad79926395111367c39dcdde72631e8f40f20f2afff9639f162b4eafb92dd9e0fa9f831f5fc070792dae5b454872f9157

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild
new file mode 100644
index 000000000000..930fa6ad19d4
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
+HOMEPAGE="https://frippery.org/extensions/index.html"
+SRC_URI="https://frippery.org/extensions/${P}.tgz"
+S="${WORKDIR}/.local/share/gnome-shell"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gui-libs/gtk:4[introspection]
+	gnome-base/gnome-menus:3[introspection]
+	=gnome-base/gnome-shell-45*
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2023-12-28 12:03 Pacho Ramos
  0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2023-12-28 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cdf0d14b534326a21f8aa0a1928fdff726fb1f52
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Fri Dec 22 12:09:28 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 11:57:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf0d14b

gnome-extra/gnome-shell-frippery: Version bump to 45.1

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34418
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-45.1.ebuild               | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 0d9849c7c651..2898bcd5c4b9 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-frippery-44.1.tgz 79131 BLAKE2B 92edbecafb5fa7eb5275a42e4d788509a254cf6886c789dd02234c61fc28a57deb55bf79c58c9b15ecf2635916e9cdeb27d21934e09274c210e670555c321ef4 SHA512 8eb247a03152886da63d2295d328b1cfcae0f09f3f96731f92634f8d766ad43030d9b3688b507da429a2967622cd8645634958dc89750b71b3a5131c522453b4
 DIST gnome-shell-frippery-45.0.tgz 79461 BLAKE2B b9388441788aaa6f5c30b99ab318f7db91c22451090f85ae4953bef4b6de1c54e50af887347ed293d7959606390528273670bb1036bc73f8e036cbdd1f587e54 SHA512 dcd2329a83ad284b4a97a6a2139c0c2ad79926395111367c39dcdde72631e8f40f20f2afff9639f162b4eafb92dd9e0fa9f831f5fc070792dae5b454872f9157
+DIST gnome-shell-frippery-45.1.tgz 79527 BLAKE2B 8658f9333609338bfa17d57c3cce4891eb8188c1b7f702c5d232ca6f174faefa278bc3210071c2ac28735f155ee46486e284cac872ea424dbd9798531b3da760 SHA512 1822f6380bbdabbd1eef90310c76ebd5e8b941cf490d2dc389a94bcbc603e0b9cd27e5e6eaf539d8bb2ec2a7cba3171a98d0697402608cf92b91b7fee822916d

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild
new file mode 100644
index 000000000000..930fa6ad19d4
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
+HOMEPAGE="https://frippery.org/extensions/index.html"
+SRC_URI="https://frippery.org/extensions/${P}.tgz"
+S="${WORKDIR}/.local/share/gnome-shell"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gui-libs/gtk:4[introspection]
+	gnome-base/gnome-menus:3[introspection]
+	=gnome-base/gnome-shell-45*
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2023-12-28 12:03 Pacho Ramos
  0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2023-12-28 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3e869d904ff38045bb2b81b9de5c5422e6c13fec
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 12:02:44 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 12:02:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e869d90

gnome-extra/gnome-shell-frippery: Fix EmptyGlobalAssignment

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild
index 930fa6ad19d4..8a9221f2ea7c 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild
@@ -22,7 +22,6 @@ RDEPEND="
 	media-libs/clutter:1.0[introspection]
 	x11-libs/pango[introspection]
 "
-DEPEND=""
 
 src_install() {
 	insinto /usr/share/gnome-shell/extensions


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2024-01-08 17:27 Sam James
  0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2024-01-08 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7ccbc5307932e55fbe83c5d05689a088b697a951
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 17:21:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 17:26:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccbc530

gnome-extra/gnome-shell-frippery: Stabilize 45.0 amd64, #920697

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

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild
index 930fa6ad19d4..ae9401d1a479 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ S="${WORKDIR}/.local/share/gnome-shell"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	app-eselect/eselect-gnome-shell-extensions


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2024-02-18  6:08 Arthur Zamarin
  0 siblings, 0 replies; 49+ messages in thread
From: Arthur Zamarin @ 2024-02-18  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     4eac2f6208c0d61b608fa80d6f1af9bc30f06b7c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 06:07:26 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 06:07:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eac2f62

gnome-extra/gnome-shell-frippery: Stabilize 45.0 x86, #920697

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild
index ae9401d1a479..7a3c45ba8868 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/.local/share/gnome-shell"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	app-eselect/eselect-gnome-shell-extensions


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2024-03-02 22:51 Mart Raudsepp
  0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2024-03-02 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     59c215e319afe0986af46eda42cad73c6a5c5c25
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 22:45:57 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 22:50:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c215e3

gnome-extra/gnome-shell-frippery: drop 44.1

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/Manifest          |  1 -
 .../gnome-shell-frippery-44.1.ebuild               | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index 2898bcd5c4b9..5c546a87a5af 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-shell-frippery-44.1.tgz 79131 BLAKE2B 92edbecafb5fa7eb5275a42e4d788509a254cf6886c789dd02234c61fc28a57deb55bf79c58c9b15ecf2635916e9cdeb27d21934e09274c210e670555c321ef4 SHA512 8eb247a03152886da63d2295d328b1cfcae0f09f3f96731f92634f8d766ad43030d9b3688b507da429a2967622cd8645634958dc89750b71b3a5131c522453b4
 DIST gnome-shell-frippery-45.0.tgz 79461 BLAKE2B b9388441788aaa6f5c30b99ab318f7db91c22451090f85ae4953bef4b6de1c54e50af887347ed293d7959606390528273670bb1036bc73f8e036cbdd1f587e54 SHA512 dcd2329a83ad284b4a97a6a2139c0c2ad79926395111367c39dcdde72631e8f40f20f2afff9639f162b4eafb92dd9e0fa9f831f5fc070792dae5b454872f9157
 DIST gnome-shell-frippery-45.1.tgz 79527 BLAKE2B 8658f9333609338bfa17d57c3cce4891eb8188c1b7f702c5d232ca6f174faefa278bc3210071c2ac28735f155ee46486e284cac872ea424dbd9798531b3da760 SHA512 1822f6380bbdabbd1eef90310c76ebd5e8b941cf490d2dc389a94bcbc603e0b9cd27e5e6eaf539d8bb2ec2a7cba3171a98d0697402608cf92b91b7fee822916d

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild
deleted file mode 100644
index 0af620dcfbd1..000000000000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-44.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
-HOMEPAGE="http://frippery.org/extensions/index.html"
-SRC_URI="http://frippery.org/extensions/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.29
-	dev-libs/gobject-introspection:=
-	gui-libs/gtk:4[introspection]
-	gnome-base/gnome-menus:3[introspection]
-	=gnome-base/gnome-shell-44*
-	media-libs/clutter:1.0[introspection]
-	x11-libs/pango[introspection]
-"
-DEPEND=""
-
-S="${WORKDIR}/.local/share/gnome-shell"
-
-src_install() {
-	insinto /usr/share/gnome-shell/extensions
-	doins -r extensions/*@*
-	dodoc gnome-shell-frippery/{CHANGELOG,README}
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-}


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2024-05-30 15:20 Arthur Zamarin
  0 siblings, 0 replies; 49+ messages in thread
From: Arthur Zamarin @ 2024-05-30 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     5a4284bdfe8ba0e1a6d81d6ccc514f3290118ed7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 15:20:40 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 30 15:20:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4284bd

gnome-extra/gnome-shell-frippery: Stabilize 45.1 x86, #928778

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild
index 2d517969355e..b6adc488fd0c 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/.local/share/gnome-shell"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	app-eselect/eselect-gnome-shell-extensions


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
@ 2024-05-30 15:20 Arthur Zamarin
  0 siblings, 0 replies; 49+ messages in thread
From: Arthur Zamarin @ 2024-05-30 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     69bd5ed8975b05e07b3e1fc4e63c695c3475de0a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 15:20:36 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 30 15:20:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69bd5ed8

gnome-extra/gnome-shell-frippery: Stabilize 45.1 amd64, #928778

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild
index 8a9221f2ea7c..2d517969355e 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ S="${WORKDIR}/.local/share/gnome-shell"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	app-eselect/eselect-gnome-shell-extensions


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

end of thread, other threads:[~2024-05-30 15:21 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-02 17:00 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-30 15:20 Arthur Zamarin
2024-05-30 15:20 Arthur Zamarin
2024-03-02 22:51 Mart Raudsepp
2024-02-18  6:08 Arthur Zamarin
2024-01-08 17:27 Sam James
2023-12-28 12:03 Pacho Ramos
2023-12-28 12:03 Pacho Ramos
2023-10-26 15:09 Pacho Ramos
2023-08-12 19:43 Arthur Zamarin
2023-07-16 20:31 Matt Turner
2023-06-15 14:09 Matt Turner
2023-05-04 18:47 Arthur Zamarin
2023-05-04 18:47 Arthur Zamarin
2023-04-24 16:41 Matt Turner
2022-07-16 21:28 Matt Turner
2022-05-31 18:04 Matt Turner
2022-04-01 17:51 Matt Turner
2022-03-25 18:25 Matt Turner
2022-03-08  9:35 Sam James
2021-10-11 10:51 Mart Raudsepp
2021-10-11 10:51 Mart Raudsepp
2021-07-26  7:15 Matt Turner
2021-07-08 17:35 Matt Turner
2021-07-04 18:24 Matt Turner
2021-05-29  9:02 Sam James
2021-05-29  6:09 Sam James
2021-04-14 20:45 Matt Turner
2021-01-23 22:38 Pacho Ramos
2020-03-01 16:37 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-06 21:47 Mart Raudsepp
2019-09-06 21:47 Mart Raudsepp
2019-05-18 21:24 Mart Raudsepp
2019-03-30 22:33 Mart Raudsepp
2019-02-27 23:57 Mart Raudsepp
2018-09-30  0:19 Mart Raudsepp
2018-04-29  0:08 Mart Raudsepp
2018-04-26 17:15 Thomas Deutschmann
2018-02-08  8:26 Gilles Dartiguelongue
2018-02-08  8:26 Gilles Dartiguelongue
2016-06-25 18:43 Pacho Ramos
2016-06-25 18:43 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2016-01-11 14:26 Pacho Ramos
2015-11-15 22:30 Pacho Ramos
2015-11-15 22:30 Pacho Ramos
2015-09-07 21:11 Mikle Kolyada
2015-09-05 16:56 Pacho Ramos

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