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-dash-to-panel/
Date: Sun, 31 May 2020 12:42:50
Message-Id: 1590928944.1d363ad2b3ed634a29c5fa1011322bdb8385e9c0.pacho@gentoo
1 commit: 1d363ad2b3ed634a29c5fa1011322bdb8385e9c0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 12:09:03 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 12:42:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d363ad2
7
8 gnome-extra/gnome-shell-extension-dash-to-panel: Drop old
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../gnome-shell-extension-dash-to-panel/Manifest | 1 -
14 .../gnome-shell-extension-dash-to-panel-26.ebuild | 74 ----------------------
15 2 files changed, 75 deletions(-)
16
17 diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest b/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest
18 index 58b21e2ca57..c5383e85238 100644
19 --- a/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest
20 +++ b/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST gnome-shell-extension-dash-to-panel-26.tar.gz 21100594 BLAKE2B da90d4f496e10c14c554edb74065c95bf211f6778c097e3b81d863a46d0d3477f281cebac72f334b461f28b998284a861363b27d6c17ef5b1d47947a1f44bf01 SHA512 45bc148d2419db5943d0c2170ea3739a36c5a928c39d070501c5dfbec3910ba08058af1926c42f75d6b3e5918d8c30aef4f38db0af14115c11027520fa582a2f
23 DIST gnome-shell-extension-dash-to-panel-35.tar.gz 21115881 BLAKE2B b04e363a0ddfbcc3c9343fb756999d756ced1e2ee24718836acf22e7c8de25d58513caa865b45b0a5b92f5220bf79c120d13763a852933dec3330a66bec90587 SHA512 6d1ed6fac48953d9b15265b969e50e65892ba36cb420794960b789e215f8f69c6f3797065aebb5890aa5e2c23f3e34ec796b76c7972fd2f8cb9a02a422be10a4
24 DIST gnome-shell-extension-dash-to-panel-37.tar.gz 21116028 BLAKE2B 3e35f1f4b809f17e3971b708cdbed9f35a04cccbe651d804f101b70d1067310def60a7c8f6b2ebcf09087ed76a0214ce31e5560c8b8b4ef211bfa1f5befdbf79 SHA512 3f76ffc9e05ece7a96807815b229b6fb3fc391ec1b7ab35fb5db9fd61899f3c626a979f3d286f7f5ffb39890f9c99242c702d84d7690d0c9ee20b35a17e3303b
25 DIST tango-gentoo-v1.1.tar.gz 29322 BLAKE2B 83fa2bf37727e60851dd679054fe1b153ebfea58c9a9a40f891f7d68d3b047b02e8effa1d1b4e08d64500a2072ce7200f159c92a352da7124de27e1b05bb6027 SHA512 87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045
26
27 diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-26.ebuild b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-26.ebuild
28 deleted file mode 100644
29 index 95c0064c85d..00000000000
30 --- a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-26.ebuild
31 +++ /dev/null
32 @@ -1,74 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -inherit gnome2-utils
38 -
39 -MY_PN="${PN/gnome-shell-extension-/}"
40 -MY_P="${MY_PN}-${PV}"
41 -DESCRIPTION="An icon taskbar for the Gnome Shell"
42 -HOMEPAGE="https://github.com/home-sweet-gnome/dash-to-panel"
43 -SRC_URI="
44 - https://github.com/home-sweet-gnome/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
45 - branding? ( https://www.mail-archive.com/tango-artists@×××××××××××××××××.org/msg00043/tango-gentoo-v1.1.tar.gz )
46 -"
47 -
48 -LICENSE="GPL-2+"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86"
51 -IUSE="branding"
52 -
53 -COMMON_DEPEND="dev-libs/glib:2"
54 -RDEPEND="${COMMON_DEPEND}
55 - app-eselect/eselect-gnome-shell-extensions
56 - >=gnome-base/gnome-shell-3.18.0
57 -"
58 -DEPEND="${COMMON_DEPEND}"
59 -BDEPEND="
60 - dev-util/intltool
61 - sys-devel/gettext
62 -"
63 -
64 -S="${WORKDIR}/${MY_P}"
65 -
66 -PATCHES=(
67 - # Enable by default custom opacity to get panel slightly transparent
68 - # as was done in older Gnome versions
69 - "${FILESDIR}"/${PN}-26-opacity.patch
70 -)
71 -
72 -src_prepare() {
73 - default
74 -
75 - # Set correct version
76 - export VERSION="${PV}"
77 -
78 - # Don't install README and COPYING in unwanted locations
79 - sed -i -e 's/COPYING//g' -e 's/README.md//g' Makefile || die
80 -
81 - # Provide fancy Gentoo icon when requested
82 - use branding && eapply "${FILESDIR}"/${PN}-26-branding.patch
83 -}
84 -
85 -src_install() {
86 - default
87 - if use branding; then
88 - insinto /usr/share/gnome-shell/extensions/dash-to-panel@×××××××××××××××.com/img
89 - doins "${WORKDIR}/tango-gentoo-v1.1/scalable/gentoo.svg"
90 - fi
91 -}
92 -
93 -pkg_preinst() {
94 - gnome2_schemas_savelist
95 -}
96 -
97 -pkg_postinst() {
98 - gnome2_schemas_update
99 - ebegin "Updating list of installed extensions"
100 - eselect gnome-shell-extensions update
101 - eend $?
102 -}
103 -
104 -pkg_postrm() {
105 - gnome2_schemas_update
106 -}