From a014ccd0806e8f5fa3a27a4a64d00cecda8809f8 Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 24 Jan 2017 23:48:30 +0800 Subject: [PATCH] proxy_selector: remove, issue #159 --- www-plugins/proxy_selector/Manifest | 2 - .../proxy_selector/proxy_selector-1.22.ebuild | 42 ------------------- .../proxy_selector/proxy_selector-9999.ebuild | 39 ----------------- 3 files changed, 83 deletions(-) delete mode 100644 www-plugins/proxy_selector/Manifest delete mode 100644 www-plugins/proxy_selector/proxy_selector-1.22.ebuild delete mode 100644 www-plugins/proxy_selector/proxy_selector-9999.ebuild diff --git a/www-plugins/proxy_selector/Manifest b/www-plugins/proxy_selector/Manifest deleted file mode 100644 index 793f377f5..000000000 --- a/www-plugins/proxy_selector/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST proxy_selector-1.22.xpi 45481 SHA256 1d29f241a4f7b87e8f421a2a32039de03864f6c1d39f34725ac0aa97529a0377 SHA512 212a463a0f0d2e94900c32d6cd5613dc3c1db8f1b0835ef62e16ba73aa27b0b6e48e88597bddc1bf3edd6c19686ccb63c271080b95199bd47f435afd1411d919 WHIRLPOOL 634ee7269ea568df7bcf071c9bf3db5460c38e2200fe79899da7242d2c28d171bf5e16604cc3c86caa9b9e103863d3e8f21072459faef013928c9e8139c2211d -DIST proxy_selector-9999.xpi 45481 SHA256 1d29f241a4f7b87e8f421a2a32039de03864f6c1d39f34725ac0aa97529a0377 SHA512 212a463a0f0d2e94900c32d6cd5613dc3c1db8f1b0835ef62e16ba73aa27b0b6e48e88597bddc1bf3edd6c19686ccb63c271080b95199bd47f435afd1411d919 WHIRLPOOL 634ee7269ea568df7bcf071c9bf3db5460c38e2200fe79899da7242d2c28d171bf5e16604cc3c86caa9b9e103863d3e8f21072459faef013928c9e8139c2211d diff --git a/www-plugins/proxy_selector/proxy_selector-1.22.ebuild b/www-plugins/proxy_selector/proxy_selector-1.22.ebuild deleted file mode 100644 index 9a0c871f2..000000000 --- a/www-plugins/proxy_selector/proxy_selector-1.22.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit mozilla-addon - -MOZ_FILEID="245010" -DESCRIPTION="Lets you switch local proxies in firefox. A fork of multiproxy switch." -HOMEPAGE="http://addons.mozilla.org/en-US/firefox/addon/proxy-selector" -SRC_URI="http://addons.mozilla.org/downloads/file/${MOZ_FILEID} -> ${P}.xpi" - -LICENSE="MPL-1.1" -SLOT="0" -# fails to unpack, some problem with the packaging of the xpi? -KEYWORDS="amd64 x86" -IUSE="+symlink_all_targets target_firefox target_firefox-bin" - -RDEPEND=" - !symlink_all_targets? ( - target_firefox? ( www-client/firefox ) - target_firefox-bin? ( www-client/firefox-bin ) - )" - -#FIXME: it fails to unpack -#src_unpack() { -# if [ "${A}" != "" ]; then -# unzip -qo "${DISTDIR}/${A}" -d "${WORKDIR}/" -# fi -#} - -src_install() { - # symlink all possible target paths if this is set - if use symlink_all_targets; then - MZA_TARGETS="firefox firefox-bin" - else - use target_firefox && MZA_TARGETS+=" firefox" - use target_firefox-bin && MZA_TARGETS+=" firefox-bin" - fi - mozilla-add_src_install -} diff --git a/www-plugins/proxy_selector/proxy_selector-9999.ebuild b/www-plugins/proxy_selector/proxy_selector-9999.ebuild deleted file mode 100644 index b07effc41..000000000 --- a/www-plugins/proxy_selector/proxy_selector-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit mozilla-addon - -MOZ_ADDON_ID=215989 -DESCRIPTION="Lets you switch local proxies in firefox. A fork of multiproxy switch." -HOMEPAGE="http://addons.mozilla.org/en-US/firefox/addon/proxy-selector" -SRC_URI="http://addons.mozilla.org/downloads/latest/${MOZ_ADDON_ID} -> ${P}.xpi" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+symlink_all_targets target_firefox target_firefox-bin" - -RDEPEND=" - !symlink_all_targets? ( - target_firefox? ( www-client/firefox ) - target_firefox-bin? ( www-client/firefox-bin ) - )" - -src_install() { - # symlink all possible target paths if this is set - if use symlink_all_targets; then - MZA_TARGETS="firefox firefox-bin" - else - use target_firefox && MZA_TARGETS+=" firefox" - use target_firefox-bin && MZA_TARGETS+=" firefox-bin" - fi - mozilla-addon_src_install -} - -pkg_postinst() { - ewarn "This ebuild installs the latest STABLE version !" - ewarn "It is used by the maintainer to check for new versions ..." -}