public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-gsconnect/
Date: Wed, 17 May 2023 22:29:29 +0000 (UTC)	[thread overview]
Message-ID: <1684362564.4f03cf878a90c1f0aa373c1ebda1c63ed9bfa836.mattst88@gentoo> (raw)

commit:     4f03cf878a90c1f0aa373c1ebda1c63ed9bfa836
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 22:29:13 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed May 17 22:29:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f03cf87

gnome-extra/gnome-shell-extension-gsconnect: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../gnome-shell-extension-gsconnect/Manifest       |  1 -
 ...e-shell-extension-gsconnect-54_p20221214.ebuild | 71 ----------------------
 2 files changed, 72 deletions(-)

diff --git a/gnome-extra/gnome-shell-extension-gsconnect/Manifest b/gnome-extra/gnome-shell-extension-gsconnect/Manifest
index 4cb19b94f3d5..5081531f5add 100644
--- a/gnome-extra/gnome-shell-extension-gsconnect/Manifest
+++ b/gnome-extra/gnome-shell-extension-gsconnect/Manifest
@@ -1,2 +1 @@
-DIST gnome-shell-extension-gsconnect-54_p20221214.tar.gz 893022 BLAKE2B 474162056f1bd03a9c3e8d23017abf22f0c617284525e95db60abf74b13b850d005eeb2c2c13fa702e3fcd0b58c4dfc281fc08412f60c8676ceb852641861038 SHA512 b54ef8137cf2cfc2cf78d95eeaca63c059cd831c34799df51939dbf38ac67c2ddc03ef571dbf1e5a76ee79c8a4de5e44b7bc859feb2b9e8fe2193d01f8aad2a7
 DIST gnome-shell-extension-gsconnect-55.tar.gz 908942 BLAKE2B 760d73ead4a76af5a1292202ba61b3b72b95551a8ece3b830d7ff4a9803a2267c1d00b79a56dc22df4d9ffb8247956a0a25e720c00e2938e0e5f5ed8b5a2e56e SHA512 152ad0a118ef10840b8b08e00d92e697feb600d473a3d0db48dccba113906bdd49e1af75276554a0782057ef80cdda7aca768b54e0c75c3a5fc249706492e938

diff --git a/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-54_p20221214.ebuild b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-54_p20221214.ebuild
deleted file mode 100644
index 3e89fe962a95..000000000000
--- a/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-54_p20221214.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2-utils meson readme.gentoo-r1 xdg
-
-DESCRIPTION="KDE Connect implementation for Gnome Shell"
-HOMEPAGE="https://github.com/GSConnect/gnome-shell-extension-gsconnect"
-COMMIT="d9f01894ae4296ec55f284a2d474b46f7becfde5"
-SRC_URI="https://github.com/GSConnect/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="nautilus"
-
-COMMON_DEPEND="dev-libs/glib:2"
-RDEPEND="${COMMON_DEPEND}
-	app-eselect/eselect-gnome-shell-extensions
-	>=dev-libs/gjs-1.68
-	=gnome-base/gnome-shell-43*
-	gnome-base/gvfs
-	gnome-extra/evolution-data-server
-	|| ( media-libs/libcanberra media-libs/gsound )
-	nautilus? (
-		dev-python/nautilus-python
-		gnome-base/nautilus[introspection] )
-"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="For knowing more about how to do the setup, please visit:
-https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki/Installation"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_configure() {
-	# nemo support relies on nemo-python from https://github.com/linuxmint/nemo-extensions
-	# https://bugs.gentoo.org/694388
-	meson_src_configure \
-		-Dinstalled_tests=false \
-		-Dnemo=false \
-		$(meson_use nautilus)
-}
-
-src_install() {
-	meson_src_install
-	readme.gentoo_create_doc
-}
-
-pkg_preinst() {
-	gnome2_schemas_savelist
-	xdg_pkg_preinst
-}
-
-pkg_postinst() {
-	gnome2_schemas_update
-	xdg_pkg_postinst
-	ebegin "Updating list of installed extensions"
-	eselect gnome-shell-extensions update
-	eend $?
-	readme.gentoo_print_elog
-}
-
-pkg_postrm() {
-	gnome2_schemas_update
-	xdg_pkg_postrm
-}


             reply	other threads:[~2023-05-17 22:29 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17 22:29 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-26 19:33 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-gsconnect/ Sam James
2024-12-02 13:00 Pacho Ramos
2024-03-09 18:58 Mart Raudsepp
2024-03-02 23:30 Sam James
2024-03-02 22:51 Mart Raudsepp
2024-02-18  6:08 Arthur Zamarin
2024-01-08 17:27 Sam James
2023-11-10 16:20 Pacho Ramos
2023-10-08 13:52 Pacho Ramos
2023-05-05 10:24 Pacho Ramos
2023-03-26 16:53 Pacho Ramos
2023-03-26 16:53 Pacho Ramos
2023-01-22 11:29 Pacho Ramos
2022-12-19 16:32 Pacho Ramos
2022-12-19 16:30 Pacho Ramos
2022-12-16 20:37 Arthur Zamarin
2022-11-24  8:04 Pacho Ramos
2022-09-19 21:58 Georgy Yakovlev
2022-05-31 18:52 Matt Turner
2022-05-28  1:27 Sam James
2022-05-28  1:20 Sam James
2022-03-27  9:23 Pacho Ramos
2022-03-27  9:20 Pacho Ramos
2022-03-08  9:35 Sam James
2021-10-19 21:04 Pacho Ramos
2021-08-25 15:35 Pacho Ramos
2021-07-08 12:51 Pacho Ramos
2021-06-22 16:43 Pacho Ramos
2021-05-31  2:23 Matt Turner
2021-05-30 20:52 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-04-04 17:14 Pacho Ramos
2021-03-28 19:38 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2020-12-01 22:15 Pacho Ramos
2020-12-01 22:15 Pacho Ramos
2020-09-20  9:24 Pacho Ramos
2020-08-30 20:20 Pacho Ramos
2020-08-17 10:08 Pacho Ramos
2020-08-17 10:08 Pacho Ramos
2020-08-15  9:59 Pacho Ramos
2020-07-15  8:22 Pacho Ramos
2020-05-31 12:42 Pacho Ramos
2020-04-22 21:00 Pacho Ramos
2020-03-11 16:38 Pacho Ramos
2019-12-15 13:18 Pacho Ramos
2019-12-15 13:18 Pacho Ramos
2019-12-14 23:05 Pacho Ramos
2019-11-10 12:36 Pacho Ramos
2019-11-10 12:36 Pacho Ramos
2019-10-20 10:14 Pacho Ramos
2019-10-20 10:14 Pacho Ramos
2019-10-20 10:14 Pacho Ramos
2019-09-14 21:01 Pacho Ramos
2019-08-15 17:54 Pacho Ramos
2019-06-09 11:06 Pacho Ramos
2019-06-09 11:06 Pacho Ramos
2019-05-17 17:27 Pacho Ramos
2019-05-17 17:27 Pacho Ramos
2019-05-09  8:14 Pacho Ramos
2019-05-09  8:14 Pacho Ramos
2019-05-03  8:56 Pacho Ramos
2019-04-13  7:16 Pacho Ramos
2019-03-23 13:48 Pacho Ramos
2019-03-23 13:48 Pacho Ramos
2019-03-09 11:29 Pacho Ramos
2019-01-05 13:24 Pacho Ramos
2018-10-21  8:59 Pacho Ramos
2018-10-21  8:59 Pacho Ramos
2018-09-15 10:39 Pacho Ramos
2018-07-25  9:21 Pacho Ramos
2018-07-24 16:10 Pacho Ramos
2018-07-24 16:08 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1684362564.4f03cf878a90c1f0aa373c1ebda1c63ed9bfa836.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox