From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-browser-connector/
Date: Thu, 4 Jul 2024 17:11:50 +0000 (UTC) [thread overview]
Message-ID: <1720113087.12f39981ce1fe071dec47441dc4e7b0edac4b3d2.juippis@gentoo> (raw)
commit: 12f39981ce1fe071dec47441dc4e7b0edac4b3d2
Author: Yuri Konotopov <ykonotopov <AT> gnome <DOT> org>
AuthorDate: Tue May 28 15:45:55 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jul 4 17:11:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f39981
gnome-extra/gnome-browser-connector: drop 10-r5
Signed-off-by: Yuri Konotopov <ykonotopov <AT> gnome.org>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 1 -
.../gnome-browser-connector-10-r5.ebuild | 57 ----------------------
2 files changed, 58 deletions(-)
--git a/gnome-extra/gnome-browser-connector/Manifest b/gnome-extra/gnome-browser-connector/Manifest
index bc69bf2b3587..d217321034e6 100644
--- a/gnome-extra/gnome-browser-connector/Manifest
+++ b/gnome-extra/gnome-browser-connector/Manifest
@@ -1,2 +1 @@
-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
diff --git a/gnome-extra/gnome-browser-connector/gnome-browser-connector-10-r5.ebuild b/gnome-extra/gnome-browser-connector/gnome-browser-connector-10-r5.ebuild
deleted file mode 100644
index f65ceb182b47..000000000000
--- a/gnome-extra/gnome-browser-connector/gnome-browser-connector-10-r5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-MY_PN="chrome-gnome-shell"
-MY_P="${MY_PN}-${PV}"
-
-inherit cmake python-single-r1
-
-DESCRIPTION="GNOME Shell integration for Chrome/Chromium, Firefox, Vivaldi, Opera browsers"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome"
-SRC_URI="mirror://gnome/sources/${MY_PN}/${PV}/${MY_P}.tar.xz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- ')
- gnome-base/gnome-shell
-"
-BDEPEND="
- app-misc/jq
- sys-apps/coreutils
-"
-
-src_configure() {
- local mycmakeargs=( -DBUILD_EXTENSION=OFF )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
-
- 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
- doins "${ED}"/usr/$(get_libdir)/mozilla/native-messaging-hosts/org.gnome.chrome_gnome_shell.json
- fi
-}
-
-pkg_postinst() {
- elog "Please note that this package provides native messaging connector only."
- elog "You can install browser extension using link provided at"
- elog "https://extensions.gnome.org website."
-}
next reply other threads:[~2024-07-04 17:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-04 17:11 Joonas Niilola [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-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-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=1720113087.12f39981ce1fe071dec47441dc4e7b0edac4b3d2.juippis@gentoo \
--to=juippis@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