From e3b118d9fdae20f06edd113209732da7831156ca Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 24 Jan 2017 23:43:03 +0800 Subject: [PATCH] www-plugins: bump --- www-plugins/adblock_plus/Manifest | 4 +- ...2.6.7.ebuild => adblock_plus-2.8.2.ebuild} | 7 ++-- .../adblock_plus/adblock_plus-9999.ebuild | 4 +- www-plugins/firebug/Manifest | 2 +- ...ug-2.0.17.ebuild => firebug-2.0.18.ebuild} | 4 +- www-plugins/foxyproxy/Manifest | 2 +- www-plugins/foxyproxy/foxyproxy-4.6.2.ebuild | 37 ++++++++++++++++++ www-plugins/noscript/Manifest | 1 + www-plugins/noscript/noscript-2.9.5.3.ebuild | 39 +++++++++++++++++++ 9 files changed, 89 insertions(+), 11 deletions(-) rename www-plugins/adblock_plus/{adblock_plus-2.6.7.ebuild => adblock_plus-2.8.2.ebuild} (88%) rename www-plugins/firebug/{firebug-2.0.17.ebuild => firebug-2.0.18.ebuild} (93%) create mode 100644 www-plugins/foxyproxy/foxyproxy-4.6.2.ebuild create mode 100644 www-plugins/noscript/noscript-2.9.5.3.ebuild diff --git a/www-plugins/adblock_plus/Manifest b/www-plugins/adblock_plus/Manifest index b68afa73a..002dae330 100644 --- a/www-plugins/adblock_plus/Manifest +++ b/www-plugins/adblock_plus/Manifest @@ -1,2 +1,2 @@ -DIST adblock_plus-2.6.7.xpi 985112 SHA256 9b550e2e30a2f4b702f853fab399c2b32f12254954ae27061c526ec29fb583fd SHA512 1991f856732e4ff80e97dfc019961181464e729829b38db26eea7983fe30d10e9bf5aac6b52b76b42b59d114fb80d1019f5c43ff22d838be896ee6212a7be168 WHIRLPOOL b3f7fd4272eed6034669c7608d5827d1e8e3520e7869cdf9205025d2b190e7287c1c3b57fabd13ce9ba661e93fc74145c9608ee56c1f7a8b21dc7c50e0c3f6cd -DIST adblock_plus-9999.xpi 985112 SHA256 9b550e2e30a2f4b702f853fab399c2b32f12254954ae27061c526ec29fb583fd SHA512 1991f856732e4ff80e97dfc019961181464e729829b38db26eea7983fe30d10e9bf5aac6b52b76b42b59d114fb80d1019f5c43ff22d838be896ee6212a7be168 WHIRLPOOL b3f7fd4272eed6034669c7608d5827d1e8e3520e7869cdf9205025d2b190e7287c1c3b57fabd13ce9ba661e93fc74145c9608ee56c1f7a8b21dc7c50e0c3f6cd +DIST adblock_plus-2.8.2.xpi 1055311 SHA256 2de5616ae0ad17fd6345c6f8f8ec5bd8a8db1bdf8d8dad9995857ad2d6454306 SHA512 870f22e7b902a4c6569445892db7569f6698110b67dd578babe33bcc9ef70a787dc875d9f800ea12b49f2bee661493473b4ca5adb271d6607e7276c3e0705574 WHIRLPOOL 1c06fad545f037db37227d785f80621ca5b6817d6159dc557cf10d18a5e0277d18dcde1bd3b10a64019ea34bbf8ebee34f4b43cbe20e1634e72b2242061ea1c6 +DIST adblock_plus-9999.xpi 1055311 SHA256 2de5616ae0ad17fd6345c6f8f8ec5bd8a8db1bdf8d8dad9995857ad2d6454306 SHA512 870f22e7b902a4c6569445892db7569f6698110b67dd578babe33bcc9ef70a787dc875d9f800ea12b49f2bee661493473b4ca5adb271d6607e7276c3e0705574 WHIRLPOOL 1c06fad545f037db37227d785f80621ca5b6817d6159dc557cf10d18a5e0277d18dcde1bd3b10a64019ea34bbf8ebee34f4b43cbe20e1634e72b2242061ea1c6 diff --git a/www-plugins/adblock_plus/adblock_plus-2.6.7.ebuild b/www-plugins/adblock_plus/adblock_plus-2.8.2.ebuild similarity index 88% rename from www-plugins/adblock_plus/adblock_plus-2.6.7.ebuild rename to www-plugins/adblock_plus/adblock_plus-2.8.2.ebuild index c2e1cd95a..aef8e4337 100644 --- a/www-plugins/adblock_plus/adblock_plus-2.6.7.ebuild +++ b/www-plugins/adblock_plus/adblock_plus-2.8.2.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id $ EAPI=5 inherit mozilla-addon -MOZ_FILEID="293070" +MOZ_FILEID="541651" DESCRIPTION="Firefox extension to block annoying ads automatically, no distractions." HOMEPAGE="http://adblockplus.org/en/firefox" SRC_URI="http://addons.mozilla.org/downloads/file/${MOZ_FILEID} -> ${P}.xpi" +#https://addons.mozilla.org/firefox/downloads/file/541651/adblock_plus-2.8.2-an+fx+sm+tb.xpi?src=version-history LICENSE="GPL-3" SLOT="0" diff --git a/www-plugins/adblock_plus/adblock_plus-9999.ebuild b/www-plugins/adblock_plus/adblock_plus-9999.ebuild index 6bcd948e7..51ac6abe4 100644 --- a/www-plugins/adblock_plus/adblock_plus-9999.ebuild +++ b/www-plugins/adblock_plus/adblock_plus-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id $ EAPI=5 diff --git a/www-plugins/firebug/Manifest b/www-plugins/firebug/Manifest index 0ee9844af..70e2d4a33 100644 --- a/www-plugins/firebug/Manifest +++ b/www-plugins/firebug/Manifest @@ -1,2 +1,2 @@ -DIST firebug-2.0.17.xpi 2617021 SHA256 32a1eef23bdac7bb97a06b527f5c88fe94476755f76b8b1db3b3c66acddd83da SHA512 4a9e0c7bb73aa785cff6e03e49f456e4f5045e387a395259b5b03086ddf10d67f7a117161f057656706e76a98f903cde1b52a270677ddf4419e1e363619db3ab WHIRLPOOL 41e77f4743a7fd784a0ab7f565cadadb18432d1d64f6a80238772c2542befbc982acfe692842b2dbf60b0556ce2b2e577d6e7aad2b6e259ffc65d18e9d8cf32b +DIST firebug-2.0.18.xpi 2617046 SHA256 7cd395e1a79f24b25856f73abaa2f1ca45b9a12dd83276e3b6b6bcb0f25c2944 SHA512 68607f7b001a0febe7133cf9d35afea0d03af4377a45c5f073d1bbe55a7164fdce444a98317b7290c71bae6e591bf0539630fa0e5242e9148b0f337cc4a49cb0 WHIRLPOOL 77a07c00e1346684618920a629079b7f50d94dd7aaf2a17ad194dabb4ad5a5540a9d1492b90378b36888bb5f2b8d7ceba58e8ad291109f209df0b3ec0e6107ee DIST firebug-9999.xpi 2551632 SHA256 6723fb792aa286016be9675ffb96dd314e707b7e3264d9c931807b0a0e14d767 SHA512 e6546021eba68e8e1b9373d8c595d16ee70c22c09f9b717f930a8ddae7afc7fc8a1cab7b102df8780823c3c200300c88979d1b460fd32e904c68fea4087d1f6a WHIRLPOOL e512ea10998b433e19c19fc90d2f8194248b70b357daea2382ce80c656805c4921e2831f201f19bf9114adb85e2d8f4ac42ad44ffbf44d0f12806f98a8ea716e diff --git a/www-plugins/firebug/firebug-2.0.17.ebuild b/www-plugins/firebug/firebug-2.0.18.ebuild similarity index 93% rename from www-plugins/firebug/firebug-2.0.17.ebuild rename to www-plugins/firebug/firebug-2.0.18.ebuild index 0c29064c7..348f80472 100644 --- a/www-plugins/firebug/firebug-2.0.17.ebuild +++ b/www-plugins/firebug/firebug-2.0.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit mozilla-addon -MOZ_FILEID="449560" +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" diff --git a/www-plugins/foxyproxy/Manifest b/www-plugins/foxyproxy/Manifest index d6f611683..5160b8eb4 100644 --- a/www-plugins/foxyproxy/Manifest +++ b/www-plugins/foxyproxy/Manifest @@ -1,3 +1,3 @@ -DIST foxyproxy-4.5.5.xpi 976990 SHA256 56dc7075233db41e4d50304762e8f7518b8ebd6c65eeefc9cb72699e290bf749 SHA512 c0b22b40bb306196c770fb1da1662fbfe721cd6bca0ed55bffb02b70b7029a6dd76c678b7de440b01aa71b395146a24b7190e2d12c341fe91434bb4a8b830221 WHIRLPOOL a308512ce8a4ecf5dff869b40b850333ef367a61a0dbad79656010039d45ea67679fe4c095b40bfed7307803933ad8bcc3ae83990bdb572a03f4c3869d864b90 DIST foxyproxy-4.5.7.xpi 974326 SHA256 206b0b8ff7e2502fbaa1afd84c77809769b84347e50e39861109820a4d497584 SHA512 3435efbf9f15d4ad87a822b18b7b4925ed751396c71d51e7da9811265db51b288ed16f0bef7be3728a1b4ac0df63a92993f93c8a1bb6129034c93aca958bb5fa WHIRLPOOL 7211d1e82ca3dcbeb4d4a522ea15ecb6ac3e6f875feea66f88381fc323df7a329cd08d493fb481b7c226e3214648b45dff797561fdf4578401f3b1d5afcddb88 +DIST foxyproxy-4.6.2.xpi 969721 SHA256 a7aedcc8763e3cb73d8c9b40f13aa5a2556cdb9bcb8e352bf68ddd52e0ee847b SHA512 d8369b16e18630d43ec5187271c4b487398df68f2e7eb01b22a82e94c38221700dbe4e7feaa7c19413eb49ae554cc518f60f0dea437d877bbbaa6cfcf5f4e037 WHIRLPOOL 9ed5f8b2b675dafd326833501a02c889d62176ca365dfa8c04861c054b727db4654d93399eda1ecfa8ced49cd663256ca381daebfa7b1277c65e802049d1bf26 DIST foxyproxy-9999.xpi 976990 SHA256 56dc7075233db41e4d50304762e8f7518b8ebd6c65eeefc9cb72699e290bf749 SHA512 c0b22b40bb306196c770fb1da1662fbfe721cd6bca0ed55bffb02b70b7029a6dd76c678b7de440b01aa71b395146a24b7190e2d12c341fe91434bb4a8b830221 WHIRLPOOL a308512ce8a4ecf5dff869b40b850333ef367a61a0dbad79656010039d45ea67679fe4c095b40bfed7307803933ad8bcc3ae83990bdb572a03f4c3869d864b90 diff --git a/www-plugins/foxyproxy/foxyproxy-4.6.2.ebuild b/www-plugins/foxyproxy/foxyproxy-4.6.2.ebuild new file mode 100644 index 000000000..43de35f2c --- /dev/null +++ b/www-plugins/foxyproxy/foxyproxy-4.6.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id $ + +EAPI=5 + +inherit mozilla-addon + +#blshkv hack, find this number using the following url: +#https://services.addons.mozilla.org/en-US/firefox/api/1.5/addon/foxyproxy-standard +#