Gentoo Archives: gentoo-commits

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