commit: fc3e771d05aa2f297bb21c5e8c60a429b6a421bc Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Aug 15 19:46:59 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Aug 15 19:48:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3e771d
gnome-extra/gnome-shell-frippery: drop 46.1 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> gnome-extra/gnome-shell-frippery/Manifest | 1 - .../gnome-shell-frippery-46.1.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest index 5002189a9584..d6baeee0b37a 100644 --- a/gnome-extra/gnome-shell-frippery/Manifest +++ b/gnome-extra/gnome-shell-frippery/Manifest @@ -1,3 +1,2 @@ -DIST gnome-shell-frippery-46.1.tgz 79571 BLAKE2B d97c93cda9e4f6a068cf7f51179cbf507eaa930805b3f96ca68b8d9ecf16bc6d137b8c7dd9f0111686550b586ab09a5ac196baab72ab19dfe127c8981bc0af66 SHA512 c093e628b58b0224271f3af23c04db95d34390c351ab6963724198efdf0ebd17292a3add43ee439953604a7ce956541ebdfd5126f868e4257a39daa1925d7ec8 DIST gnome-shell-frippery-47.0.tgz 79786 BLAKE2B 2348110028d35d882bdb54a748524f4c84c19a4d110d918edd8fc8f0c51988cbc87d5f5590a7896edc21e481ac5731a114642987cf8841e5b196d992ef063337 SHA512 6d2338b6a8ded4686e0bb0125d963925f9d08b09b65e82267f497937f2b5e2c91b1842a8bc58331cbfb74f9834e9dc2bcde16fd01b0aeb40be9ed1e3c35d852f DIST gnome-shell-frippery-48.0.tgz 79873 BLAKE2B d5c3dd98861d98c0651baee88ec35446bb6406ddb157e8dd711b0e47dbc4504d85ab5334758e4c067903ee7d27e0c9b60f70cbb629d6034e94f4ad5f2ad41ddf SHA512 46b07877f94554f0055f510bd2431079594965330a8a9629b0ec841df10c0f661b7bcc5cd05964b515522ea89b492ffa96dd53e6966517c1b2ad361ccd4097be diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-46.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-46.1.ebuild deleted file mode 100644 index fd176e43e120..000000000000 --- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-46.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 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-46* - media-libs/clutter:1.0[introspection] - x11-libs/pango[introspection] -" - -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 $? -}
