commit:     1a2ea30acf2ed884281de1caf0e61854bb0738d7
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 18:56:19 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 18:57:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2ea30a

gnome-extra/gnome-shell-extensions: drop 44.0

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

 gnome-extra/gnome-shell-extensions/Manifest        |  1 -
 .../gnome-shell-extensions-44.0.ebuild             | 70 ----------------------
 2 files changed, 71 deletions(-)

diff --git a/gnome-extra/gnome-shell-extensions/Manifest 
b/gnome-extra/gnome-shell-extensions/Manifest
index a44ef35c4647..e765cd0fdf0c 100644
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ b/gnome-extra/gnome-shell-extensions/Manifest
@@ -1,2 +1 @@
-DIST gnome-shell-extensions-44.0.tar.xz 227060 BLAKE2B 
3f166f75c5d011f990b7dcbfc4d3d1364e480822087d35cf8f361234c482f572d89b4d4eb92be67ffdf4bae4e05de361abfc3b0d92c3c30d03f67f2bd8c25251
 SHA512 
d3cc58bb0e5d29646a20b02cd59ba480bf42fbf9bbe0e228ae132e19e385806e95c937b3d7bd5fe0877702ed151f972f07e345e6072c1cd02d51cb56f72854e6
 DIST gnome-shell-extensions-45.2.tar.xz 201232 BLAKE2B 
b93257a6e535b0f58a9671b0000c3f98af9b99204202403ca38a5a6a367c972320e64a65d87608d34472a1387f0ed4c04b7d80afa77f414f55ac9e9c17063a17
 SHA512 
eda1f59f88374c67ae82bb0739dbb4e628e61018701d764d89e559f14823a4a0887a967f40b0a5c3824d4054721bb387c130430f6ac1ab81c5ab585972e3909f

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-44.0.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-44.0.ebuild
deleted file mode 100644
index b71c4eec7ef2..000000000000
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-44.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 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://wiki.gnome.org/Projects/GnomeShell/Extensions";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~ppc64"
-
-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:=
-       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_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
-}

Reply via email to