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-gsconnect/
Date: Sun, 15 Dec 2019 13:19:03
Message-Id: 1576415932.3ba1368d3ecdc4c52eca8035670f29f02d10a28f.pacho@gentoo
1 commit: 3ba1368d3ecdc4c52eca8035670f29f02d10a28f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 15 13:18:10 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 15 13:18:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba1368d
7
8 gnome-extra/gnome-shell-extension-gsconnect: Drop old
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../gnome-shell-extension-gsconnect/Manifest | 1 -
14 .../gnome-shell-extension-gsconnect-26.ebuild | 64 ----------------------
15 2 files changed, 65 deletions(-)
16
17 diff --git a/gnome-extra/gnome-shell-extension-gsconnect/Manifest b/gnome-extra/gnome-shell-extension-gsconnect/Manifest
18 index 0c6002517cb..52ac49cad78 100644
19 --- a/gnome-extra/gnome-shell-extension-gsconnect/Manifest
20 +++ b/gnome-extra/gnome-shell-extension-gsconnect/Manifest
21 @@ -1,2 +1 @@
22 -DIST gnome-shell-extension-gsconnect-26.tar.gz 303823 BLAKE2B 7fd112c032d717e87c7189a5f06b97a246216fa1895bb3d837c8b53c3312eed9a6999c20db3e98112cdacc309d56021920b78ebb387c55335fba1965b86c117f SHA512 c32469bf9c1b3903979b1e354d6c214807158f35d4824b60597639084064d23d194bda91a3a1cd5a99d7fdaf2bea48ad7f4c9aad3befb55e59694d195b7d8a9a
23 DIST gnome-shell-extension-gsconnect-28.tar.gz 312814 BLAKE2B 217e32e799c6300764f23245c0d474b025918f78808c026175fd3262b4c463b913969290156782151828cdcb15647002e7c7b8bff926337960a78d6d98a16c77 SHA512 a806f6532e68544832dac47da1fdf23edb7625c6cac4ad7f1c1a1b0a5d69af159397bc6f2bb63a74907669db5ea192343b7d2fc8eb2992bcc6a1834cffe1fbba
24
25 diff --git a/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-26.ebuild b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-26.ebuild
26 deleted file mode 100644
27 index 07ce36aab43..00000000000
28 --- a/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-26.ebuild
29 +++ /dev/null
30 @@ -1,64 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit gnome2-utils meson readme.gentoo-r1
36 -
37 -DESCRIPTION="KDE Connect implementation for Gnome Shell"
38 -HOMEPAGE="https://github.com/andyholmes/gnome-shell-extension-gsconnect"
39 -SRC_URI="https://github.com/andyholmes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE="nautilus"
45 -
46 -COMMON_DEPEND="dev-libs/glib:2"
47 -RDEPEND="${COMMON_DEPEND}
48 - app-eselect/eselect-gnome-shell-extensions
49 - >=dev-libs/gjs-1.48
50 - >=gnome-base/gnome-shell-3.28
51 - gnome-base/gvfs
52 - || ( ( net-libs/gnome-online-accounts dev-libs/libgdata ) dev-libs/folks )
53 - || ( media-libs/libcanberra media-libs/gsound )
54 - nautilus? (
55 - dev-python/nautilus-python
56 - gnome-base/nautilus[introspection] )
57 -"
58 -DEPEND="${COMMON_DEPEND}"
59 -BDEPEND="
60 - >=dev-util/meson-0.49.0
61 - virtual/pkgconfig
62 -"
63 -
64 -DISABLE_AUTOFORMATTING="yes"
65 -DOC_CONTENTS="For knowing more about how to do the setup, please visit:
66 -https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki/Installation"
67 -
68 -src_configure() {
69 - # nemo support relies on nemo-python from https://github.com/linuxmint/nemo-extensions
70 - meson_src_configure \
71 - -Dnemo=false \
72 - $(meson_use nautilus)
73 -}
74 -
75 -src_install() {
76 - meson_src_install
77 - readme.gentoo_create_doc
78 -}
79 -
80 -pkg_preinst() {
81 - gnome2_schemas_savelist
82 -}
83 -
84 -pkg_postinst() {
85 - gnome2_schemas_update
86 - ebegin "Updating list of installed extensions"
87 - eselect gnome-shell-extensions update
88 - eend $?
89 - readme.gentoo_print_elog
90 -}
91 -
92 -pkg_postrm() {
93 - gnome2_schemas_update
94 -}