summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-12-01 12:50:55 +0100
committerPacho Ramos <pacho@gentoo.org>2024-12-02 13:59:29 +0100
commit438cbf70ff6cca37e496bfe0e5d6b4ce37ecd68f (patch)
treed1cb21ed3f2593a21dec4e44e1dde92db664817c /gnome-extra
parentgnome-extra/gnome-shell-extension-appindicator: stabilize 59 for amd64, x86 (diff)
downloadgentoo-438cbf70ff6cca37e496bfe0e5d6b4ce37ecd68f.tar.gz
gentoo-438cbf70ff6cca37e496bfe0e5d6b4ce37ecd68f.tar.bz2
gentoo-438cbf70ff6cca37e496bfe0e5d6b4ce37ecd68f.zip
gnome-extra/gnome-shell-extension-applications-overview-tooltip: drop 17
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest1
-rw-r--r--gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-17.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
index bdccadb30ab5..f739311efe11 100644
--- a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
+++ b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
@@ -1,2 +1 @@
-DIST gnome-shell-extension-applications-overview-tooltip-17.tar.gz 25701 BLAKE2B 74f6e73c5ce4ca20887431f3798d96aa425ffc675a90c0bf90b93031072a1a45d419ab7ac6cec05a18b5ebbcd3ad8ce50c800316875a66d6e507f8b3393142cc SHA512 094a978c8b5779562a833c956911b9dce18e548384c84e2a1c9134fbbdea021cd5c37e4b7ba3b8e3d4099cebc324479a4eafe9f20e7df6aa2a85a14403d665bc
DIST gnome-shell-extension-applications-overview-tooltip-19.tar.gz 26083 BLAKE2B 4eb523411a7cd5e98ec0ebd6faaf549cda9fd3ffa7ce03ef5ff9df709b1023945ae3a248a1c71683eccc9211d9e7b3ce5403f0b0f7d3b5f05b9612a894f2bfde SHA512 e19f5d199f6da9e8b6343c382351e501932542a9d4c55e16b77b385758811b31106a7799aee53222ae256279a7afff8f8c19fda7c2b8ab686fdba29eb14cb362
diff --git a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-17.ebuild b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-17.ebuild
deleted file mode 100644
index 816c393dbfea..000000000000
--- a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-17.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2-utils
-
-DESCRIPTION="Show tooltip with full name and description"
-HOMEPAGE="https://github.com/RaphaelRochet/applications-overview-tooltip"
-SRC_URI="https://github.com/RaphaelRochet/applications-overview-tooltip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# https://github.com/RaphaelRochet/applications-overview-tooltip/issues/7
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- app-eselect/eselect-gnome-shell-extensions
- >=gnome-base/gnome-shell-43
-"
-DEPEND=""
-BDEPEND=""
-
-S="${WORKDIR}/${P/gnome-shell-extension-}"
-extension_uuid="applications-overview-tooltip@RaphaelRochet"
-
-src_install() {
- einstalldocs
- insinto /usr/share/glib-2.0/schemas
- doins schemas/*.xml
- rm -rf README.md schemas || die
- insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
- doins -r *
-}
-
-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
-}