diff --git a/eclass/mozilla-webext.eclass b/eclass/mozilla-webext.eclass index ca67efc01..3ee90e010 100644 --- a/eclass/mozilla-webext.eclass +++ b/eclass/mozilla-webext.eclass @@ -68,7 +68,7 @@ mozilla-webext_getfileid() { fi done < "${MEXT_API_PATH}" - [[ -n "${WEXT_FILEID}" ]] || die "$FUNCNAME could not find guid!" + [[ -n "${WEXT_FILEID}" ]] || die "$FUNCNAME could not find fileid!" echo -n "${WEXT_FILEID}" } diff --git a/www-plugins/user-agent-switcher-revived/Manifest b/www-plugins/user-agent-switcher-revived/Manifest index 84bc202a6..c3ed5e6e6 100644 --- a/www-plugins/user-agent-switcher-revived/Manifest +++ b/www-plugins/user-agent-switcher-revived/Manifest @@ -1,2 +1,3 @@ DIST user-agent-switcher-revived-0.2.0.xpi 102711 BLAKE2B f347644e0704a97bf06dec03927f60c6d92c9570716aa7b2a418422ba470c6e8a657155c4d6521484caad7986c8969efb9e1075a8be1812936b95eb744886588 SHA512 2b412eac8d95e1f55620080abac5ff3fd705ec6a1b0951406f278e6046c3327a64863058e10e222044317d07794e0d5577ae33874e35fe04cf8acc9a2ce27e35 DIST user-agent-switcher-revived-0.2.4.xpi 110307 BLAKE2B 394c5c05775f4a51e92957110e87439056957a052cf35f2d0d74e6f55ab19020f618865bb50a3f4ff7b9ecf8968c29be49304df71e9bf68f0e564341e02da3cf SHA512 7bd7a9072a181581b7f225853c4a242e64a05bce45458e135b6bac18065a5354d8b6839893f92da43ee01b89d466039d304fff9889693dff2ce8c3b6ab59902a +DIST user-agent-switcher-revived-0.2.6.xpi 102429 BLAKE2B f284b02560fa56397106567dfaa09a06450f8f25af544b71ca5471d44c339012b287e04a3c288ac01876d936c95d222284e98e5091f09a93b3bab87460e5a259 SHA512 13069a5da35154cd424fc2865c6847199b7bdd335798f5541251aeea3c1ac2e6757a3d20c53297d88212f9b6fcd32f915c0cc86f9d8596723241c8e2499b4b4e diff --git a/www-plugins/user-agent-switcher-revived/user-agent-switcher-revived-0.2.6.ebuild b/www-plugins/user-agent-switcher-revived/user-agent-switcher-revived-0.2.6.ebuild new file mode 100644 index 000000000..c393fef8e --- /dev/null +++ b/www-plugins/user-agent-switcher-revived/user-agent-switcher-revived-0.2.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +#https://addons.mozilla.org/api/v4/addons/addon/user-agent-switcher-revived +#files":[{"id": +WEXT_FILEID="3290528" +#"guid" +WEXT_GUID="{75afe46a-7a50-4c6b-b866-c43a1075b071}" + +inherit mozilla-webext + +DESCRIPTION="Adds a menu and a toolbar button to switch the user agent of firefox" +HOMEPAGE="https://mybrowseraddon.com/useragent-switcher.html" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE=""