Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/passff/
Date: Thu, 30 May 2019 14:31:08
Message-Id: 1559226643.e96bbcfd4ddfaf7727abd666f6eb5dd64820dca5.mgorny@gentoo
1 commit: e96bbcfd4ddfaf7727abd666f6eb5dd64820dca5
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sun Apr 21 09:49:03 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 14:30:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96bbcfd
7
8 www-plugins/passff: Remove old (1.6.3)
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11 Closes: https://github.com/gentoo/gentoo/pull/11761
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 www-plugins/passff/Manifest | 1 -
15 www-plugins/passff/passff-1.6.3.ebuild | 30 ------------------------------
16 2 files changed, 31 deletions(-)
17
18 diff --git a/www-plugins/passff/Manifest b/www-plugins/passff/Manifest
19 index 28b0246c1d9..25af54a823f 100644
20 --- a/www-plugins/passff/Manifest
21 +++ b/www-plugins/passff/Manifest
22 @@ -1,2 +1 @@
23 -DIST passff-1.6.3-fx.xpi 66124 BLAKE2B 9638567e141f0bc68d754325df2bc97a45f918778bddf536ccf9b5701a7e805f0081f8cd1c4193cd750c079b7e00880872cecb71324fd7267fe39638f4c46a9a SHA512 83dffe2b2f1284d90c6e37b5e794e45cc8e2e59f782ee0cce37da4bf16a6349f645e5fb59516bf5a10ef6a9e77a775cd81e4e775fb45b8a8454c9db4c0b781b5
24 DIST passff-1.8-fx.xpi 72678 BLAKE2B d5ec67fff396d62960fbf813ab9d8f6086028a282bab78aa4dc6e63132e723ce4b1bb6d05015d3934fabbd37460d04f7626043b97fd29c5c72486754ef14e111 SHA512 5500e7439d5eda3481eaa405abaef5b846f4f29b5fee4dffc49084b2ce658f9e13e4ced747a28d368892034921a556e3a989c1f8682365cdab787e41913c8250
25
26 diff --git a/www-plugins/passff/passff-1.6.3.ebuild b/www-plugins/passff/passff-1.6.3.ebuild
27 deleted file mode 100644
28 index 80c02c29368..00000000000
29 --- a/www-plugins/passff/passff-1.6.3.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 2018-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -MY_XPINAME="${P}-fx"
38 -
39 -DESCRIPTION="zx2c4 pass manager extension for Firefox"
40 -HOMEPAGE="https://github.com/passff/passff"
41 -SRC_URI="https://addons.mozilla.org/firefox/downloads/file/1681210/${MY_XPINAME}.xpi"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND="www-plugins/passff-host[firefox]"
49 -
50 -S="${WORKDIR}"
51 -
52 -src_unpack() {
53 - cp "${DISTDIR}/${MY_XPINAME}.xpi" . || die
54 -}
55 -
56 -src_install() {
57 - # See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders
58 - insinto "/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/"
59 - # passff@×××××××.pro is the extension id found in the manifest.json
60 - newins "${MY_XPINAME}.xpi" "passff@×××××××××××.xpi"
61 -}