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-desktop-icons-ng/
Date: Sat, 29 Jan 2022 10:42:54
Message-Id: 1643452966.78a5704f817da040ba125b40e1bda9edaf2583c5.pacho@gentoo
1 commit: 78a5704f817da040ba125b40e1bda9edaf2583c5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 10:42:35 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 10:42:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a5704f
7
8 gnome-extra/gnome-shell-extension-desktop-icons-ng: Drop old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../Manifest | 1 -
14 ...-shell-extension-desktop-icons-ng-0.20.0.ebuild | 45 ----------------------
15 2 files changed, 46 deletions(-)
16
17 diff --git a/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest b/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest
18 index 62cd59d4ce4c..1357b9a68858 100644
19 --- a/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest
20 +++ b/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST ding-0.20.0.tar.xz 82000 BLAKE2B 56bdd067985281daa836b34b2969a487314e056f0eb2d60014122f4a3ee8eff159948c4b6cce20b327e7189d88a3cc0311720171f7b407b6b82928b4c1a03cfc SHA512 71cef5993c177f393c77889676b5e593de9beec936f42dbc4d5cac0f415706517598f73fc6aee0a0786eb77f3140852b791cac9a2dd5d01545ba8955a02f4a9c
23 DIST ding-0.24.0.tar.xz 101020 BLAKE2B a0f6b276cf41113dbee92ee6e34da3ffbf8f614765874b1185c226ddd350a2b63f369bdb40f71677444694a4083b34765f63eda09761bd3690355d5df6f97173 SHA512 0d066abb3e25cc2dacf593a1f05b14937394a89254bc541311c32f5206782e1d80be82cd1eee567809aee9bc0e3e80206eeae81119e72d444b965a2daf341493
24 DIST ding-33.0.tar.xz 106484 BLAKE2B ca1126eb61bc41bbe50938c17ffa8611886aa4656902969270e00fd1e783497bc47f16215d641f74f96cb21763dff134508304e13063bf8cbaea2e3ae584a1c0 SHA512 27bccb7fbea8044fadd9c9732a0f557424af30a3b8d88aa3fe5354ce507f2ae4219fce785ff31dd5f102db1cdd9ced25f733a5a0c5cb39b453e9fcede6815734
25 DIST ding-38.0.tar.xz 114328 BLAKE2B da825e08d4078ae8a1218fa7f404bccdf5bd9883e87a460eac2224457791928fe9819f0c1335cbef87a204b72806b82b28368ad9eb642f3dd99db45a0d0b455e SHA512 b46f75044d8dc3e9fb79f8fbc1a25ccdb69882955b946ce45c606bdd34b3d86dc2f5f1698d5d34735024a1ae333cc5267acc5f9219a312758c2e636bcaa45ece
26
27 diff --git a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.20.0.ebuild b/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.20.0.ebuild
28 deleted file mode 100644
29 index 6b02b8204112..000000000000
30 --- a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-0.20.0.ebuild
31 +++ /dev/null
32 @@ -1,45 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -inherit gnome2-utils meson
38 -
39 -MY_PN="ding"
40 -MY_P="${MY_PN}-${PV}"
41 -COMMIT="093f01a7b52a77bccfc094f1b771cdac"
42 -
43 -DESCRIPTION="Fork from the desktop-icons project, with several enhancements like Drag'n'Drop"
44 -HOMEPAGE="https://gitlab.com/rastersoft/desktop-icons-ng"
45 -SRC_URI="https://gitlab.com/rastersoft/desktop-icons-ng/uploads/${COMMIT}/${MY_P}.tar.xz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE=""
51 -
52 -COMMON_DEPEND="dev-libs/glib:2"
53 -RDEPEND="${COMMON_DEPEND}
54 - app-eselect/eselect-gnome-shell-extensions
55 - >=gnome-base/gnome-shell-3.38
56 - >=gnome-base/nautilus-3.38
57 -"
58 -DEPEND="${COMMON_DEPEND}"
59 -BDEPEND=""
60 -
61 -S="${WORKDIR}/${MY_P}"
62 -extension_uuid="ding@××××××××××.com"
63 -
64 -pkg_preinst() {
65 - gnome2_schemas_savelist
66 -}
67 -
68 -pkg_postinst() {
69 - gnome2_schemas_update
70 - ebegin "Updating list of installed extensions"
71 - eselect gnome-shell-extensions update
72 - eend $?
73 -}
74 -
75 -pkg_postrm() {
76 - gnome2_schemas_update
77 -}