x11-plugins: Cleaning up the ff plugins

This commit is contained in:
grimmlin 2010-12-22 18:40:58 +00:00
parent 053401320e
commit 040184d581
53 changed files with 0 additions and 1472 deletions

View file

@ -1,4 +0,0 @@
AUX ff-3.5_fix.patch 434 RMD160 154ec87c782315dceec2422aa47e92b294afab8e SHA1 6db5e063bac32ad6b7acd26fba51c63a4f99ce20 SHA256 bb8eac21b632125248b4c989e476b546cb07021d78c183888647f52244ee3a99
DIST add_n_edit_cookies-0.2.1.3-fx+mz.xpi 57206 RMD160 c761d6c36e79a06ffde93f3b63a24398429e3e25 SHA1 90a6f5d3bd61fdc6fa77e72704f1bcdcd6eddf26 SHA256 a0863ebbe7f69f783e24c0b46c251e4e241b08e82b79854c0ec10171042f67da
EBUILD add-n-edit-cookies-0.2.1.3-r1.ebuild 1058 RMD160 5e516de6d8f7d4e9a776675c99206c15e4994566 SHA1 7ff2489702720199079ea21e1352b937c6fe6740 SHA256 b925a26d41e1346b31c8e1ecb220d0f347c1b2e844ccf08f7186490bf9709796
EBUILD add-n-edit-cookies-0.2.1.3-r2.ebuild 1042 RMD160 3c1766292f36ccc1351994df1d970562d9513094 SHA1 fcee1e78e1edd1afafe4770f8222ae013384c785 SHA256 d2d13fbb8f8df1a3c68679a887d959f0a4987360b486cf9cbf6eac81b7d4374a

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN//-/_}-${PV}-fx+mz"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/573/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/ff-3.5_fix.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN//-/_}-${PV}-fx+mz"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/573/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/ff-3.5_fix.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,11 +0,0 @@
--- install.rdf.orig 2008-07-10 06:48:55.000000000 +0000
+++ install.rdf 2009-11-25 14:34:39.000000000 +0000
@@ -13,7 +13,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.0</em:minVersion>
- <em:maxVersion>3.0.*</em:maxVersion>
+ <em:maxVersion>3.5.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>

View file

@ -1,3 +0,0 @@
DIST firebug-1.4.5-fx.xpi 695194 RMD160 3ad488d4c7dae4326ec30b2f487bd3e7ff599a6d SHA1 aded0b0b673aec35bf5e56861e2aa8edf75d0375 SHA256 bb3e7f79295d83c7f2d7c9e3095e818b9ed57805142e6af8624a2ae1f4dc26b1
EBUILD firebug-1.4.5-r1.ebuild 1063 RMD160 123e039378e70ac00abe227ee4d07d32c2223564 SHA1 fe7ea16d9b406dad8196ca49d2daa4c863b2cddf SHA256 a71d317d6c83821af2a3aedd5a828d69697868de181aafda84a3f63101e06370
EBUILD firebug-1.4.5.ebuild 1079 RMD160 837bd07053c29c57349dee92556d1bbde33f678f SHA1 59485d2b3db5b07744566a975d4dca99e5fc9a54 SHA256 0fee742122a9acff624e24902769649632fd5fcb34dd3f292779325587640bcf

View file

@ -1,43 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${P}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/1843/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
emid="firebug@software.joehewitt.com" xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,43 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${P}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/1843/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
emid="firebug@software.joehewitt.com" xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1 +0,0 @@
EBUILD firecat-1.5.ebuild 715 RMD160 1eb8b61d3897feac4d54b327ff2e07b094cd28d4 SHA1 029003bf009a2d24a7b192442c636e2d8a50d3ac SHA256 4e7a4a2e147fb6ef6483a7e0ffa28c8d2c08ffd14d4cc232c07d0a46cf9d8879

View file

@ -1,26 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="x11-plugins/add-n-edit-cookies
x11-plugins/firebug
x11-plugins/foxyproxy
x11-plugins/hackbar
x11-plugins/httpfox
x11-plugins/live-http-headers
x11-plugins/no-referer
x11-plugins/showip
x11-plugins/sql-inject-me
x11-plugins/sql-injection
x11-plugins/multiproxy-switch
x11-plugins/tamper-data
x11-plugins/user-agent-switcher
x11-plugins/xss-me"
DEPEND="${RDEPEND}"

View file

@ -1,3 +0,0 @@
DIST foxyproxy_standard-2.15-fx+sm+tb.xpi 578121 RMD160 d546d4eed044f0dc8824a33d4d7b423b68c6f9a7 SHA1 d839747995e9d0b1cc6b2c445b754687daed520a SHA256 55aae398eeac591b88673f3e31a1510e30cc21cb077f9044700e72b0c6c4a8d7
EBUILD foxyproxy-2.15-r1.ebuild 1048 RMD160 e1c7410ba0ccb6e8c17802d6aee8c0304ed156e3 SHA1 f75b74635bb4324445843fba2603e100e960185f SHA256 a402e24cd995ed271d41ee700928da4d6c6688efb6d05a2be55b9f2ed83b0e1a
EBUILD foxyproxy-2.15.ebuild 1064 RMD160 4dea07cd6eae251427334ab60badf1ecb5ab8739 SHA1 fe14b29c9070dcc268fb0ad7c65169cd549eee5e SHA256 667d920a9fa6dd4f6ae8c006249019e414642d7c1982c6c133feccb4671df36b

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN}_standard-${PV}-fx+sm+tb"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/2464/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN}_standard-${PV}-fx+sm+tb"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/2464/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,4 +0,0 @@
AUX hackbar-1.4.2-fx.patch 1208 RMD160 94fc01205de91e150a28f2a95ada07ff092340b6 SHA1 728eba4ddb565fcebd3c005b544749418ea1efcf SHA256 68814b3f74773abbfc2733c93e8b3ba2542159daaa63b9cf9fa08e471e1ae6cc
DIST hackbar-1.4.2-fx.xpi 36619 RMD160 29522a5630413698c23b9d80fbd34af6da742e8b SHA1 1eee426993ebff4529ce1540cde14c150d1cddb4 SHA256 6a1fb4c09e7a1f2282cb07f65c8ac9f8a3c4a7d441a6cf90eefe81498e69565b
EBUILD hackbar-1.4.2-r1.ebuild 1023 RMD160 af8272726de8007f452e929d8346f22ea54f07c7 SHA1 9d7bc87346476d3c15fa1edd9c212ca8e83fb0b8 SHA256 4d43b4f9362b558286287cca7ae5148b1cadb49cae9b46d0110994fbb4b3ec06
EBUILD hackbar-1.4.2.ebuild 1039 RMD160 6c0590e12abeeb48eea3ed93f5bbff0d0830e2b2 SHA1 48283d92deb6845ae81e290e893bfb3e85da530b SHA256 011910325b0ee10efb77a640710db0c5d880e86a11f05c18795305aaaaf536c3

View file

@ -1,24 +0,0 @@
--- install.rdf.orig 2009-05-13 12:50:18.000000000 +0200
+++ install.rdf 2009-11-25 21:44:43.000000000 +0100
@@ -2,10 +2,6 @@
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
- <RDF:Description RDF:about="rdf:#$MlWOk3"
- em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
- em:minVersion="1.5"
- em:maxVersion="3.5.*" />
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="{F5DDF39C-9293-4d5e-9AA8-E04E6DD5E9B4}"
em:name="HackBar"
@@ -14,6 +10,10 @@
em:description="A toolbar that helps you find and test SQL injections and XSS holes"
em:homepageURL="http://www.izi-services.nl"
em:iconURL="chrome://hackbar/skin/icon.png">
+ <RDF:Description RDF:about="rdf:#$MlWOk3"
+ em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
+ em:minVersion="1.5"
+ em:maxVersion="3.5.*" />
<em:targetApplication RDF:resource="rdf:#$MlWOk3"/>
</RDF:Description>
</RDF:RDF>

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension multilib eutils
MY_P="${P}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/3899/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension multilib eutils
MY_P="${P}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/3899/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,4 +0,0 @@
AUX httpfox-0.8.4-fx.patch 459 RMD160 197af3621fa267a1e98878a26f925a025d0dd002 SHA1 6de0dab21e2b793a997fe0283e7018839319dff1 SHA256 c16120f53a4729c2eb3b4601e6dff018f96fb235fa4671cb00494e98e570f326
DIST httpfox-0.8.4-fx.xpi 107306 RMD160 bdd46cb16d2a85c9197b11cab67c8eace73eab85 SHA1 fc76aee3e548fe505e6a76e96e01eb719e36a42d SHA256 41fb5e768b50703fa06c43bc6cf65d3e3e825a7fc294e6fb0edb142f8f0f75b0
EBUILD httpfox-0.8.4-r1.ebuild 1041 RMD160 3f95dd6941fac7b8e94a7f0132456a15671ac771 SHA1 f5dabdd1e147cdcd949967b0dfc329cbde984033 SHA256 16ba5679fbda9ab5ffe58a1801fed2719e6097b99e66589361a3acedbc8f2983
EBUILD httpfox-0.8.4-r2.ebuild 1025 RMD160 2523929588047bc5254a65f04b32b3dcb514d425 SHA1 1a0905e5956a93c57188e641d3a78ee9287f5424 SHA256 0778cfc70d31976e0146dc7ed692d1e722ba3fad3153c9f049a1239608ba1cb2

View file

@ -1,18 +0,0 @@
--- install.rdf.orig 2009-04-13 11:36:02.000000000 +0000
+++ install.rdf 2009-11-26 17:50:14.000000000 +0000
@@ -19,7 +19,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
- <em:maxVersion>3.1b3</em:maxVersion>
+ <em:maxVersion>3.5.*</em:maxVersion>
</Description>
</em:targetApplication>
@@ -34,4 +34,4 @@
</Description>
-</RDF>
\ No newline at end of file
+</RDF>

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${P}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/6647/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${P}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/6647/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,3 +0,0 @@
DIST live_http_headers-0.15-fx+sm.xpi 108354 RMD160 0e09306f81a5d5dea8aecf296148d78b4c6cd490 SHA1 d6cb0b4ca29c998247f03a34d786ec61f052fb44 SHA256 5a196effcab0b5fced08de02f5dcd98b9abb0cfc550882b9a390802dc7f32c2d
EBUILD live-http-headers-0.15-r1.ebuild 1039 RMD160 7416126559c2c1ccaef98e31c9c8c6be8cc026e2 SHA1 60f4a6341bf59db52d4731da9ff394e63a0555e1 SHA256 b77613b1c178ec4fb747ca8a04389d4188fd2af72d943549324803854267791e
EBUILD live-http-headers-0.15.ebuild 1055 RMD160 0ef6ec070a300a73e41d8ad59fe355ac1dd20d5d SHA1 81601cacef4538eb36c95fa6e37229efdd15b3eb SHA256 13ccca63bd1018ec574a6bb6b62a3219458c95082267e898a5f40677889a569e

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension multilib eutils
MY_P="${PN//-/_}-${PV}-fx+sm"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/3829/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension multilib eutils
MY_P="${PN//-/_}-${PV}-fx+sm"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/3829/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,3 +0,0 @@
DIST multiproxy_switch-1.43-fx+tb+mz.xpi 76987 RMD160 2c7d8bdb5cff3311c6326d923ccfa0576f67b461 SHA1 7ee4292126df8e7185e52f18befc6b5102d64463 SHA256 1ba829babd463a1aee3e733c42383db330de1d0ae2578c5085c03611d1ff7fca
EBUILD multiproxy-switch-1.43-r1.ebuild 1205 RMD160 d24b08fbfe18b4470668e3a0e83fa2ef31c4c379 SHA1 37dc0e44ec6bc4f1441140dbdde043a9c407d6b0 SHA256 a6b42c69cd5a5800d2fb5e3d7df6c21a5e6b65aad1cc851e370f49d525910242
EBUILD multiproxy-switch-1.43.ebuild 1221 RMD160 dd40ad5529f794c666e1f360798cbb656df094b2 SHA1 d878ebe6434c50479e073978fe41901d306e49f8 SHA256 0f8a4fd028fc988cc2994b73a8349e20eafd05e223ff15cca46b303999b46270

View file

@ -1,49 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension multilib eutils
MY_P="${PN//-/_}-${PV}-fx+tb+mz"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="fetch"
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
pkg_nofetch() {
elog "Please download extension from:"
elog "https://addons.mozilla.org/en-US/firefox/downloads/file/59124/${MY_P}.xpi?confirmed"
elog "Then put the file in ${DISTDIR}/${SRC_URI}"
}
src_unpack() {
xpi_unpack ${A}
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,49 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension multilib eutils
MY_P="${PN//-/_}-${PV}-fx+tb+mz"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="fetch"
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
pkg_nofetch() {
elog "Please download extension from:"
elog "https://addons.mozilla.org/en-US/firefox/downloads/file/59124/${MY_P}.xpi?confirmed"
elog "Then put the file in ${DISTDIR}/${SRC_URI}"
}
src_unpack() {
xpi_unpack ${A}
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,4 +0,0 @@
AUX no-referer-1.3.1-version-fix.patch 888 RMD160 44658eeb08dd55d8e150d4379e59029a4dd61e37 SHA1 d4c5d7a202769fc8d5ebbc2cf0c07c892c709f5b SHA256 8307f76712734346762a3be97e39fac4f12b31d885a66fc9f5bd19b097466116
DIST no-referer-1.3.1-fx.xpi 3185 RMD160 c880ce718757cd6114df66734a941ab58c568bad SHA1 4fd132e155ca189c0eae3b957de8d054634c7f7e SHA256 a17d37bd95101213e614b031fed6d956f380cb1e2b2c292f8a5a1216a81ba9a5
EBUILD no-referer-1.3.1-r1.ebuild 1040 RMD160 3b12ef12bb697fd1df8c29ca5a615e9818b42b1c SHA1 0f4ce9b248775230d61b1aa4b508cc843a808712 SHA256 2fa20bf83046aeb0b92ff74ab5b7cc91f3be707c7fee7e5eeefb815b3614902b
EBUILD no-referer-1.3.1.ebuild 1056 RMD160 0bf4c15a1ee64527f928bd854af1b9a5c6faf2e9 SHA1 cc4d2fc4cbf5f20692dd754173fd96ba57cd3859 SHA256 3b0dc1de961d0b86f38327ec3e951b01835f3f5c826e511060b4fd14ae11713b

View file

@ -1,25 +0,0 @@
--- install.rdf.orig 2008-04-05 10:52:12.000000000 +0000
+++ install.rdf 2009-11-25 14:46:09.000000000 +0000
@@ -7,17 +7,18 @@
em:description="Lets you open a tab without sending the HTTP referer information."
em:creator="Dor Fire"
em:developer="Dor Fire"
- em:id="{e806da17-8400-4b6b-9c34-1bb4fe84aedc}" em:version="1.3.1"
+ em:id="{e806da17-8400-4b6b-9c34-1bb4fe84aedc}"
+ em:version="1.3.1"
em:iconURL="chrome://no-referer/content/icon.gif">
<em:targetApplication>
<Description em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="1.0"
- em:maxVersion="3.0pre" />
+ em:maxVersion="3.5.*" />
</em:targetApplication>
<em:file>
<Description about="urn:mozilla:extension:no-referrer"
em:package="content/no-referer/" />
</em:file>
</Description>
-</RDF>
\ No newline at end of file
+</RDF>

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${P}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="https://addons.mozilla.org/en-US/firefox/downloads/file/26327/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/${P}-version-fix.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${P}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="https://addons.mozilla.org/en-US/firefox/downloads/file/26327/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/${P}-version-fix.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,4 +0,0 @@
AUX showip-0.8.17-fx+mz+sm.patch 360 RMD160 4c1869152d6d8a9c56a21a8b3383ca31405dbe43 SHA1 45d46903dc70ec3036425a61f33d90b5f3a6ce55 SHA256 84dac4a09700ca85552ba051bf98a08a380a1b1c038735c19d98091eca45d597
DIST showip-0.8.17-fx+mz+sm.xpi 26235 RMD160 b52fe35892e56b3b9e3e94088e82f018bc873660 SHA1 103f63eb4b6a779c02eb6d7e4fdd03537200c249 SHA256 a2d16c6e05b1789218aa529a6886bb45244e45043fb421fed0a42d9a5a14c2bb
EBUILD showip-0.8.17-r1.ebuild 1046 RMD160 b26f61319979c7a00dd1a36ba710e8ffe19df128 SHA1 7890d7b63ad3676f20a42af7e863779bbb174469 SHA256 2925ef409c76f3e92affef24b53be4669ce6b08d9e538478c647a0b61b107b7f
EBUILD showip-0.8.17-r2.ebuild 1030 RMD160 02a3858e185f3463ed8ed1f278f33c667b52a4f4 SHA1 85950c25355cb6d877e171f1d64ef245c6c2e8e7 SHA256 7ee8fd8cd2e51545cdcdb96e2604ccb592df592967e42797e042d8ad5b8d6241

View file

@ -1,11 +0,0 @@
--- install.rdf.orig 2009-04-11 00:30:10.000000000 +0000
+++ install.rdf 2009-11-26 17:53:31.000000000 +0000
@@ -38,7 +38,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.0</em:minVersion>
- <em:maxVersion>3.1b3pre</em:maxVersion>
+ <em:maxVersion>3.5.*</em:maxVersion>
</Description>
</em:targetApplication>

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${P}-fx+mz+sm"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/590/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${P}-fx+mz+sm"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/590/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,3 +0,0 @@
DIST sql_inject_me-0.4.4-fx.xpi 130131 RMD160 625bc3e8a523341b7e9269d867d41b02359a4507 SHA1 3fe4abeaf7dbb43bb914a820be56142c289aff98 SHA256 0d46d9916d8869536d5bfe5218c38d05c46d4df25b719de35c9d83700578c9a7
EBUILD sql-inject-me-0.4.4-r1.ebuild 1039 RMD160 cc15db1226e412f58a6dd926ac45eecf659acf06 SHA1 0645c7b13f9aa7f5df7fdcf5ad76ff8eb9d28fd7 SHA256 f6db1ad67ec955b0133c0f04a7a0719d481a1e25f67c3f0f9a03dca867f7f6f2
EBUILD sql-inject-me-0.4.4.ebuild 1055 RMD160 662dc95f8364058605bb7b8dca98f7f857f5e4c5 SHA1 fc21d7ae46e374364817f9ae7754e2bf9b73f767 SHA256 1a3d57294a869fa6c705a0e239eec0ebde6b3cef15ef5ef795a34ca333a82bae

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN//-/_}-${PV}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI=" http://releases.mozilla.org/pub/mozilla.org/addons/7597/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN//-/_}-${PV}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI=" http://releases.mozilla.org/pub/mozilla.org/addons/7597/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,3 +0,0 @@
DIST sql_injection!-1.3-fx.xpi 86706 RMD160 83fbf79082d0f730063ea1cb05fe2f7c5325cd0f SHA1 cff12bc02ef6b7619df1cfa6b2f3e00349fdb755 SHA256 af1204c82ae5b49a8b3c7c61bccc398daf76cc42da4f70a0652339a6d551409d
EBUILD sql-injection-1.3-r1.ebuild 1039 RMD160 bbf1dc4dab90eecd8d86a842aebe40570532af65 SHA1 34dbe43ef61487e23ede62be852c6768b8a2aca1 SHA256 435b8dc15dbd2feb22fb44496fdbe66e6b38fbff2a53847f136038cec2cccace
EBUILD sql-injection-1.3.ebuild 1055 RMD160 ca93c69002018864d908853d1f3888932bbce7d8 SHA1 e8592d05aeea656912ad8435189310792b884e91 SHA256 ac4da78dfc05c8e12a04125176c9c765f89a4eedb81eb63da65c14de5dfdd7f8

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN//-/_}!-${PV}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/6727/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN//-/_}!-${PV}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/6727/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,3 +0,0 @@
AUX switchproxy_tool-1.4.1-fx+mz+tb.patch 542 RMD160 f6519c8f48a38ba236fb4f35af4f0b1bd26a323f SHA1 441bae553c587b0a2e7d90f03c7ef6164de31bf6 SHA256 8e99f174899ca61a5d5334c094381211eec65927924a25a2c75945df76c2e7a2
DIST switchproxy_tool-1.4.1-fx+mz+tb.xpi 66344 RMD160 c4c8e73a97bb8fdc59ff2f813af415a219753018 SHA1 a2bcb7b624884b09b0289d3cb72295157ba8e05a SHA256 956f45e302de03380548744f30900a453ec44141e84e314b7eb90ff5ea7d5388
EBUILD switchproxy-1.4.1.ebuild 1061 RMD160 8f752886eac58bc6a29ac6a5d5a25773e35ac76f SHA1 140f6cf6f223c572360e560cf0724954ed47838d SHA256 eb6510e34e6943bdf6f4fe4197d35129de6495984a0ac5a736ee2ef041f773b1

View file

@ -1,12 +0,0 @@
diff -Naur switchproxy_tool-1.4.1-fx+mz+tb.orig/install.rdf switchproxy_tool-1.4.1-fx+mz+tb/install.rdf
--- switchproxy_tool-1.4.1-fx+mz+tb.orig/install.rdf 2009-01-26 15:10:03.000000000 +0000
+++ switchproxy_tool-1.4.1-fx+mz+tb/install.rdf 2009-01-26 15:23:20.000000000 +0000
@@ -29,7 +29,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.0</em:minVersion>
- <em:maxVersion>2.0</em:maxVersion>
+ <em:maxVersion>3.1</em:maxVersion>
</Description>
</em:targetApplication>

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension multilib eutils
MY_P="${PN}_tool-${PV}-fx+mz+tb"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="https://addons.mozilla.org/en-US/firefox/downloads/file/530/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,4 +0,0 @@
AUX tamper_data-10.1.0-fx.patch 412 RMD160 19d518e5046a52b722fb5f85c39ba09b3baf048b SHA1 67c4b23ae6127b42052cf4bf03e2978df8efd6ff SHA256 3f1fa8ce0a8edbb557a5e226a16ad6d793738a42ce8e7be15052b5c14f554a47
DIST tamper_data-10.1.0-fx.xpi 84175 RMD160 800472ba8611dbacb09915f85246474e1cfa53d0 SHA1 09027a308cdc23e7c245896b331e9d6f859107d1 SHA256 80a1a7440735155ae90ab82c0b9f7c527b9a5dff2886a90498cd6adf4afb9724
EBUILD tamper-data-10.1.0-r1.ebuild 1058 RMD160 9e23de87f9d71190ed1ccf9c09fba7f454965514 SHA1 4e5e5b7eedf0f358dea135dd4381293577c93bfd SHA256 ae79aadc3105ee9a2d38d0a3db6ad07ba83f861b67a66cd65073ff415a27ed8b
EBUILD tamper-data-10.1.0-r2.ebuild 1042 RMD160 57d70a45594fbd38d164241fae818a176e89176a SHA1 9050724eecc850b39f9cd9dcdf2afcf3838a76c0 SHA256 ef91a5f037c048003cf9308387791d42bf99255ddc652c565e6731dfceac1bbf

View file

@ -1,11 +0,0 @@
--- install.rdf.orig 2008-07-16 23:02:58.000000000 +0000
+++ install.rdf 2009-11-26 17:57:16.000000000 +0000
@@ -13,7 +13,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>2.0</em:minVersion>
- <em:maxVersion>3.0.*</em:maxVersion>
+ <em:maxVersion>3.5.*</em:maxVersion>
</Description>
</em:targetApplication>

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN/-/_}-${PV}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="https://addons.mozilla.org/en-US/firefox/downloads/file/33806/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN/-/_}-${PV}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="https://addons.mozilla.org/en-US/firefox/downloads/file/33806/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,3 +0,0 @@
DIST user_agent_switcher-0.7.2-fx+sm.xpi 38477 RMD160 42bfa7845a02e765e2a7094a9503080e613a97e4 SHA1 fa4c7dcf9751e3239b14c2c441bb85e83450c678 SHA256 a9f2f2fc99bbd41e571125ec66d14eb7c49fca5c7950c33b00b32f31bf154bce
EBUILD user-agent-switcher-0.7.2-r1.ebuild 1002 RMD160 3ba8e5bb6101934bbfed27d3533b44ffce9be089 SHA1 9118ec106d467dd485e35c3ebf40483fdbeb7158 SHA256 45d11a7ef873473ab6beec56cca8bd0a4abcad8410a854456cbfaf8da0f3d5a4
EBUILD user-agent-switcher-0.7.2.ebuild 1018 RMD160 778ae9c67a5545a182c8b05aff4a2f88ec05f1c9 SHA1 41a4e6bcc0a6c0f762aa3cd801f41c5192cd0513 SHA256 28fbd77ddcd5a92bf8fd8e4c58b5d1d4a1668cf30a39920671bbe33c829dd365

View file

@ -1,43 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN//-/_}-${PV}-fx+sm"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/59/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,43 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN//-/_}-${PV}-fx+sm"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/59/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,3 +0,0 @@
DIST xss_me-0.4.3-fx.xpi 115767 RMD160 0d3fc5244175c078664ba45adc381f29efd836e6 SHA1 5f2599be15fca2b5d8de06a360927f5f13cbd4f0 SHA256 8ab60fd0014617eda3f4833f587d63d11483f5383548bfb50d1647df0e204e5c
EBUILD xss-me-0.4.3-r1.ebuild 1037 RMD160 1230664a73703ffe283dadcfb4bcdb9f26c069ca SHA1 05b31dd42c484a0eadc01c682a26c828ee5fd7ce SHA256 1900b16224f7a097eccec909c47525d7df6e291813688be9d3b15c290baf71f1
EBUILD xss-me-0.4.3.ebuild 1053 RMD160 7f9e34992ed858a5df7b104cac3293d0e02f6226 SHA1 8edadaa1b5db24b89c2384982f31489d4e5d1550 SHA256 6546c10a15f6eeb76596a3348803fc5f60decad7e2853e5908d2bf99ceab7b5c

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN/-/_}-${PV}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/7598/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/firefox-bin-3.0.0
>=www-client/firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}

View file

@ -1,44 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit mozextension-2 multilib eutils
MY_P="${PN/-/_}-${PV}-fx"
DESCRIPTION="A Firefox extensions from the firecat framework."
HOMEPAGE="http://www.security-database.com/toolswatch/FireCAT-Firefox-Catalog-of,302.html"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/7598/${MY_P}.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="|| (
>=www-client/mozilla-firefox-bin-3.0.0
>=www-client/mozilla-firefox-3.0.0
)"
DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
xpi_unpack $A
# epatch "${FILESDIR}/${MY_P}.patch"
}
src_compile () {
einfo "Nothing to compile"
}
src_install () {
declare MOZILLA_FIVE_HOME
if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox"
xpi_install "${S}/${MY_P}"
fi
if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then
MOZILLA_FIVE_HOME="/opt/firefox"
xpi_install "${S}/${MY_P}"
fi
}