summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-13 17:26:32 +0000
committerSam James <sam@gentoo.org>2022-03-13 17:26:32 +0000
commit212326ac6a5ef37c563b1fde8bcbd379960ffb60 (patch)
treea2ab0ac0ff061e5ed7f987d8bb9826dda9f42203 /gnome-extra
parentgnome-extra/chrome-gnome-shell: Stabilize 10-r5 arm64, #834118 (diff)
downloadgentoo-212326ac6a5ef37c563b1fde8bcbd379960ffb60.tar.gz
gentoo-212326ac6a5ef37c563b1fde8bcbd379960ffb60.tar.bz2
gentoo-212326ac6a5ef37c563b1fde8bcbd379960ffb60.zip
gnome-extra/chrome-gnome-shell: drop 10-r4
Closes: https://bugs.gentoo.org/834118 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild
deleted file mode 100644
index fdd0cb9ab06c..000000000000
--- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit cmake-utils 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/${PN}/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
- app-misc/jq
- sys-apps/coreutils
-"
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- ')
- gnome-base/gnome-shell
-"
-
-src_configure() {
- local mycmakeargs=( -DBUILD_EXTENSION=OFF )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_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."
-}