commit:     605a9f3f26118f3b13576d133e2cdfb6a3bbddc4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 18:29:17 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 18:40:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605a9f3f

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

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

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

diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest 
b/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest
index bc7aa8130108..3e938088183a 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-64.tar.gz 21210012 BLAKE2B 
99b107cc20d5e2ba359c524f9d60e71e20837f19c764e31947a16617a3888056300186085df7c4adbdafa8eb251224d5cbc769ec74093ddaa4a76dc494192528
 SHA512 
a3a6ec9ec61ca9637c3926459a7be4d3139ee77d09a5deb1437d51881bdff4277607d0596126390ba9caf0cf61427e2aa0b2ed724f0ea174957f9dab54c61979
 DIST gnome-shell-extension-dash-to-panel-65.tar.gz 21211002 BLAKE2B 
8ae2031ef3572c601920693e7f1102cb568a357515a85f6feb033423973bae7f52ac137b5005d24d2a22ccd8d4a3f11f1ef9ade3c3dda860cc6e043b1ac7d1ee
 SHA512 
6187ca2827b746e9a89abf0f54560932b5abeb0a117fedf4b0c338af7c6bdac566b6a58a19a942893eabec61960be0b440cd177431a3619af3ec851ea32321e9
 DIST gnome-shell-extension-dash-to-panel-68.tar.gz 21249885 BLAKE2B 
3e6fb2a7e424dee20271974fc58d426408f92f343e01a21724b4b4dccb107ab25c49dd38b9452041cebe1afaf60a49c4b7854db0cc4bd271753138c373f48657
 SHA512 
38f689d0f256c9ba3ea28e096007fa03dc8eebff89ba56baaa8f78cce944f41289650d9d065b9481d649cfbf8c49a56f52353050e37d4ba0166af9ea81936453
 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-64.ebuild
 
b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-64.ebuild
deleted file mode 100644
index bada366f0173..000000000000
--- 
a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-64.ebuild
+++ /dev/null
@@ -1,73 +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
 )
-"
-S="${WORKDIR}/${MY_P}"
-extension_uuid="[email protected]"
-
-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-46
-"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND="
-       dev-util/intltool
-       sys-devel/gettext
-"
-
-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