commit:     6ded3f2900ebc400c3d72c540c63bcad612c8acd
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 15 19:08:20 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 15 19:48:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ded3f29

gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen: drop 
20230905

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

 .../Manifest                                       |  1 -
 ...trol-blur-effect-on-lock-screen-20230905.ebuild | 55 ----------------------
 2 files changed, 56 deletions(-)

diff --git 
a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest 
b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest
index 948b6021ab77..242980fa7e10 100644
--- 
a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest
+++ 
b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest
@@ -1,2 +1 @@
-DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20230905.tar.gz 
18422 BLAKE2B 
dd3b81152bdd860896026c07ba0f7a215806e98d70c7d1d5f15679063c7793d7a7176faecccc2793289cdf1608d9e53b19ff76ea9e11c5c8782f455791c1728f
 SHA512 
432e59ba1b6a9816c634356a070532af66710b4575d31909150bba924a94c6afeb2ce20abb773f8fa8446924c1192b351cd9bc179b0b549498d29faa71be3653
 DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20241110.tar.gz 
18525 BLAKE2B 
9211570f1db7cfb19abe3c2acf06c83e66607c89fcbb3b49c7a69df5dde394c8beff2a568c725efb3c69b9979223b20bed36eba3c1159ff209af0e1ff4a0bdea
 SHA512 
ba91daf4921996efc4fe075f035717dfef879b983ea943327c55e79b21755825ba3e5453cd4d6ca9f131b021d2e14ba4ffdaa7a0ba456825225b7d2f1729b83e

diff --git 
a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20230905.ebuild
 
b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20230905.ebuild
deleted file mode 100644
index 3692ae3dac3e..000000000000
--- 
a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20230905.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2-utils
-
-DESCRIPTION="Control the blur effect on gnome-shell lock screen"
-HOMEPAGE="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen";
-COMMIT="5e03c3bfbc0d52009c74a08c5c02ffdcb044eb1b"
-SRC_URI="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen/archive/${COMMIT}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# glib for glib-compile-schemas at build time, needed at runtime anyways
-COMMON_DEPEND="
-       dev-libs/glib:2
-"
-RDEPEND="${COMMON_DEPEND}
-       app-eselect/eselect-gnome-shell-extensions
-       >=gnome-base/gnome-shell-45
-"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND=""
-
-extension_uuid="[email protected]"
-S="${WORKDIR}/${PN/gnome-shell-extension-/}-${COMMIT}"
-
-src_compile() { :; }
-
-src_install() {
-       einstalldocs
-       insinto /usr/share/glib-2.0/schemas
-       doins schemas/*.xml
-       rm -rf LICENSE README.md schemas
-       insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
-       doins -r *
-}
-
-pkg_preinst() {
-       gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-       gnome2_schemas_update
-       ebegin "Updating list of installed extensions"
-       eselect gnome-shell-extensions update
-       eend $?
-}
-
-pkg_postrm() {
-       gnome2_schemas_update
-}

Reply via email to