mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
firecat: moved all in www-plugins, fixed ff pkg name, next step is to update them
This commit is contained in:
parent
29bee10dd1
commit
492237dd21
36 changed files with 780 additions and 0 deletions
3
www-plugins/add-n-edit-cookies/Manifest
Normal file
3
www-plugins/add-n-edit-cookies/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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-r2.ebuild 1018 RMD160 8133ac250e56a28c6fd63e9650a8bf08ff357367 SHA1 0af1a9d3e6756151c46974c286514749a2ed6e27 SHA256 ce5a1f95051a78a76520ddf85456ae7d6308165dc3533b6313050c3e8f606931
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
11
www-plugins/add-n-edit-cookies/files/ff-3.5_fix.patch
Normal file
11
www-plugins/add-n-edit-cookies/files/ff-3.5_fix.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- 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>
|
||||
2
www-plugins/firebug/Manifest
Normal file
2
www-plugins/firebug/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST firebug-1.4.5-fx.xpi 695194 RMD160 3ad488d4c7dae4326ec30b2f487bd3e7ff599a6d SHA1 aded0b0b673aec35bf5e56861e2aa8edf75d0375 SHA256 bb3e7f79295d83c7f2d7c9e3095e818b9ed57805142e6af8624a2ae1f4dc26b1
|
||||
EBUILD firebug-1.4.5-r1.ebuild 1039 RMD160 4b2aa13bbc2b2b4d6f32f261c7dac63c752d3ef2 SHA1 057664274a7b7f7af654a6db1068d81557e1e735 SHA256 1a38cf92736633a9cb34036674623f43cef6aa0307e94c322b3966570f21940f
|
||||
43
www-plugins/firebug/firebug-1.4.5-r1.ebuild
Normal file
43
www-plugins/firebug/firebug-1.4.5-r1.ebuild
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
emid="firebug@software.joehewitt.com" xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
1
www-plugins/firecat/Manifest
Normal file
1
www-plugins/firecat/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD firecat-1.5-r1.ebuild 715 RMD160 c518a8115fcdde9962b1e28586bfc48e9be8f334 SHA1 e7e21135997e254decd3f48a5606080ead4ca2d3 SHA256 8f97db5e37810ad8ab2938fcc648ec86b4bdde718a6726159b606e591fbc44df
|
||||
26
www-plugins/firecat/firecat-1.5-r1.ebuild
Normal file
26
www-plugins/firecat/firecat-1.5-r1.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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="www-plugins/add-n-edit-cookies
|
||||
www-plugins/firebug
|
||||
www-plugins/foxyproxy
|
||||
www-plugins/hackbar
|
||||
www-plugins/httpfox
|
||||
www-plugins/live-http-headers
|
||||
www-plugins/no-referer
|
||||
www-plugins/showip
|
||||
www-plugins/sql-inject-me
|
||||
www-plugins/sql-injection
|
||||
www-plugins/multiproxy-switch
|
||||
www-plugins/tamper-data
|
||||
www-plugins/user-agent-switcher
|
||||
www-plugins/xss-me"
|
||||
DEPEND="${RDEPEND}"
|
||||
2
www-plugins/foxyproxy/Manifest
Normal file
2
www-plugins/foxyproxy/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST foxyproxy_standard-2.15-fx+sm+tb.xpi 578121 RMD160 d546d4eed044f0dc8824a33d4d7b423b68c6f9a7 SHA1 d839747995e9d0b1cc6b2c445b754687daed520a SHA256 55aae398eeac591b88673f3e31a1510e30cc21cb077f9044700e72b0c6c4a8d7
|
||||
EBUILD foxyproxy-2.15-r1.ebuild 1024 RMD160 c0ab3cbab5d7fe6c7abf0ed49fde56e7b13c2892 SHA1 418940f442cf701d952af2b90376f64f3712adb7 SHA256 025b62e012ff59886b0c108c495b6e5475afba8bc16d836e262dfe112423337f
|
||||
44
www-plugins/foxyproxy/foxyproxy-2.15-r1.ebuild
Normal file
44
www-plugins/foxyproxy/foxyproxy-2.15-r1.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
3
www-plugins/hackbar/Manifest
Normal file
3
www-plugins/hackbar/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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 999 RMD160 b4c96e8ba42c38ddc4c2cb81b0c308db5da71d4d SHA1 e3f3ab73c9dc7a2e2f93aa8e7d17e4e1f3f4c837 SHA256 8b80af8d9e32fe488ad08ec465494b69d697f398d092b813fe61f3bc8790d4cd
|
||||
24
www-plugins/hackbar/files/hackbar-1.4.2-fx.patch
Normal file
24
www-plugins/hackbar/files/hackbar-1.4.2-fx.patch
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
--- 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>
|
||||
44
www-plugins/hackbar/hackbar-1.4.2-r1.ebuild
Normal file
44
www-plugins/hackbar/hackbar-1.4.2-r1.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
3
www-plugins/httpfox/Manifest
Normal file
3
www-plugins/httpfox/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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-r2.ebuild 1001 RMD160 2a032e22dec4dfc096f33eb5c7bbc2dfc797d65a SHA1 d639266d19f96e444f9cf8efdd5642a7ab890d12 SHA256 c0ec1717f6f7130c1f2fac22f5c6604516ac16d4a7d865de7541009bdad43889
|
||||
18
www-plugins/httpfox/files/httpfox-0.8.4-fx.patch
Normal file
18
www-plugins/httpfox/files/httpfox-0.8.4-fx.patch
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
--- 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>
|
||||
44
www-plugins/httpfox/httpfox-0.8.4-r2.ebuild
Normal file
44
www-plugins/httpfox/httpfox-0.8.4-r2.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
2
www-plugins/live-http-headers/Manifest
Normal file
2
www-plugins/live-http-headers/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST live_http_headers-0.15-fx+sm.xpi 108354 RMD160 0e09306f81a5d5dea8aecf296148d78b4c6cd490 SHA1 d6cb0b4ca29c998247f03a34d786ec61f052fb44 SHA256 5a196effcab0b5fced08de02f5dcd98b9abb0cfc550882b9a390802dc7f32c2d
|
||||
EBUILD live-http-headers-0.15-r1.ebuild 1017 RMD160 3febb209e8d2c7a786c695ddb95656d97e194993 SHA1 c1db51a555f047f485de6d22918bff75abbeaf45 SHA256 66d48f01098bc6d413539160c3d827f9d3e2778b78a4a060386a0b8700fd9897
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
# 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/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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
2
www-plugins/multiproxy-switch/Manifest
Normal file
2
www-plugins/multiproxy-switch/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST multiproxy_switch-1.43-fx+tb+mz.xpi 76987 RMD160 2c7d8bdb5cff3311c6326d923ccfa0576f67b461 SHA1 7ee4292126df8e7185e52f18befc6b5102d64463 SHA256 1ba829babd463a1aee3e733c42383db330de1d0ae2578c5085c03611d1ff7fca
|
||||
EBUILD multiproxy-switch-1.43-r1.ebuild 1183 RMD160 d71db3a73b50db1fa699f66dba622b2cbdd9e905 SHA1 40e101b6671297e10cbb497887a164da9bfa4904 SHA256 d2b73be56d521b47d5984c4d110635909c82fc0204771597581ee6a651074e7e
|
||||
|
|
@ -0,0 +1,49 @@
|
|||
# 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+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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
3
www-plugins/no-referer/Manifest
Normal file
3
www-plugins/no-referer/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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 1016 RMD160 efbded22daea96eba8324039b779ee8c124ae0dc SHA1 4c86917ece4b9efd3129dd6b34cce3e25cd7629b SHA256 764a568cd2029fca43e348c584bcd4224f9f5f764b2e66f450aaf4ddfc8e4c4f
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
--- 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>
|
||||
44
www-plugins/no-referer/no-referer-1.3.1-r1.ebuild
Normal file
44
www-plugins/no-referer/no-referer-1.3.1-r1.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
3
www-plugins/showip/Manifest
Normal file
3
www-plugins/showip/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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-r2.ebuild 1006 RMD160 0f15877027a75aef573980be5947055768b07f88 SHA1 b49519ee9102c7888bdabf6f8a5cbd23d25c7deb SHA256 e2cdde1ce95205baa60e100752b156b37a9604759b548732c7f39c466be7a121
|
||||
11
www-plugins/showip/files/showip-0.8.17-fx+mz+sm.patch
Normal file
11
www-plugins/showip/files/showip-0.8.17-fx+mz+sm.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- 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>
|
||||
|
||||
44
www-plugins/showip/showip-0.8.17-r2.ebuild
Normal file
44
www-plugins/showip/showip-0.8.17-r2.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
2
www-plugins/sql-inject-me/Manifest
Normal file
2
www-plugins/sql-inject-me/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
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 1015 RMD160 ea1c88cedcbe536245846dabd7dc144ad8844dc9 SHA1 41004830141cbb4237ebfdf496ea2c4e1e1d5a0e SHA256 ce7ddf8e9de991412d1395bccfb8528fb5b096338722488e9f4aa7f7773a7185
|
||||
44
www-plugins/sql-inject-me/sql-inject-me-0.4.4-r1.ebuild
Normal file
44
www-plugins/sql-inject-me/sql-inject-me-0.4.4-r1.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
2
www-plugins/sql-injection/Manifest
Normal file
2
www-plugins/sql-injection/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST sql_injection!-1.3-fx.xpi 86706 RMD160 83fbf79082d0f730063ea1cb05fe2f7c5325cd0f SHA1 cff12bc02ef6b7619df1cfa6b2f3e00349fdb755 SHA256 af1204c82ae5b49a8b3c7c61bccc398daf76cc42da4f70a0652339a6d551409d
|
||||
EBUILD sql-injection-1.3-r1.ebuild 1015 RMD160 75aadea3d24855565f5cd2b687ba1d9c19db8fdb SHA1 5820de2839b37689225970fa57860d8f41ec30b2 SHA256 5cabe193ff653c6421ef877b825323de3a850a74e63d45036470fc79e3b109db
|
||||
44
www-plugins/sql-injection/sql-injection-1.3-r1.ebuild
Normal file
44
www-plugins/sql-injection/sql-injection-1.3-r1.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
3
www-plugins/tamper-data/Manifest
Normal file
3
www-plugins/tamper-data/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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-r2.ebuild 1018 RMD160 bc5bfabcfd8ae721637363ec72b52e41467d03b7 SHA1 99ec275dda37fc8cd3ab37fa625955e6f285c027 SHA256 b22f4cd22e76b93a9d109ca8d7a84a65517e909446083e187f503ae0a72e3ca1
|
||||
11
www-plugins/tamper-data/files/tamper_data-10.1.0-fx.patch
Normal file
11
www-plugins/tamper-data/files/tamper_data-10.1.0-fx.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- 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>
|
||||
|
||||
44
www-plugins/tamper-data/tamper-data-10.1.0-r2.ebuild
Normal file
44
www-plugins/tamper-data/tamper-data-10.1.0-r2.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
2
www-plugins/user-agent-switcher/Manifest
Normal file
2
www-plugins/user-agent-switcher/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
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 978 RMD160 c84699e6d3b8d672dba2ee4ea8455c15e788fa3d SHA1 da71d52bf39f84c4e0025d8e01887e5fb848b5a7 SHA256 e68d2df747d85212d55a65b43863e348fcf697241a81d5e4893f229f64c5cdb5
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
2
www-plugins/xss-me/Manifest
Normal file
2
www-plugins/xss-me/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST xss_me-0.4.3-fx.xpi 115767 RMD160 0d3fc5244175c078664ba45adc381f29efd836e6 SHA1 5f2599be15fca2b5d8de06a360927f5f13cbd4f0 SHA256 8ab60fd0014617eda3f4833f587d63d11483f5383548bfb50d1647df0e204e5c
|
||||
EBUILD xss-me-0.4.3-r1.ebuild 1013 RMD160 c681e5e457f15534c64b6b9f23749be3243f4197 SHA1 e23a1b1489a6f6619ebea1b92ab1035472e850a0 SHA256 5548fd349f211a805efa7d396cc5255ffe63256b6b6d482c90b15a0383306307
|
||||
44
www-plugins/xss-me/xss-me-0.4.3-r1.ebuild
Normal file
44
www-plugins/xss-me/xss-me-0.4.3-r1.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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/firefox-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
if has_version '>=www-client/firefox-bin-1.5.0.7'; then
|
||||
MOZILLA_FIVE_HOME="/opt/firefox"
|
||||
xpi_install "${S}/${MY_P}"
|
||||
fi
|
||||
}
|
||||
Loading…
Reference in a new issue