www-plugins: remove old

This commit is contained in:
blshkv 2020-04-28 16:15:35 +08:00
parent 78e5699268
commit 83c13ef486
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
10 changed files with 0 additions and 161 deletions

View file

@ -1 +0,0 @@
DIST cookies_exportimport-1.0.1.xpi 210718 BLAKE2B d67164eb5b06bfab1daeedb930e20f15fe8971519cf3ea488b7d7714d37ebae3863a02ebe4fd04ff83a801c9b7a942942ed2986e9881fab9e20c9723a2a94455 SHA512 65b5d839e26ea8b3a92d09481200a42e7b5433064539951d512e3a1b869878f1b00a2a191c5a3232649b486e5c895c6bdea836823c7f01b0f6bb021b06e644dd

View file

@ -1,19 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
#https://services.addons.mozilla.org/en-US/firefox/api/1.5/addon/cookie-import-export
#<install
WEXT_FILEID="1112287"
#<guid>
WEXT_GUID="{91aff32c-1b61-48b3-ac05-5d3682b44527}"
inherit mozilla-webext
DESCRIPTION="Cookie Import Export"
HOMEPAGE="https://addons.mozilla.org/de/firefox/addon/cookie-import-export/"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

View file

@ -1 +0,0 @@
DIST exif_viewer-2.00.xpi 234129 BLAKE2B fdddd9fcfe120c26bc711149df6811462baebf0294a53bc72daeeca9c919dacb1840f2216365ad282df9f0d0f11af6c5a0e21c12cb359cafde827b9c75fbc7ba SHA512 d3c826994c43231b7f48881ce2809290029b6b708c1dee548c8ad50114085cb82db273ff8b774be7abfc088cdff8936811684c4ef6036607edff9ac08db072fa

View file

@ -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="164511"
DESCRIPTION="Firefox extension to display the Exif and IPTC data in local and remote JPEG images."
HOMEPAGE="http://araskin.webs.com/exif/exif.html"
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
}

View file

@ -1 +0,0 @@
DIST firebug-2.0.18.xpi 2617046 BLAKE2B 8ae086110ef90155b90ddcdae43df1881e68c26b3442596d065cbe66a5172858db4878193b7c5590530d8662a25fd01c8205687f7fdc52b35074877c2ded3f51 SHA512 68607f7b001a0febe7133cf9d35afea0d03af4377a45c5f073d1bbe55a7164fdce444a98317b7290c71bae6e591bf0539630fa0e5242e9148b0f337cc4a49cb0

View file

@ -1,35 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit mozilla-addon
MOZ_FILEID="516537"
DESCRIPTION="Powerful web development tool for firefox"
HOMEPAGE="http://getfirebug.com"
SRC_URI="http://addons.mozilla.org/downloads/file/${MOZ_FILEID} -> ${P}.xpi"
LICENSE="BSD"
SLOT="0"
# blocked because it pulls firefox-bin when I want to keep firefox only
KEYWORDS="amd64 x86"
IUSE="+symlink_all_targets target_firefox target_firefox-bin"
RDEPEND="
!symlink_all_targets? (
target_firefox? ( >=www-client/firefox-31.2.0-r1 )
target_firefox-bin? ( >=www-client/firefox-bin-31.2.0-r1 )
)"
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
}

View file

@ -1 +0,0 @@
DIST hackbar-1.6.3.xpi 54962 BLAKE2B 8063c067026bec05b147ae2a712ef2f16933bd7a158ba2ec74e1ecd0d68cd2df1b226ba816b8504ad38f285ecc8c24ffa3395d6760533ce8af0cb02a6defceb5 SHA512 b4ea774e08f5406e80baba6819fc0a3b51059cc3cc1782ab2015afce6d1c47b3f042b43ce7b91bf044b9fd1b386d3b56fba3f2071f071ba1bdfb73db77f582cf

View file

@ -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="281364"
DESCRIPTION="Simple security audit / penetration test tool."
HOMEPAGE="http://code.google.com/p/hackbar"
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
}

View file

@ -1 +0,0 @@
DIST sql-inject-me-0.4.7.xpi 137420 BLAKE2B 6adc38a02f2a36c424e119341ca0acd3fd60c39c77a4d9054160f5da9dac1f23d170cf9bd7f712f9d417d11264a08bc238ae61b8df7d38e3de7ebc0f292e0a92 SHA512 f400e4398c1e79def7ddf8991117916b329b1f93762f473b2b02c16efa33350d1b502390b25b9cd2cadea12e7692d0cafe7a41929c54e01fab26456211bfbf43

View file

@ -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="229626"
DESCRIPTION="SQL Inject Me is the Exploit-Me tool used to test for SQL Injection vulnerabilities."
HOMEPAGE="http://labs.securitycompass.com/exploit-me"
SRC_URI="https://addons.mozilla.org/downloads/file/${MOZ_FILEID} -> ${P}.xpi"
LICENSE="LGPL-3"
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
}