proxy_selector: remove, issue #159

This commit is contained in:
blshkv 2017-01-24 23:48:30 +08:00
parent 142e1270dc
commit a014ccd080
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF
3 changed files with 0 additions and 83 deletions

View file

@ -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

View file

@ -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
}

View file

@ -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 ..."
}