mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
foxyproxy: minor cleanup
This commit is contained in:
parent
f6e3660859
commit
7ca6e7e738
3 changed files with 5 additions and 42 deletions
|
|
@ -1,4 +1,3 @@
|
|||
DIST foxyproxy-4.6.2.xpi 969721 SHA256 a7aedcc8763e3cb73d8c9b40f13aa5a2556cdb9bcb8e352bf68ddd52e0ee847b SHA512 d8369b16e18630d43ec5187271c4b487398df68f2e7eb01b22a82e94c38221700dbe4e7feaa7c19413eb49ae554cc518f60f0dea437d877bbbaa6cfcf5f4e037 WHIRLPOOL 9ed5f8b2b675dafd326833501a02c889d62176ca365dfa8c04861c054b727db4654d93399eda1ecfa8ced49cd663256ca381daebfa7b1277c65e802049d1bf26
|
||||
DIST foxyproxy-4.6.5.xpi 969865 SHA256 b8109fc59ba13a58e9a7adb5263cacc923f158cd1480631fa27dda7c1b57f59a SHA512 e739ab507011ed221163b3b52cb213e77f1c5bee85e03f77739450279c4f5434357cd623b7bb16b81f0e33ee51a4039cac8be237881f1065e5eec3e3089366af WHIRLPOOL b0bd655b0a141c97cd43d3a3933e72eb1dcb2b822d7e6c169c98dfd3272e9e52fbe21980b1600aeadd7cf666117b563750a625f58d31abc6d97f3836160a1bc3
|
||||
DIST foxyproxy-6.1.8.xpi 1345061 SHA256 e5e8eec34bb0e06c98ead2010dd9a2451b1f895bedc0d093defa2adb472e2f2a SHA512 da4558e0ad1a4d3de548dd7574c58723798f5e4ef0bce9b4f16db9e33325f7099f6d1f9309adc6463e05a9176505392bbedc9f752089d6f5c63bc9588ea0116d WHIRLPOOL ef4c346b2284eeb84102fd74ade62c839af8223271c76b8dade8aaf186f6ed801e6ce065bbf169e48ff5359b421c5fa6beed3e32400054d2676525dd58a81228
|
||||
DIST foxyproxy-6.2.xpi 1379897 SHA256 4bde72198d8e13afa63313a2bcdb5d6d8164e69c035b9c2a4b5970dc54123374 SHA512 1fbf8f3d7a9395135bb8e2b95365be97de269095bc1e90d09a07b12fec9d712a00a7973f3766d2b17a5f077e3de5451cf44a5713fb1d6abe5d607d5f0cc2d536 WHIRLPOOL 0c942931ebfa8e5c106d86a060f03c19cbe6966bf5480e883994ec94d2520a2eec4400a6e29032d52f69d3c1009af747853d33883171ed8f39d4e945e8b7d5a7
|
||||
DIST foxyproxy-4.6.5.xpi 969865 BLAKE2B 95b63d134fa1567a24b9b9af8380bc6360b56130b37acf3453dad175948604ba08f8bfa95a5628432c5bfff8da0fdcaac2ac2899dee5de1ed67faee73f70c84c SHA512 e739ab507011ed221163b3b52cb213e77f1c5bee85e03f77739450279c4f5434357cd623b7bb16b81f0e33ee51a4039cac8be237881f1065e5eec3e3089366af
|
||||
DIST foxyproxy-6.1.8.xpi 1345061 BLAKE2B 62750c26b41665d88ba925407b1f43c451cdbf6b02b2927f3a8e1f5df41de9cbeda180ff32e7458301c2ce65dc8a56340b6aeb20b846c88b4c27c029e6c74154 SHA512 da4558e0ad1a4d3de548dd7574c58723798f5e4ef0bce9b4f16db9e33325f7099f6d1f9309adc6463e05a9176505392bbedc9f752089d6f5c63bc9588ea0116d
|
||||
DIST foxyproxy-6.2.xpi 1379897 BLAKE2B c87183424b97654ad8faa1d6bf4a00df5f9f49ff29f7c9c597523f009b9950e296c63f76a098a727f312b5dbc2615c1e3b7f9e568ba5b22ddc67bde4e9980482 SHA512 1fbf8f3d7a9395135bb8e2b95365be97de269095bc1e90d09a07b12fec9d712a00a7973f3766d2b17a5f077e3de5451cf44a5713fb1d6abe5d607d5f0cc2d536
|
||||
|
|
|
|||
|
|
@ -1,36 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit mozilla-addon
|
||||
|
||||
#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="575912"
|
||||
DESCRIPTION="A set of proxy management tools for firefox"
|
||||
HOMEPAGE="http://getfoxyproxy.org"
|
||||
SRC_URI="https://addons.mozilla.org/downloads/file/${MOZ_FILEID} -> ${P}.xpi"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
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
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
#https://services.addons.mozilla.org/en-US/firefox/api/1.5/addon/user-agent-switcher-revived
|
||||
#https://services.addons.mozilla.org/en-US/firefox/api/1.5/addon/foxyproxy-standard
|
||||
#<install
|
||||
WEXT_FILEID="819541"
|
||||
#<guid>
|
||||
|
|
|
|||
Loading…
Reference in a new issue