commit: 72a168e8d00f4ce41e7e62792e59a0a53573dcbc Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Oct 7 17:46:17 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Oct 8 16:32:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a168e8
gnome-extra/gnome-shell-frippery: drop 45.0 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> gnome-extra/gnome-shell-frippery/Manifest | 1 - .../gnome-shell-frippery-45.0.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest index 5c546a87a5af..0c17712f26e2 100644 --- a/gnome-extra/gnome-shell-frippery/Manifest +++ b/gnome-extra/gnome-shell-frippery/Manifest @@ -1,2 +1 @@ -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.0.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild deleted file mode 100644 index 7a3c45ba8868..000000000000 --- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild +++ /dev/null @@ -1,37 +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-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 $? -}
