From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA26E138335 for ; Tue, 4 Sep 2018 20:49:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5007E08BE; Tue, 4 Sep 2018 20:49:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C1ABE0874 for ; Tue, 4 Sep 2018 20:49:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B35FF335CCD for ; Tue, 4 Sep 2018 20:49:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7164E3C5 for ; Tue, 4 Sep 2018 20:49:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536094157.96ec942ff1cbe48d98bb7f9b92fe5cf061b165d9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/passff/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/passff/Manifest www-plugins/passff/passff-1.5.1.ebuild X-VCS-Directories: www-plugins/passff/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 96ec942ff1cbe48d98bb7f9b92fe5cf061b165d9 X-VCS-Branch: master Date: Tue, 4 Sep 2018 20:49:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 970babb0-bad3-4151-8db9-17d7cfecf6b6 X-Archives-Hash: 7af5a1255127681d7f12b899ec58c095 commit: 96ec942ff1cbe48d98bb7f9b92fe5cf061b165d9 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Aug 30 23:07:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 4 20:49:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ec942f www-plugins/passff: Bump to 1.5.1 Closes: https://github.com/gentoo/gentoo/pull/9740 www-plugins/passff/Manifest | 1 + www-plugins/passff/passff-1.5.1.ebuild | 39 ++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/www-plugins/passff/Manifest b/www-plugins/passff/Manifest index 020445e5515..eb836493b17 100644 --- a/www-plugins/passff/Manifest +++ b/www-plugins/passff/Manifest @@ -1 +1,2 @@ DIST passff-1.3-an+fx-linux.xpi 59512 BLAKE2B 48eb41e8be2e090aa32137fe93eb6cb7a22218f865f1ade4e6f4516ea3fedc34333f43438fd7c96817ec695ca1d0ced9cff0dd53157e06442e000c12a4bff33c SHA512 d5e5c29fda852c08908ce27e55bb2cd3daaacedf4f1375eb626cf4228d9b8c5113d2210578d80420c1df3846cbb948c184702274ece851c9e8279000e38989a6 +DIST passff-1.5.1-an+fx-linux.xpi 64094 BLAKE2B ebe19e26db05ca38f7ede9a01c1abaec786c197c6a25f0f144be903a93b85723bd143ad1805090fcfe81e83289a156f818d7b7b2a5462f151eb0ac12d1e82b0e SHA512 23dc3833c2d83181c21955169e5f65df88a4a26ab018a852d1181b84fd338a40f46b8ed5828f0e1fccca72f610facac68ceb766a3a7b454962228c36bde233f7 diff --git a/www-plugins/passff/passff-1.5.1.ebuild b/www-plugins/passff/passff-1.5.1.ebuild new file mode 100644 index 00000000000..8e1bdf3fe70 --- /dev/null +++ b/www-plugins/passff/passff-1.5.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit mozextension + +DESCRIPTION="zx2c4 pass manager extension for Firefox" +HOMEPAGE="https://github.com/passff/passff" +SRC_URI="https://addons.mozilla.org/firefox/downloads/file/1056515/passff-1.5.1-an+fx-linux.xpi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="firefox firefox-bin" + +RDEPEND="www-plugins/passff-host[firefox]" +REQUIRED_USE="|| ( firefox firefox-bin )" + +S="${WORKDIR}" + +MY_XPINAME="passff-1.5.1-an+fx-linux" + +src_unpack() { + xpi_unpack "${MY_XPINAME}.xpi" +} + +src_install() { + local MOZILLA_FIVE_HOME + if use firefox; then + MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox" + xpi_install "${MY_XPINAME}" + fi + + if use firefox-bin; then + MOZILLA_FIVE_HOME="/opt/firefox" + xpi_install "${MY_XPINAME}" + fi +}