commit: 530fa22b5112a8457122afc350479f0347c9e688 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Jul 20 08:18:09 2023 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Jul 20 08:18:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530fa22b
gnome-extra/gnome-shell-extension-weather-in-the-clock: drop 20221024 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> ...-extension-weather-in-the-clock-20221024.ebuild | 49 ---------------------- 1 file changed, 49 deletions(-) diff --git a/gnome-extra/gnome-shell-extension-weather-in-the-clock/gnome-shell-extension-weather-in-the-clock-20221024.ebuild b/gnome-extra/gnome-shell-extension-weather-in-the-clock/gnome-shell-extension-weather-in-the-clock-20221024.ebuild deleted file mode 100644 index 655a85e5772f..000000000000 --- a/gnome-extra/gnome-shell-extension-weather-in-the-clock/gnome-shell-extension-weather-in-the-clock-20221024.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit gnome2-utils - -DESCRIPTION="Display the current weather in the clock" -HOMEPAGE="https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock" -COMMIT="38ba36090961a37260215ae04f4a7e0a1377da95" -SRC_URI="https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - app-eselect/eselect-gnome-shell-extensions - >=gnome-base/gnome-shell-3.38 - gnome-extra/gnome-weather -" -DEPEND="" -BDEPEND="" - -extension_uuid="[email protected]" -S="${WORKDIR}/${PN}-${COMMIT}" - -src_compile() { :; } - -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 -}
