Gentoo Archives: gentoo-proxy-maint

From: "Michał Górny" <mgorny@g.o>
To: "Haelwenn (lanodan) Monnier" <contact@×××××××××.me>, gentoo-proxy-maint@l.g.o
Subject: Re: [gentoo-proxy-maint] [PATCH 1/2] www-plugins/passff: Version bump, 1.9
Date: Fri, 28 Jun 2019 08:38:57
Message-Id: 320c1e8597c3f9af64879f01c0df986747ca06ee.camel@gentoo.org
In Reply to: [gentoo-proxy-maint] [PATCH 1/2] www-plugins/passff: Version bump, 1.9 by "Haelwenn (lanodan) Monnier"
1 On Fri, 2019-06-28 at 09:03 +0200, Haelwenn (lanodan) Monnier wrote:
2 > Signed-off-by: Haelwenn (lanodan) Monnier <contact@×××××××××.me>
3 > ---
4 > www-plugins/passff/Manifest | 1 +
5 > www-plugins/passff/passff-1.9.ebuild | 30 ++++++++++++++++++++++++++++
6 > 2 files changed, 31 insertions(+)
7 > create mode 100644 www-plugins/passff/passff-1.9.ebuild
8 >
9 > diff --git a/www-plugins/passff/Manifest b/www-plugins/passff/Manifest
10 > index 25af54a823f..0cfd5cf3ac0 100644
11 > --- a/www-plugins/passff/Manifest
12 > +++ b/www-plugins/passff/Manifest
13 > @@ -1 +1,2 @@
14 > DIST passff-1.8-fx.xpi 72678 BLAKE2B d5ec67fff396d62960fbf813ab9d8f6086028a282bab78aa4dc6e63132e723ce4b1bb6d05015d3934fabbd37460d04f7626043b97fd29c5c72486754ef14e111 SHA512 5500e7439d5eda3481eaa405abaef5b846f4f29b5fee4dffc49084b2ce658f9e13e4ced747a28d368892034921a556e3a989c1f8682365cdab787e41913c8250
15 > +DIST passff-1.9-fx.xpi 72849 BLAKE2B 8b75fba4b5aeb04693966e74761e3ffb46512c83cfd27354c7e3e5c3ef83b9ea5eb7f53501e694a2e61157bb6b9c5ec62a6fcc9a5b81ef61d927a1a563f08671 SHA512 7810d97c1b5b5dc341684dceaac85f1d225880ea5d308a3eb72c807fa073f60f87abec0a6933d7918e565797c6eda9a78867d0edd33e90a6ccd5c8d1cbf80850
16 > diff --git a/www-plugins/passff/passff-1.9.ebuild b/www-plugins/passff/passff-1.9.ebuild
17 > new file mode 100644
18 > index 00000000000..d2745055d54
19 > --- /dev/null
20 > +++ b/www-plugins/passff/passff-1.9.ebuild
21 > @@ -0,0 +1,30 @@
22 > +# Copyright 2018-2019 Gentoo Authors
23 > +# Distributed under the terms of the GNU General Public License v2
24 > +
25 > +EAPI=7
26 > +
27 > +MY_XPINAME="${P}-fx"
28 > +
29 > +DESCRIPTION="zx2c4 pass manager extension for Firefox"
30 > +HOMEPAGE="https://github.com/passff/passff"
31 > +SRC_URI="https://addons.mozilla.org/firefox/downloads/file/3051801/${MY_XPINAME}.xpi"
32 > +
33 > +LICENSE="GPL-2"
34 > +SLOT="0"
35 > +KEYWORDS="~amd64 ~x86"
36 > +IUSE=""
37 > +
38 > +RDEPEND="www-plugins/passff-host[firefox]"
39 > +
40 > +S="${WORKDIR}"
41 > +
42 > +src_unpack() {
43 > + cp "${DISTDIR}/${MY_XPINAME}.xpi" . || die
44 > +}
45 > +
46 > +src_install() {
47 > + # See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders
48 > + insinto "/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/"
49 > + # passff@×××××××.pro is the extension id found in the manifest.json
50 > + newins "${MY_XPINAME}.xpi" "passff@×××××××××××.xpi"
51 > +}
52
53 Merged.
54
55 --
56 Best regards,
57 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature