Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/passff/
Date: Sat, 16 Feb 2019 22:30:22
Message-Id: 1550356157.ab9d00347bdb9918116339782a0ede6b8e045c7c.monsieurp@gentoo
1 commit: ab9d00347bdb9918116339782a0ede6b8e045c7c
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sun Feb 10 04:13:27 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 22:29:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9d0034
7
8 www-plugins/passff: remove old 1.5.1.
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 www-plugins/passff/Manifest | 1 -
14 www-plugins/passff/passff-1.5.1.ebuild | 39 ----------------------------------
15 2 files changed, 40 deletions(-)
16
17 diff --git a/www-plugins/passff/Manifest b/www-plugins/passff/Manifest
18 index a238c54bd06..e1dfb70e122 100644
19 --- a/www-plugins/passff/Manifest
20 +++ b/www-plugins/passff/Manifest
21 @@ -1,2 +1 @@
22 -DIST passff-1.5.1-an+fx-linux.xpi 64094 BLAKE2B ebe19e26db05ca38f7ede9a01c1abaec786c197c6a25f0f144be903a93b85723bd143ad1805090fcfe81e83289a156f818d7b7b2a5462f151eb0ac12d1e82b0e SHA512 23dc3833c2d83181c21955169e5f65df88a4a26ab018a852d1181b84fd338a40f46b8ed5828f0e1fccca72f610facac68ceb766a3a7b454962228c36bde233f7
23 DIST passff-1.6.3-fx.xpi 66124 BLAKE2B 9638567e141f0bc68d754325df2bc97a45f918778bddf536ccf9b5701a7e805f0081f8cd1c4193cd750c079b7e00880872cecb71324fd7267fe39638f4c46a9a SHA512 83dffe2b2f1284d90c6e37b5e794e45cc8e2e59f782ee0cce37da4bf16a6349f645e5fb59516bf5a10ef6a9e77a775cd81e4e775fb45b8a8454c9db4c0b781b5
24
25 diff --git a/www-plugins/passff/passff-1.5.1.ebuild b/www-plugins/passff/passff-1.5.1.ebuild
26 deleted file mode 100644
27 index 8e1bdf3fe70..00000000000
28 --- a/www-plugins/passff/passff-1.5.1.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit mozextension
37 -
38 -DESCRIPTION="zx2c4 pass manager extension for Firefox"
39 -HOMEPAGE="https://github.com/passff/passff"
40 -SRC_URI="https://addons.mozilla.org/firefox/downloads/file/1056515/passff-1.5.1-an+fx-linux.xpi"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="firefox firefox-bin"
46 -
47 -RDEPEND="www-plugins/passff-host[firefox]"
48 -REQUIRED_USE="|| ( firefox firefox-bin )"
49 -
50 -S="${WORKDIR}"
51 -
52 -MY_XPINAME="passff-1.5.1-an+fx-linux"
53 -
54 -src_unpack() {
55 - xpi_unpack "${MY_XPINAME}.xpi"
56 -}
57 -
58 -src_install() {
59 - local MOZILLA_FIVE_HOME
60 - if use firefox; then
61 - MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
62 - xpi_install "${MY_XPINAME}"
63 - fi
64 -
65 - if use firefox-bin; then
66 - MOZILLA_FIVE_HOME="/opt/firefox"
67 - xpi_install "${MY_XPINAME}"
68 - fi
69 -}