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