public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-pop-shell/
Date: Sun, 26 Jan 2025 17:32:58 +0000 (UTC)	[thread overview]
Message-ID: <1737912100.233d7edaabac7be560e2b8e92e4c1f6ac1963d6d.pacho@gentoo> (raw)

commit:     233d7edaabac7be560e2b8e92e4c1f6ac1963d6d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 17:21:40 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 17:21:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233d7eda

gnome-extra/gnome-shell-extension-pop-shell: drop 1.2.0_p20231110

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../gnome-shell-extension-pop-shell/Manifest       |  1 -
 ...hell-extension-pop-shell-1.2.0_p20231110.ebuild | 61 ----------------------
 2 files changed, 62 deletions(-)

diff --git a/gnome-extra/gnome-shell-extension-pop-shell/Manifest b/gnome-extra/gnome-shell-extension-pop-shell/Manifest
index 36ffe375f04d..94532e08fc6f 100644
--- a/gnome-extra/gnome-shell-extension-pop-shell/Manifest
+++ b/gnome-extra/gnome-shell-extension-pop-shell/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-shell-extension-pop-shell-1.2.0_p20231110.tar.gz 864255 BLAKE2B 3398216664b53315aac84f9d77eb471dfe2b8f3db09c43f5d1ff3d20793c19cf62a6a3459873a76f5a45386f5b5a98933ea242a20d7eff5444a84db5b157ae14 SHA512 bda3f358a2c3e866875dbd5142564754ea2d55fe2bb95120e6a3d4ef04c56fd29688da415404edc3ca73fa16927ff33377c3aea19e0afd46da30342584e77199
 DIST gnome-shell-extension-pop-shell-1.2.0_p20241009.tar.gz 864473 BLAKE2B 5a54503b88dead60fd8f655e90873e2b5f857330cc1e58c84fb7f0c3b3b54a39b2923309a62e5ec5683f94047b51cf2a7f3b5bd5a310056a5fca81c8968d0f67 SHA512 f8f8993c39c1b5c24aa60d4aa18039432d3cae63ef45a1afc75669e96fc22f269b4906fc07a4b003b2c97a311cdc6e8de6fc55507606541f2e54cbf3d2aac090
 DIST gnome-shell-extension-pop-shell-1.2.0_p20241231.tar.gz 864496 BLAKE2B 3ded131af8da4babc6df535ba24eb3307a6db63dee3fe07ae192fe1accf2fa676f0d255936946372e18dbebd2831ab4da25f106c36a24c3f6d0b4d392eab33ae SHA512 60b80f59f41048ff727f70ce8cbe36b609c1e426a9e446092a73a22bbaa0f01c22bc24d9a83692258143b85a2c73d28847ea5a9061fe987cbef03b954a8c5722

diff --git a/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20231110.ebuild b/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20231110.ebuild
deleted file mode 100644
index fed7823fbd7e..000000000000
--- a/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20231110.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2-utils optfeature readme.gentoo-r1
-
-EGIT_COMMIT="aafc9458a47a68c396933c637de00421f5198a2a"
-
-DESCRIPTION="Keyboard-driven layer for GNOME Shell with tiling support"
-HOMEPAGE="https://github.com/pop-os/shell"
-SRC_URI="https://github.com/pop-os/shell/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-IUSE=""
-
-RDEPEND="
-	app-eselect/eselect-gnome-shell-extensions
-	>=gnome-base/gnome-shell-45
-	sys-apps/fd
-"
-BDEPEND="dev-lang/typescript"
-
-S="${WORKDIR}/shell-${EGIT_COMMIT}"
-
-DOC_CONTENTS="To configure keybindings run /usr/lib/pop-shell/scripts/configure.sh as user"
-
-src_install() {
-	default
-
-	insinto /usr/share/glib-2.0/schemas
-	doins schemas/org.gnome.shell.extensions.pop-shell.gschema.xml
-
-	exeinto /usr/lib/pop-shell/scripts
-	doexe scripts/configure.sh
-
-	insinto /usr/share/gnome-control-center/keybindings
-	doins keybindings/*.xml
-
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-
-	gnome2_schemas_update
-
-	readme.gentoo_print_elog
-	optfeature "better tiling via native-window-placement" gnome-extra/gnome-shell-extensions
-}
-
-pkg_postrm() {
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-
-	gnome2_schemas_update
-}


             reply	other threads:[~2025-01-26 17:33 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-26 17:32 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-05 18:12 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-pop-shell/ Pacho Ramos
2025-03-05 18:12 Pacho Ramos
2025-01-26 17:32 Pacho Ramos
2024-12-02 13:00 Pacho Ramos
2024-12-02 13:00 Pacho Ramos
2024-12-02 13:00 Pacho Ramos
2024-12-02 13:00 Pacho Ramos
2024-03-02 23:30 Sam James
2023-11-12 12:28 Pacho Ramos
2023-07-21  7:54 Joonas Niilola
2023-07-21  7:54 Joonas Niilola
2022-10-11 13:44 Joonas Niilola
2022-09-22  5:02 Georgy Yakovlev
2022-08-01  2:33 Sam James
2021-07-28 16:18 Georgy Yakovlev
2021-07-28 16:18 Georgy Yakovlev
2021-06-04  6:20 Georgy Yakovlev

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=1737912100.233d7edaabac7be560e2b8e92e4c1f6ac1963d6d.pacho@gentoo \
    --to=pacho@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