foxyproxy: v4.6.5 bump

This commit is contained in:
blshkv 2017-10-31 07:29:23 +08:00
parent dcf9d6f218
commit 094ae6d047
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
4 changed files with 9 additions and 48 deletions

View file

@ -1,3 +1,2 @@
DIST foxyproxy-4.5.7.xpi 974326 SHA256 206b0b8ff7e2502fbaa1afd84c77809769b84347e50e39861109820a4d497584 SHA512 3435efbf9f15d4ad87a822b18b7b4925ed751396c71d51e7da9811265db51b288ed16f0bef7be3728a1b4ac0df63a92993f93c8a1bb6129034c93aca958bb5fa WHIRLPOOL 7211d1e82ca3dcbeb4d4a522ea15ecb6ac3e6f875feea66f88381fc323df7a329cd08d493fb481b7c226e3214648b45dff797561fdf4578401f3b1d5afcddb88
DIST foxyproxy-4.6.2.xpi 969721 SHA256 a7aedcc8763e3cb73d8c9b40f13aa5a2556cdb9bcb8e352bf68ddd52e0ee847b SHA512 d8369b16e18630d43ec5187271c4b487398df68f2e7eb01b22a82e94c38221700dbe4e7feaa7c19413eb49ae554cc518f60f0dea437d877bbbaa6cfcf5f4e037 WHIRLPOOL 9ed5f8b2b675dafd326833501a02c889d62176ca365dfa8c04861c054b727db4654d93399eda1ecfa8ced49cd663256ca381daebfa7b1277c65e802049d1bf26
DIST foxyproxy-9999.xpi 976990 SHA256 56dc7075233db41e4d50304762e8f7518b8ebd6c65eeefc9cb72699e290bf749 SHA512 c0b22b40bb306196c770fb1da1662fbfe721cd6bca0ed55bffb02b70b7029a6dd76c678b7de440b01aa71b395146a24b7190e2d12c341fe91434bb4a8b830221 WHIRLPOOL a308512ce8a4ecf5dff869b40b850333ef367a61a0dbad79656010039d45ea67679fe4c095b40bfed7307803933ad8bcc3ae83990bdb572a03f4c3869d864b90
DIST foxyproxy-4.6.5.xpi 969865 SHA256 b8109fc59ba13a58e9a7adb5263cacc923f158cd1480631fa27dda7c1b57f59a SHA512 e739ab507011ed221163b3b52cb213e77f1c5bee85e03f77739450279c4f5434357cd623b7bb16b81f0e33ee51a4039cac8be237881f1065e5eec3e3089366af WHIRLPOOL b0bd655b0a141c97cd43d3a3933e72eb1dcb2b822d7e6c169c98dfd3272e9e52fbe21980b1600aeadd7cf666117b563750a625f58d31abc6d97f3836160a1bc3

View file

@ -1,8 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id $
EAPI=5
EAPI=6
inherit mozilla-addon

View file

@ -1,15 +1,17 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
EAPI=6
inherit mozilla-addon
MOZ_FILEID="493294"
#blshkv hack, find this number using the following url:
#https://services.addons.mozilla.org/en-US/firefox/api/1.5/addon/foxyproxy-standard
#<install
MOZ_FILEID="579772"
DESCRIPTION="A set of proxy management tools for firefox"
HOMEPAGE="http://getfoxyproxy.org"
SRC_URI="http://addons.mozilla.org/downloads/file/${MOZ_FILEID} -> ${P}.xpi"
SRC_URI="https://addons.mozilla.org/downloads/file/${MOZ_FILEID} -> ${P}.xpi"
LICENSE="GPL-2"
SLOT="0"

View file

@ -1,39 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit mozilla-addon
MOZ_ADDON_ID=2464
DESCRIPTION="A set of proxy management tools for firefox"
HOMEPAGE="http://getfoxyproxy.org"
SRC_URI="http://addons.mozilla.org/downloads/latest/${MOZ_ADDON_ID} -> ${P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
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 ..."
}