commit: e53a22994274dc92f840c7bd7b3906f6844302f6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 8 18:51:48 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 8 18:51:48 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53a2299
gnome-extra/gnome-shell-extension-weather-oclock: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../gnome-shell-extension-weather-oclock/Manifest | 1 - ...nome-shell-extension-weather-oclock-47.0.ebuild | 44 ---------------------- 2 files changed, 45 deletions(-) diff --git a/gnome-extra/gnome-shell-extension-weather-oclock/Manifest b/gnome-extra/gnome-shell-extension-weather-oclock/Manifest index e1a4dfdcea6b..946968665824 100644 --- a/gnome-extra/gnome-shell-extension-weather-oclock/Manifest +++ b/gnome-extra/gnome-shell-extension-weather-oclock/Manifest @@ -1,2 +1 @@ -DIST gnome-shell-extension-weather-oclock-47.0.tar.gz 32968 BLAKE2B 695dc60a081e0756f38e211b57219eb854f03d7a40251d6889f8856c2d4db8b724c9422050e905e91001dda0cb8c5ad10f514d628e6aabc68f6f53b00bce3c03 SHA512 8b163655abb3b92fa6ceca0c01214bc410c2375014410e6fce7e486bea5804977cd07c8c75a0391fffbaecd459819bbe08475793ebb6cb9e48dcbd7ee4ba0d1a DIST gnome-shell-extension-weather-oclock-49.0.tar.gz 32969 BLAKE2B f422362185d9a3be03d682d24b67d6400e8aafa3460dc87e3c0909c68a23e2ae1dc5af4c42f213c84116c1ef060a86cdeb2e0cb249d93bab9771b97472f42a2f SHA512 9a9b4a8da1f58dcf3825f00041650c23d1400767514dd501fe78ba9b049e0aa4c58b4063197977837c87451bdf450282ad6d934d75c0d534cf8b41a6355b055e diff --git a/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-47.0.ebuild b/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-47.0.ebuild deleted file mode 100644 index 1d1605c8329c..000000000000 --- a/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-47.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit gnome2-utils - -DESCRIPTION="Display the current weather inside the pill next to the clock" -HOMEPAGE="https://github.com/CleoMenezesJr/weather-oclock" -SRC_URI="https://github.com/CleoMenezesJr/weather-oclock/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN/gnome-shell-extension-}-${PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND=" - app-eselect/eselect-gnome-shell-extensions - =gnome-base/gnome-shell-47* - gnome-extra/gnome-weather - !gnome-extra/gnome-shell-extension-weather-in-the-clock -" - -extension_uuid="[email protected]" - -src_install() { - einstalldocs - insinto /usr/share/gnome-shell/extensions/ - doins -r "${extension_uuid}" -} - -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 -}
