public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions/
Date: Fri, 22 Sep 2023 02:33:20 +0000 (UTC)	[thread overview]
Message-ID: <1695349967.8ff85743f108b9f2ca258ccfd8e7f54e98b74101.mattst88@gentoo> (raw)

commit:     8ff85743f108b9f2ca258ccfd8e7f54e98b74101
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 01:55:38 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 02:32:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff85743

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

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

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

diff --git a/gnome-extra/gnome-shell-extensions/Manifest b/gnome-extra/gnome-shell-extensions/Manifest
index 5e1d627c8910..f6d820e7c44c 100644
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ b/gnome-extra/gnome-shell-extensions/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-shell-extensions-44.0.tar.xz 227060 BLAKE2B 3f166f75c5d011f990b7dcbfc4d3d1364e480822087d35cf8f361234c482f572d89b4d4eb92be67ffdf4bae4e05de361abfc3b0d92c3c30d03f67f2bd8c25251 SHA512 d3cc58bb0e5d29646a20b02cd59ba480bf42fbf9bbe0e228ae132e19e385806e95c937b3d7bd5fe0877702ed151f972f07e345e6072c1cd02d51cb56f72854e6
 DIST gnome-shell-extensions-45.0.tar.xz 201516 BLAKE2B 5a8c36ff0a331d1b243a31fe54d0e4ace43aa6611a461aecee3dbd8741234e067377a4be11e2f07ed12fb09a1151ba5ee3a2e185b61b60241d480e2da9145547 SHA512 ed0fb36d54efee42b7636bd5fe4d0e279ba756dfb4ad438d35b86f32adc5fb15ad123a7b98bd98330c17786cb878fd77480e943383e1520618a75b16d09f07c5
-DIST gnome-shell-extensions-45.beta.tar.xz 194220 BLAKE2B 98d5e2411bf19b6ecd402d32a934cf682c8a527e752d588e2dc1da4091e186809ae9b05867b35edf1a940027b397c46160b9f65a94973656d00fc1eaa5752117 SHA512 44b83c1e2292b486e6ce0be27faf4450c929be5e4ecd55c143b32e44d749b7e344a69de245575224bc3f368a595c029cde956cbf84375ecd119a952052e538aa

diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45_beta.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45_beta.ebuild
deleted file mode 100644
index 6417f8b92d6f..000000000000
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45_beta.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 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="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-
-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	other threads:[~2023-09-22  2:33 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-22  2:33 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-13 12:07 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions/ Sam James
2025-10-13 12:07 Sam James
2025-08-15 19:49 Pacho Ramos
2025-08-15 19:49 Pacho Ramos
2025-08-15  9:15 Pacho Ramos
2025-07-12  7:17 Arthur Zamarin
2025-07-02 18:35 Pacho Ramos
2025-07-02 18:35 Pacho Ramos
2025-06-29 22:04 Sam James
2025-06-29 22:04 Sam James
2025-06-09  0:27 Sam James
2025-01-26 17:32 Pacho Ramos
2025-01-26 17:32 Pacho Ramos
2024-08-09 12:04 Pacho Ramos
2024-08-09 12:04 Pacho Ramos
2024-03-09 18:58 Mart Raudsepp
2024-03-02 23:30 Sam James
2024-03-02 22:51 Mart Raudsepp
2024-02-18  6:08 Arthur Zamarin
2024-01-08 17:27 Sam James
2024-01-08 17:27 Sam James
2023-12-18 10:19 Pacho Ramos
2023-11-01 19:06 Mart Raudsepp
2023-09-24  9:02 WANG Xuerui
2023-09-16 22:53 Matt Turner
2023-08-22 14:06 Matt Turner
2023-07-27 10:22 WANG Xuerui
2023-07-16 20:31 Matt Turner
2023-05-04 18:47 Arthur Zamarin
2023-05-04 18:47 Arthur Zamarin
2023-05-04 18:47 Arthur Zamarin
2023-03-19 23:38 Matt Turner
2023-03-11 16:20 Matt Turner
2022-11-04 18:00 Matt Turner
2022-11-01 17:41 Matt Turner
2022-10-30 22:29 Matt Turner
2022-07-29  2:59 Sam James
2022-07-18 23:41 Sam James
2022-07-06  1:24 Sam James
2022-07-04 22:52 Matt Turner
2022-07-02 20:47 Sam James
2022-05-29 14:50 Matt Turner
2022-05-07  3:01 Matt Turner
2022-03-20 19:54 Matt Turner
2022-03-08  9:35 Sam James
2022-02-16  3:48 Matt Turner
2022-01-13  1:22 Georgy Yakovlev
2021-12-14 17:07 Mart Raudsepp
2021-10-28  6:20 Sam James
2021-10-28  6:20 Sam James
2021-09-22  7:46 Mart Raudsepp
2021-09-22  7:46 Mart Raudsepp
2021-08-19  3:01 Matt Turner
2021-08-13 21:56 Sam James
2021-08-13 21:56 Sam James
2021-07-13  8:19 Pacho Ramos
2021-06-11 19:45 Matt Turner
2021-05-29  6:09 Sam James
2021-05-19  5:33 Georgy Yakovlev
2021-05-15 16:54 Matt Turner
2021-05-08  2:08 Thomas Deutschmann
2021-05-01  4:06 Matt Turner
2021-04-05 16:54 Matt Turner
2020-12-05 18:49 Matt Turner
2020-11-22 19:30 Mart Raudsepp
2020-11-22  3:26 Sam James
2020-11-21 18:15 Thomas Deutschmann
2020-11-14 13:35 Mart Raudsepp
2020-11-11  4:09 Matt Turner
2020-08-14  8:23 Mart Raudsepp
2020-07-12 21:32 Mart Raudsepp
2020-03-15 17:38 Mart Raudsepp
2020-03-01 16:33 Mart Raudsepp
2020-03-01 16:33 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-06 21:47 Mart Raudsepp
2019-05-18 21:24 Mart Raudsepp
2019-03-30 22:33 Mart Raudsepp
2019-03-18 10:05 Mart Raudsepp
2019-03-06 11:07 Mart Raudsepp
2019-03-01  1:05 Mart Raudsepp
2018-09-28 13:51 Mart Raudsepp
2018-02-03 22:35 Mart Raudsepp
2018-01-18  3:27 Mikle Kolyada
2017-07-21 15:18 Mart Raudsepp
2016-11-12  0:37 Gilles Dartiguelongue
2016-11-12  0:37 Gilles Dartiguelongue
2016-06-27 14:26 Alexandre Rostovtsev
2016-06-25 18:43 Pacho Ramos
2016-06-25 18:43 Pacho Ramos
2016-03-07 23:10 Remi Cardona
2016-03-06 18:20 Mikle Kolyada
2016-01-10 18:30 Pacho Ramos
2015-12-26 15:28 Pacho Ramos
2015-11-15 22:30 Pacho Ramos
2015-11-15 22:30 Pacho Ramos
2015-09-07 19:58 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1695349967.8ff85743f108b9f2ca258ccfd8e7f54e98b74101.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox