Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-applications-overview-tooltip/
Date: Tue, 29 Jun 2021 19:10:58
Message-Id: 1624993673.7fc64bf4f00a9c816b6b989dc69372a232eb852f.pacho@gentoo
1 commit: 7fc64bf4f00a9c816b6b989dc69372a232eb852f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 29 19:07:53 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 19:07:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc64bf4
7
8 gnome-extra/gnome-shell-extension-applications-overview-tooltip: Drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../Manifest | 1 -
14 ...tension-applications-overview-tooltip-11.ebuild | 49 ----------------------
15 2 files changed, 50 deletions(-)
16
17 diff --git a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
18 index 16ab7c3c194..3820b32185f 100644
19 --- a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
20 +++ b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/Manifest
21 @@ -1,2 +1 @@
22 -DIST gnome-shell-extension-applications-overview-tooltip-11.tar.gz 81717 BLAKE2B bbafaa58bd9b7b56c5cc12c953922d40c1901fe78491d5ea344ab6f3dda65e51c02851b2106ef271d662be365722ca35f61a836f509bc1e6a4e6c03ecf1de3eb SHA512 c108b8bbf09793a18eced02e7fc5a68f1d71b9b31f0480b9346bf9b44507fedf85e6c1e640fa7d282ea69b63ad056116acecb494beb5c18b784b00348e485f00
23 DIST gnome-shell-extension-applications-overview-tooltip-12.tar.gz 27394 BLAKE2B 169460c7063fda0f664688303984c4a5c7fcd8a6b32281c2eb630ebea8143b95e96038f130b09c939371474b5ef27656cf77eec942412fcf3908a5d9fb8ae202 SHA512 4c993256d1f6d7d3a2c72c88f6f88facf7ff8237d489950484f54a68f09741e526f0e0a7c2862251fc2579fd3cdd496c9136bb222374abfacbace1615e263239
24
25 diff --git a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-11.ebuild b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-11.ebuild
26 deleted file mode 100644
27 index 8e05cdaf955..00000000000
28 --- a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-11.ebuild
29 +++ /dev/null
30 @@ -1,49 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit gnome2-utils
36 -
37 -# Workaround until https://bugzilla.gnome.org/show_bug.cgi?id=663725 is fixed
38 -DESCRIPTION="Show tooltip with full name and description"
39 -HOMEPAGE="https://github.com/RaphaelRochet/applications-overview-tooltip"
40 -SRC_URI="https://github.com/RaphaelRochet/applications-overview-tooltip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -# https://github.com/RaphaelRochet/applications-overview-tooltip/issues/7
43 -LICENSE="public-domain"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - app-eselect/eselect-gnome-shell-extensions
50 - >=gnome-base/gnome-shell-3.38
51 -"
52 -DEPEND=""
53 -BDEPEND=""
54 -
55 -S="${WORKDIR}/${P/gnome-shell-extension-}"
56 -
57 -src_install() {
58 - einstalldocs
59 - insinto /usr/share/glib-2.0/schemas
60 - doins schemas/*.xml
61 - rm -rf README.md schemas || die
62 - insinto /usr/share/gnome-shell/extensions/applications-overview-tooltip@RaphaelRochet
63 - doins -r *
64 -}
65 -
66 -pkg_preinst() {
67 - gnome2_schemas_savelist
68 -}
69 -
70 -pkg_postinst() {
71 - gnome2_schemas_update
72 - ebegin "Updating list of installed extensions"
73 - eselect gnome-shell-extensions update
74 - eend $?
75 -}
76 -
77 -pkg_postrm() {
78 - gnome2_schemas_update
79 -}