commit: 47f76830b515aa4d881b3517412502657d77f2c6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 8 18:50:55 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 8 18:50:55 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f76830
gnome-extra/gnome-shell-extensions: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> gnome-extra/gnome-shell-extensions/Manifest | 2 - .../gnome-shell-extensions-47.5.ebuild | 72 ---------------------- .../gnome-shell-extensions-47.6.ebuild | 72 ---------------------- 3 files changed, 146 deletions(-) diff --git a/gnome-extra/gnome-shell-extensions/Manifest b/gnome-extra/gnome-shell-extensions/Manifest index 421015e0cee3..b8d344ad7923 100644 --- a/gnome-extra/gnome-shell-extensions/Manifest +++ b/gnome-extra/gnome-shell-extensions/Manifest @@ -1,3 +1 @@ -DIST gnome-shell-extensions-47.5.tar.xz 221612 BLAKE2B 61db8788f93cc336a0fbef09f1e0d88adeb031626577353a9ad2644861da26d8d6540d44113ea54576efd722f018a7f7b29f6c9493da491b01ad5035608df280 SHA512 e764ebe0300d35dc506b493fc1e875299d77c860a2b28636a935f52dfe9148bca250af179f6173286b01b899535a4f4232562d5f39e7cd742e3b2906905f3475 -DIST gnome-shell-extensions-47.6.tar.xz 221684 BLAKE2B b151b93e6be8067364b8726d4fdeb0a84618a08f8eb022a23de5356a504e27d3b87b58c501bae3cf71661715a00523e7e033ec876324bb19f54c84e6100f4492 SHA512 00a792497bf3a178e1a56258d633af7dc6acff53e810312d98f078f25669d787c30c2d1f0416a56355debe34fe18e52237aea9dcfe52984258451642e81a32f7 DIST gnome-shell-extensions-48.3.tar.xz 231160 BLAKE2B b970428d75f28d708392e04f219b42f2fd386f1d8921094575080a4500a42be736580af93142afb6a55905786a67619214cf9c8e2cd32f43cd109d0a0f548941 SHA512 31528e6b255e9eebdb98b03cb503ba577d4c0a49696efa471b0caefdb81c5bdefb63715f5d81145e6074b454aca4e255bc9a3624152ad8a6aae843b4c255c4d3 diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-47.5.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-47.5.ebuild deleted file mode 100644 index 0d986ecda66e..000000000000 --- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-47.5.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit gnome.org readme.gentoo-r1 meson xdg - -DESCRIPTION="JavaScript extensions for GNOME Shell" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-shell-extensions" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" -IUSE="X" - -DEPEND=" - >=dev-libs/glib-2.26:2 - >=gnome-base/libgtop-2.28.3[introspection] - >=app-eselect/eselect-gnome-shell-extensions-20111211 -" -RDEPEND="${DEPEND} - >=app-accessibility/at-spi2-core-2.46.0[introspection] - >=dev-libs/gjs-1.29 - >=dev-libs/gobject-introspection-1.82.0-r2:= - gnome-base/gnome-menus:3[introspection] - =gnome-base/gnome-shell-$(ver_cut 1)* - gui-libs/libadwaita[introspection] - media-libs/clutter:1.0[introspection] - media-libs/graphene[introspection] - x11-libs/gtk+:3[introspection] - x11-libs/pango[introspection] - x11-themes/adwaita-icon-theme - >=x11-wm/mutter-3.32[introspection] -" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS="Installed extensions installed are initially disabled by default. -To change the system default and enable some extensions, you can use -# eselect gnome-shell-extensions - -Alternatively, to enable/disable extensions on a per-user basis, -you can use the gnome-extensions-app (included with gnome-shell), -https://extensions.gnome.org/ web interface, or modify the -org.gnome.shell enabled-extensions gsettings key from the command -line or a script." - -src_configure() { - local emesonargs=( - -Dextension_set=all - -Dclassic_mode=true - $(meson_use X x11) - ) - meson_src_configure -} - -src_install() { - meson_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - xdg_pkg_postinst - - ebegin "Updating list of installed extensions" - eselect gnome-shell-extensions update - eend $? - - readme.gentoo_print_elog -} diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-47.6.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-47.6.ebuild deleted file mode 100644 index e7e85be604b4..000000000000 --- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-47.6.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit gnome.org readme.gentoo-r1 meson xdg - -DESCRIPTION="JavaScript extensions for GNOME Shell" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-shell-extensions" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="X" - -DEPEND=" - >=dev-libs/glib-2.26:2 - >=gnome-base/libgtop-2.28.3[introspection] - >=app-eselect/eselect-gnome-shell-extensions-20111211 -" -RDEPEND="${DEPEND} - >=app-accessibility/at-spi2-core-2.46.0[introspection] - >=dev-libs/gjs-1.29 - >=dev-libs/gobject-introspection-1.82.0-r2:= - gnome-base/gnome-menus:3[introspection] - =gnome-base/gnome-shell-$(ver_cut 1)* - gui-libs/libadwaita[introspection] - media-libs/clutter:1.0[introspection] - media-libs/graphene[introspection] - x11-libs/gtk+:3[introspection] - x11-libs/pango[introspection] - x11-themes/adwaita-icon-theme - >=x11-wm/mutter-3.32[introspection] -" -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS="Installed extensions installed are initially disabled by default. -To change the system default and enable some extensions, you can use -# eselect gnome-shell-extensions - -Alternatively, to enable/disable extensions on a per-user basis, -you can use the gnome-extensions-app (included with gnome-shell), -https://extensions.gnome.org/ web interface, or modify the -org.gnome.shell enabled-extensions gsettings key from the command -line or a script." - -src_configure() { - local emesonargs=( - -Dextension_set=all - -Dclassic_mode=true - $(meson_use X x11) - ) - meson_src_configure -} - -src_install() { - meson_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - xdg_pkg_postinst - - ebegin "Updating list of installed extensions" - eselect gnome-shell-extensions update - eend $? - - readme.gentoo_print_elog -}
