From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- www-plugins/passff/Manifest | 6 +++--- www-plugins/passff/metadata.xml | 8 +------- www-plugins/passff/passff-1.9.1.ebuild | 30 ++++++++++++++++++++++++++++++ www-plugins/passff/passff-1.9.ebuild | 30 ------------------------------ 4 files changed, 34 insertions(+), 40 deletions(-) create mode 100644 www-plugins/passff/passff-1.9.1.ebuild delete mode 100644 www-plugins/passff/passff-1.9.ebuild (limited to 'www-plugins/passff') diff --git a/www-plugins/passff/Manifest b/www-plugins/passff/Manifest index ada08aab7af5..a9310a9e4e85 100644 --- a/www-plugins/passff/Manifest +++ b/www-plugins/passff/Manifest @@ -1,3 +1,3 @@ -DIST passff-1.9-fx.xpi 72849 BLAKE2B 8b75fba4b5aeb04693966e74761e3ffb46512c83cfd27354c7e3e5c3ef83b9ea5eb7f53501e694a2e61157bb6b9c5ec62a6fcc9a5b81ef61d927a1a563f08671 SHA512 7810d97c1b5b5dc341684dceaac85f1d225880ea5d308a3eb72c807fa073f60f87abec0a6933d7918e565797c6eda9a78867d0edd33e90a6ccd5c8d1cbf80850 -EBUILD passff-1.9.ebuild 890 BLAKE2B 48bf0f9d9d30ba4f1b495aafb1f27abeb0f4cca57282b35300ca70b42d534aaa8c48791ccaa779c611cb1a1ed640d0c6ad1cdf7e8fa9a3ea43d57a8b9bc74f30 SHA512 a880512f02e6086161424e154f8867323c710978109e062766b71dfe7383e01e44b8b921e82c6054d5758fb44163e22d32f176beef15be586a2d49ca871c5d0e -MISC metadata.xml 405 BLAKE2B 67f6bbac11d8079427eaf30bbdb41ceeb738d31b437a9bc4253e912edd4ff4c8294ee27805188728a782bd99ddaba4fd0b274c5a6918159121ad840f328bb1ba SHA512 8312f9bc8e7859745d0ccf2ccda8e8e797d1d1b1b7537554c1ba788277ccb2de72d28a93e7cc55795c9f407389b2dc5067c5f025db98ff08b520ede3cb4aa513 +DIST passff-1.9.1-fx.xpi 72849 BLAKE2B 8b75fba4b5aeb04693966e74761e3ffb46512c83cfd27354c7e3e5c3ef83b9ea5eb7f53501e694a2e61157bb6b9c5ec62a6fcc9a5b81ef61d927a1a563f08671 SHA512 7810d97c1b5b5dc341684dceaac85f1d225880ea5d308a3eb72c807fa073f60f87abec0a6933d7918e565797c6eda9a78867d0edd33e90a6ccd5c8d1cbf80850 +EBUILD passff-1.9.1.ebuild 890 BLAKE2B c261a7ce089fffee63046a747db089207ba1c5b517730274b316794000ddbc26528c0a1043a92cdd0608175e1b832420d60125fd3bf38eb9e82d3836ca42d8b7 SHA512 ddd8a60d826b4d31871ad055952c307b2ae9ca9a4c5dadeedaa95149a005080362879b430a2bdcafc3f9dde68e500a09015e5fab73777ef3ea17d2809fac708b +MISC metadata.xml 241 BLAKE2B 8c2da657ec7ae9f7218b1ff70d42b51e3e281f899e04caa87da13ed1439d6e7d4eb0218538efc9a6b9f1ae5c029dd77e1f7b76fcb2d6f0f23d050cd28092a0f0 SHA512 2ef4b3fc433749f6a98bf77cdaeaae376f072fdf83165331beb5c9db418841a09a582401d1664075e12587e0913c10e4121c267803b808941c06ec4d921edfc6 diff --git a/www-plugins/passff/metadata.xml b/www-plugins/passff/metadata.xml index af94d61a3425..c4a7fed35067 100644 --- a/www-plugins/passff/metadata.xml +++ b/www-plugins/passff/metadata.xml @@ -1,13 +1,7 @@ - - contact@hacktivis.me - - - proxy-maint@gentoo.org - Proxy Maintainers - + passff/passff diff --git a/www-plugins/passff/passff-1.9.1.ebuild b/www-plugins/passff/passff-1.9.1.ebuild new file mode 100644 index 000000000000..3abafff5d724 --- /dev/null +++ b/www-plugins/passff/passff-1.9.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2018-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_XPINAME="${P}-fx" + +DESCRIPTION="zx2c4 pass manager extension for Firefox" +HOMEPAGE="https://github.com/passff/passff" +SRC_URI="https://addons.mozilla.org/firefox/downloads/file/3051801/${MY_XPINAME}.xpi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="www-plugins/passff-host[firefox]" + +S="${WORKDIR}" + +src_unpack() { + cp "${DISTDIR}/${MY_XPINAME}.xpi" . || die +} + +src_install() { + # See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders + insinto "/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/" + # passff@invicem.pro is the extension id found in the manifest.json + newins "${MY_XPINAME}.xpi" "passff@invicem.pro.xpi" +} diff --git a/www-plugins/passff/passff-1.9.ebuild b/www-plugins/passff/passff-1.9.ebuild deleted file mode 100644 index d2745055d54f..000000000000 --- a/www-plugins/passff/passff-1.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2018-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_XPINAME="${P}-fx" - -DESCRIPTION="zx2c4 pass manager extension for Firefox" -HOMEPAGE="https://github.com/passff/passff" -SRC_URI="https://addons.mozilla.org/firefox/downloads/file/3051801/${MY_XPINAME}.xpi" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="www-plugins/passff-host[firefox]" - -S="${WORKDIR}" - -src_unpack() { - cp "${DISTDIR}/${MY_XPINAME}.xpi" . || die -} - -src_install() { - # See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders - insinto "/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/" - # passff@invicem.pro is the extension id found in the manifest.json - newins "${MY_XPINAME}.xpi" "passff@invicem.pro.xpi" -} -- cgit v1.2.3