From 62c9cbf0ee2fdff6dcf24e49821fca0c9acd8b00 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 3 Oct 2023 14:41:26 -0400 Subject: [PATCH] hackplugins-meta: remove, does nothing --- .../hackplugins-meta/files/ff-policies.json | 27 ------------------- .../hackplugins-meta-20200428.ebuild | 25 ----------------- 2 files changed, 52 deletions(-) delete mode 100644 www-plugins/hackplugins-meta/files/ff-policies.json delete mode 100644 www-plugins/hackplugins-meta/hackplugins-meta-20200428.ebuild diff --git a/www-plugins/hackplugins-meta/files/ff-policies.json b/www-plugins/hackplugins-meta/files/ff-policies.json deleted file mode 100644 index 308640abe..000000000 --- a/www-plugins/hackplugins-meta/files/ff-policies.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "policies": { - "DisableAppUpdate": true, - "ExtensionSettings": { - "{73a6fe31-595d-460b-a920-fcc0f8843232}": { - "installation_mode": "normal_installed", - "install_url": "https://addons.mozilla.org/firefox/downloads/latest/noscript/latest.xpi" - }, - "foxyproxy@eric.h.jung": { - "installation_mode": "normal_installed", - "install_url": "https://addons.mozilla.org/firefox/downloads/latest/foxyproxy-standard/latest.xpi" - }, - "wappalyzer@crunchlabz.com": { - "installation_mode": "normal_installed", - "install_url": "https://addons.mozilla.org/firefox/downloads/latest/wappalyzer/latest.xpi" - }, - "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}": { - "installation_mode": "normal_installed", - "install_url": "https://addons.mozilla.org/firefox/downloads/latest/adblock-plus/latest.xpi" - }, - "{75afe46a-7a50-4c6b-b866-c43a1075b071}": { - "installation_mode": "normal_installed", - "install_url": "https://addons.mozilla.org/firefox/downloads/latest/user-agent-switcher-revived/latest.xpi" - } - } - } -} diff --git a/www-plugins/hackplugins-meta/hackplugins-meta-20200428.ebuild b/www-plugins/hackplugins-meta/hackplugins-meta-20200428.ebuild deleted file mode 100644 index 37d17acf3..000000000 --- a/www-plugins/hackplugins-meta/hackplugins-meta-20200428.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Collection of browser's plugins for application security testing" -HOMEPAGE="http://pentoo.ch" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm x86" -#IUSE="+firefox" - -S="${WORKDIR}" - -#noscript -#ringleader - -src_install() { - einfo "FIXME: This meta package is blank for now" - #FIXME: install ${FILESDIR}/ff-policies.json info: - #insinto ${MOZILLA_FIVE_HOME}/distribution/ - #*overwrite* (alternative location) the existing one, installed by Gentoo - #firefox: /usr/${get_libdir}/firefox - #firefox-bin: /opt/firefox -}