From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EA8B15808B for ; Sun, 13 Mar 2022 17:26:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A7B7E0845; Sun, 13 Mar 2022 17:26:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A9F4E0845 for ; Sun, 13 Mar 2022 17:26:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24E8A342C86 for ; Sun, 13 Mar 2022 17:26:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B97B5287 for ; Sun, 13 Mar 2022 17:26:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647192392.212326ac6a5ef37c563b1fde8bcbd379960ffb60.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild X-VCS-Directories: gnome-extra/chrome-gnome-shell/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 212326ac6a5ef37c563b1fde8bcbd379960ffb60 X-VCS-Branch: master Date: Sun, 13 Mar 2022 17:26:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a17c750c-67c6-45ea-b21c-44139775dee6 X-Archives-Hash: d9edbddbd5251e23c1f085703925db3e commit: 212326ac6a5ef37c563b1fde8bcbd379960ffb60 Author: Sam James gentoo org> AuthorDate: Sun Mar 13 17:26:32 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 13 17:26:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212326ac gnome-extra/chrome-gnome-shell: drop 10-r4 Closes: https://bugs.gentoo.org/834118 Signed-off-by: Sam James gentoo.org> .../chrome-gnome-shell-10-r4.ebuild | 53 ---------------------- 1 file changed, 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." -}