From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-browser-connector/
Date: Sat, 1 Oct 2022 19:23:59 +0000 (UTC) [thread overview]
Message-ID: <1664652199.3e878a52970f1dc5cd907c6d406dfc6c1011160e.mattst88@gentoo> (raw)
commit: 3e878a52970f1dc5cd907c6d406dfc6c1011160e
Author: Yuri Konotopov <ykonotopov <AT> gnome <DOT> org>
AuthorDate: Sun Sep 11 17:08:51 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 19:23:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e878a52
gnome-extra/gnome-browser-connector: Drop old versions
Closes: https://github.com/gentoo/gentoo/pull/27176
Signed-off-by: Yuri Konotopov <ykonotopov <AT> gnome.org>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
| 1 -
.../gnome-browser-connector-42.0.ebuild | 49 ----------------------
2 files changed, 50 deletions(-)
--git a/gnome-extra/gnome-browser-connector/Manifest b/gnome-extra/gnome-browser-connector/Manifest
index a92104f90d2a..bc69bf2b3587 100644
--- a/gnome-extra/gnome-browser-connector/Manifest
+++ b/gnome-extra/gnome-browser-connector/Manifest
@@ -1,3 +1,2 @@
DIST chrome-gnome-shell-10.tar.xz 158972 BLAKE2B fe4df942f885aee40d5c5e01dcd127a9deb46aeb57765336c91a7a9c56f7c953eb36d822ffa821300b99e3d765c1b162767fc5debc24e42a16bddb1404796c9c SHA512 cf0d108c3fb57deb4926a4cf043dd64d776eda4c01ec595a1472c6c45726b8460381b9bd7cb1b43d7a5bd8a585be0d1b648c720a2f0a7a377c133b8750e76cd6
DIST gnome-browser-connector-42.1.tar.xz 26732 BLAKE2B e7236d01f8da7497ef7eecf750009f5c5b68688fcb756133d9a5a4d1e6c98bba4de258f7992c41e9060880b38f6f7f3354580bf8dec7afb33c50060ebb565a2f SHA512 f8f7c0e7f3fb6bd50eddc674c48f521d07aa03b5b36674e8dfcb6b6d8203bbdf4fc4de1f7cbbcc805a3da3cf098a27bda281b7a0ac5b98d7144dffe85698b7d7
-DIST gnome-browser-connector-v42.0.tar.gz 29652 BLAKE2B 59dde83ea62c7eb8c71f2ea23b4ef0bc0a2178de2236e35b1d6abf7ec0671ef69e923656a9e6c8cecb239a34c0d3b147433e5fec92aeb2d28f7a30387fc91482 SHA512 8679349245bd8f5a29367316fb3cdbd13b4d5f3ed7c8adfc4d83973f86e15de8a1155dda1b155e20ed1a5dccdc7fbbbe22e0c454fcb15fd6cc073ce63ec4c59e
diff --git a/gnome-extra/gnome-browser-connector/gnome-browser-connector-42.0.ebuild b/gnome-extra/gnome-browser-connector/gnome-browser-connector-42.0.ebuild
deleted file mode 100644
index cfe911015f90..000000000000
--- a/gnome-extra/gnome-browser-connector/gnome-browser-connector-42.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit meson python-single-r1 xdg
-
-DESCRIPTION="OS-native connector counterpart for GNOME Shell browser extension"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegration"
-SRC_URI="https://gitlab.gnome.org/nE0sIghT/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
-S="${WORKDIR}/${PN}-v${PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]')
-"
-RDEPEND="${DEPEND}
- gnome-base/gnome-shell
-"
-
-src_install() {
- meson_src_install
- python_fix_shebang "${D}/usr/bin/${PN}"
- python_fix_shebang "${D}/usr/bin/${PN}-host"
- python_optimize
-
- if [[ $(get_libdir) != "lib" && "${SYMLINK_LIB}" != yes ]]; then
- # Workaround www-client/firefox-bin manifests location
- # Bug: https://bugs.gentoo.org/643522
- insinto /usr/lib/mozilla/native-messaging-hosts
- for id in chrome_gnome_shell browser_connector; do
- doins "${ED}/usr/$(get_libdir)/mozilla/native-messaging-hosts/org.gnome.${id}.json"
- done
- fi
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- elog "Please note that this package provides OS-native connector only."
- elog "You can install browser extension using link provided at"
- elog "https://extensions.gnome.org website."
-}
next reply other threads:[~2022-10-01 19:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-01 19:23 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-04 17:11 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-browser-connector/ Joonas Niilola
2024-07-04 17:11 Joonas Niilola
2024-05-28 11:52 Michał Górny
2023-09-24 10:46 WANG Xuerui
2022-11-07 11:00 Joonas Niilola
2022-11-07 10:46 Joonas Niilola
2022-10-01 19:23 Matt Turner
2022-07-23 20:14 Matt Turner
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=1664652199.3e878a52970f1dc5cd907c6d406dfc6c1011160e.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