mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 08:11:01 +02:00
www-plugins: more cleanups
This commit is contained in:
parent
83c13ef486
commit
83cdff6d12
6 changed files with 0 additions and 91 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST httpfox-0.8.14.xpi 140877 BLAKE2B 542fa84b624dc9be549743c822fdc4370614493c248a0a24861275054f37eea015a24f04a770ae7fddf1f20ed50ec180beb5a3c1212af99894e594cc9b9fea15 SHA512 416747101b1cb3935ac5127d9e3a7c8d0f756f496c5b1d5aebb4eb9830074ea7c875a649e51c6128e5c1c3832b3a77311947fc219071018be3bf57e408bf9a23
|
||||
|
|
@ -1,34 +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="258704"
|
||||
DESCRIPTION="A HTTP analyzer addon for Firefox"
|
||||
HOMEPAGE="http://code.google.com/p/httpfox"
|
||||
SRC_URI="http://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 +0,0 @@
|
|||
DIST showip-3.0.2.xpi 28484 BLAKE2B 433607016299b3e7ffe94e2653ac2e98959dab6a31a9439436a66f6304fa7f5ff01994105876be854543f9311e4998903e34f26479db30a62c9d93cd6316fc87 SHA512 d79f074f800d343949529b66833d28e84e9ff70c0c9e917009f409c87b3358f18a7649c1d57bda32e2f665bf73f660802e0197060fab5e937101e081717d3489
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
# 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/adblock-plus
|
||||
#<install
|
||||
WEXT_FILEID="865734"
|
||||
#<guid>
|
||||
WEXT_GUID="{3e9bb2a7-62ca-4efa-a4e6-f6f6168a652d}"
|
||||
|
||||
inherit mozilla-webext
|
||||
|
||||
DESCRIPTION="Firefox extensions which shows the IP address(es) of the current page in the status bar."
|
||||
HOMEPAGE="http://code.google.com/p/firefox-showip"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST sqlite_manager-0.8.1.xpi 268451 BLAKE2B 33a9ba5627566faa645c78be934842d70ec6e5ffdd29cd8091d62681a8b2f7290cd43a8884ca5e8d8bd5110555ed13bd4117b64f151e7b9f5b78a3a1816b8690 SHA512 657510289e259bdabed3cb026871cf8476bcd92231ee9821abef0e086ecaf811ebbc15316336707528df5fde7756de6c906e9a7ad7b88ff8964c4feea881e95d
|
||||
|
|
@ -1,34 +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="228658"
|
||||
DESCRIPTION="Extension for Firefox and other apps to manage any sqlite database"
|
||||
HOMEPAGE="http://code.google.com/p/sqlite-manager"
|
||||
SRC_URI="https://addons.mozilla.org/downloads/file/${MOZ_FILEID} -> ${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
|
||||
}
|
||||
Loading…
Reference in a new issue