mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
gnome-extra/gnome-shell-extension-weather-oclock: drop 49.0, 50.0, 50.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -1,4 +1 @@
|
||||
DIST gnome-shell-extension-weather-oclock-49.0.tar.gz 32969 BLAKE2B f422362185d9a3be03d682d24b67d6400e8aafa3460dc87e3c0909c68a23e2ae1dc5af4c42f213c84116c1ef060a86cdeb2e0cb249d93bab9771b97472f42a2f SHA512 9a9b4a8da1f58dcf3825f00041650c23d1400767514dd501fe78ba9b049e0aa4c58b4063197977837c87451bdf450282ad6d934d75c0d534cf8b41a6355b055e
|
||||
DIST gnome-shell-extension-weather-oclock-50.0.tar.gz 33538 BLAKE2B 629aef32f6cc9c3cbfcd92b14e593c56e8c0e297a8049ce57cedb52d6793cf23c060e59f73f57012014b1279355d64210d7c79445651eeea622ce38b62212dd1 SHA512 e8ecc1f77b245cb8188ef7faeb54c2eb06b674ae8e4d8e1222bf944a236e9d407c9b7213cf4a1295f56b17ad36f1520540af6aa617c6ef9c55b75248fa7df0d9
|
||||
DIST gnome-shell-extension-weather-oclock-50.1.tar.gz 34036 BLAKE2B 5608f36a298fc6c985c95d7eac03fb13441c6733431103224e0c33ddf358d3590a6621860814995b8e8933a34bc3dc7e4ab6b55f34d7c146ee3b8aad10768312 SHA512 116596c9c14ed6dc056eb9380980a04c3424d56f9f2717eb46f53fda5de211969575495499374312912fe6006d7c66c95b510b04c5a4b2c9d920d4ffe668ddc8
|
||||
DIST gnome-shell-extension-weather-oclock-50.2.tar.gz 34700 BLAKE2B 33ca1099f225aef15e4bb5dfdcfd11e3ed3c08986e931d611407776fdfca34159785eea8a611fa77f253e4dde006fda0f06a62ae0f640d4f45f75af9485cc15d SHA512 dd23ae66dd329f3d209fae8a07c354a1b267d4d061619903bdf4127d762f30ba1b55cbb5a1b922557a55e4413481479d540005af9aa16b5909bdf51b30268152
|
||||
|
||||
@@ -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/v${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-48
|
||||
gnome-extra/gnome-weather
|
||||
!gnome-extra/gnome-shell-extension-weather-in-the-clock
|
||||
"
|
||||
|
||||
extension_uuid="weatheroclock@CleoMenezesJr.github.io"
|
||||
|
||||
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
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2026 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/v${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-48
|
||||
gnome-extra/gnome-weather
|
||||
!gnome-extra/gnome-shell-extension-weather-in-the-clock
|
||||
"
|
||||
|
||||
extension_uuid="weatheroclock@CleoMenezesJr.github.io"
|
||||
|
||||
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
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2026 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/v${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-48
|
||||
gnome-extra/gnome-weather
|
||||
!gnome-extra/gnome-shell-extension-weather-in-the-clock
|
||||
"
|
||||
|
||||
extension_uuid="weatheroclock@CleoMenezesJr.github.io"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user