commit:     68b5e88b1b2931413100b810561b7cc73e3e0c0b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 17:16:48 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 17:16:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b5e88b

gnome-extra/gnome-shell-extension-dash-to-panel: drop 60

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

 .../gnome-shell-extension-dash-to-panel/Manifest   |  1 -
 .../gnome-shell-extension-dash-to-panel-60.ebuild  | 74 ----------------------
 2 files changed, 75 deletions(-)

diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest 
b/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest
index c1c4df4a550a..665f546a0e5c 100644
--- a/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest
+++ b/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest
@@ -1,4 +1,3 @@
-DIST gnome-shell-extension-dash-to-panel-60.tar.gz 21206762 BLAKE2B 
09812710837b2c250d3049d2aef8b8ab0944f29f9d08816d3befb85bcb23b07d57aeef48011e9104a2b42c7b4bd337fdd0fcd3f19a000626196d936fefdd9a81
 SHA512 
8dafa4e920a83a22f6cb82818f7360e62a81e8c66c68a6fb5d78f1f4c3b5ff3e3dbf6e7889c793f4a73ba5b87dd50232220aab299ebe5ff7535d7addc66a3dd7
 DIST gnome-shell-extension-dash-to-panel-64.tar.gz 21210012 BLAKE2B 
99b107cc20d5e2ba359c524f9d60e71e20837f19c764e31947a16617a3888056300186085df7c4adbdafa8eb251224d5cbc769ec74093ddaa4a76dc494192528
 SHA512 
a3a6ec9ec61ca9637c3926459a7be4d3139ee77d09a5deb1437d51881bdff4277607d0596126390ba9caf0cf61427e2aa0b2ed724f0ea174957f9dab54c61979
 DIST gnome-shell-extension-dash-to-panel-65.tar.gz 21211002 BLAKE2B 
8ae2031ef3572c601920693e7f1102cb568a357515a85f6feb033423973bae7f52ac137b5005d24d2a22ccd8d4a3f11f1ef9ade3c3dda860cc6e043b1ac7d1ee
 SHA512 
6187ca2827b746e9a89abf0f54560932b5abeb0a117fedf4b0c338af7c6bdac566b6a58a19a942893eabec61960be0b440cd177431a3619af3ec851ea32321e9
 DIST tango-gentoo-v1.1.tar.gz 29322 BLAKE2B 
83fa2bf37727e60851dd679054fe1b153ebfea58c9a9a40f891f7d68d3b047b02e8effa1d1b4e08d64500a2072ce7200f159c92a352da7124de27e1b05bb6027
 SHA512 
87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045

diff --git 
a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-60.ebuild
 
b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-60.ebuild
deleted file mode 100644
index a10f5359e75f..000000000000
--- 
a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-60.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2-utils
-
-MY_PN="${PN/gnome-shell-extension-/}"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="An icon taskbar for the Gnome Shell"
-HOMEPAGE="https://github.com/home-sweet-gnome/dash-to-panel";
-SRC_URI="
-       https://github.com/home-sweet-gnome/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-       branding? ( 
https://www.mail-archive.com/[email protected]/msg00043/tango-gentoo-v1.1.tar.gz
 )
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="branding"
-
-COMMON_DEPEND="dev-libs/glib:2"
-RDEPEND="${COMMON_DEPEND}
-       app-eselect/eselect-gnome-shell-extensions
-       >=gnome-base/gnome-shell-45
-"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND="
-       dev-util/intltool
-       sys-devel/gettext
-"
-
-S="${WORKDIR}/${MY_P}"
-extension_uuid="[email protected]"
-
-src_prepare() {
-       default
-
-       # Set correct version
-       export VERSION="${PV}"
-
-       # Don't install README and COPYING in unwanted locations
-       sed -i -e 's/COPYING//g' -e 's/README.md//g' Makefile || die
-
-       # Provide fancy Gentoo icon when requested
-       use branding && eapply "${FILESDIR}"/${PN}-26-branding.patch
-}
-
-src_install() {
-       default
-       if use branding; then
-               insinto 
/usr/share/gnome-shell/extensions/[email protected]/img
-               doins "${WORKDIR}/tango-gentoo-v1.1/scalable/gentoo.svg"
-       fi
-
-       # Install schemas system-wide
-       dodir /usr/share/glib-2.0/schemas
-       mv "${ED}/usr/share/gnome-shell/extensions/${extension_uuid}"/schemas/ 
"${ED}/usr/share/glib-2.0" || die
-       rm "${ED}/usr/share/glib-2.0/schemas/gschemas.compiled" || die
-}
-
-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