summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-12-01 14:59:18 +0100
committerPacho Ramos <pacho@gentoo.org>2024-12-02 13:59:32 +0100
commit36bb8ed2acb303647f67308d264c412c4e60be1c (patch)
tree830ba7c6b59dc154d36ce33bd26a2e89eeb99df7 /gnome-extra
parentgnome-extra/gnome-shell-extension-pop-shell: add myself as a maintainer (diff)
downloadgentoo-36bb8ed2acb303647f67308d264c412c4e60be1c.tar.gz
gentoo-36bb8ed2acb303647f67308d264c412c4e60be1c.tar.bz2
gentoo-36bb8ed2acb303647f67308d264c412c4e60be1c.zip
gnome-extra/gnome-shell-extension-pop-shell: drop 1.2.0_p20220928, 1.2.0_p20230626
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-shell-extension-pop-shell/Manifest2
-rw-r--r--gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20220928.ebuild62
-rw-r--r--gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20230626.ebuild62
3 files changed, 0 insertions, 126 deletions
diff --git a/gnome-extra/gnome-shell-extension-pop-shell/Manifest b/gnome-extra/gnome-shell-extension-pop-shell/Manifest
index 1daf3853e693..5960b2fcf148 100644
--- a/gnome-extra/gnome-shell-extension-pop-shell/Manifest
+++ b/gnome-extra/gnome-shell-extension-pop-shell/Manifest
@@ -1,4 +1,2 @@
-DIST gnome-shell-extension-pop-shell-1.2.0_p20220928.tar.gz 862942 BLAKE2B f692184bfb19571322fc8c8364182e69a2ac3f21b8f3657362ec387539659f7109413e9459ef5766ac7fc334ee56cee49c588d18a3e9701cc104beefb6eb0c4f SHA512 aecf8b8e3089bc1e1cc62ca0095705223dc3fcb7f30eab39166d39678037ca81076cf46960a27cfcb245bc540fe26ba0b3332747b9a41ad63e4f0ed50b8cf609
-DIST gnome-shell-extension-pop-shell-1.2.0_p20230626.tar.gz 864018 BLAKE2B 474dde2a131e53a52c8f8c648f6ec2a438e383485a675a625e7d20b3021e5955aa0bbfaa5f344881f754d486e1f601c3cf54adcd8839e76d77029767f8b01e64 SHA512 01aa86d3d78cc24dd8fc1b4f0834739f2974a0c82c875a039520dd1f4676afc7ff69c40927beb300d698834116d0d76fc45db3c8a81833628b4c2144f9052011
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
diff --git a/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20220928.ebuild b/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20220928.ebuild
deleted file mode 100644
index 92adee89c5f0..000000000000
--- a/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20220928.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils optfeature
-
-EGIT_COMMIT=f0e9232164132396de5cbca60dd2cba0bea2916f
-
-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-40.1
- sys-apps/fd
-"
-
-BDEPEND="dev-lang/typescript"
-
-S="${WORKDIR}/shell-${EGIT_COMMIT}"
-
-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
-}
-
-pkg_postinst() {
- ebegin "Updating list of installed extensions"
- eselect gnome-shell-extensions update
- eend $?
-
- gnome2_schemas_update
-
- echo
- elog "To configure keybindings run /usr/lib/pop-shell/scripts/configure.sh as user"
- echo
-
- 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
-}
diff --git a/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20230626.ebuild b/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20230626.ebuild
deleted file mode 100644
index 18e813e54e9c..000000000000
--- a/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20230626.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils optfeature
-
-EGIT_COMMIT=b5acccefcaa653791d25f70a22c0e04f1858d96e
-
-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-40.1
- sys-apps/fd
-"
-
-BDEPEND="dev-lang/typescript"
-
-S="${WORKDIR}/shell-${EGIT_COMMIT}"
-
-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
-}
-
-pkg_postinst() {
- ebegin "Updating list of installed extensions"
- eselect gnome-shell-extensions update
- eend $?
-
- gnome2_schemas_update
-
- echo
- elog "To configure keybindings run /usr/lib/pop-shell/scripts/configure.sh as user"
- echo
-
- 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
-}