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 9010D138334 for ; Thu, 30 May 2019 14:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B20CE0903; Thu, 30 May 2019 14:31:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CA8B2E0903 for ; Thu, 30 May 2019 14:31:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C4FE0345379 for ; Thu, 30 May 2019 14:31:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FEAA5FA for ; Thu, 30 May 2019 14:31:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1559226643.e96bbcfd4ddfaf7727abd666f6eb5dd64820dca5.mgorny@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.6.3.ebuild X-VCS-Directories: www-plugins/passff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e96bbcfd4ddfaf7727abd666f6eb5dd64820dca5 X-VCS-Branch: master Date: Thu, 30 May 2019 14:31:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ac799f4-1cf2-4f43-998b-2299a6eb8070 X-Archives-Hash: b26b7d1ed76f4d5fa968eaddcb565b9a commit: e96bbcfd4ddfaf7727abd666f6eb5dd64820dca5 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun Apr 21 09:49:03 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 30 14:30:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96bbcfd www-plugins/passff: Remove old (1.6.3) Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/11761 Signed-off-by: Michał Górny gentoo.org> www-plugins/passff/Manifest | 1 - www-plugins/passff/passff-1.6.3.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/www-plugins/passff/Manifest b/www-plugins/passff/Manifest index 28b0246c1d9..25af54a823f 100644 --- a/www-plugins/passff/Manifest +++ b/www-plugins/passff/Manifest @@ -1,2 +1 @@ -DIST passff-1.6.3-fx.xpi 66124 BLAKE2B 9638567e141f0bc68d754325df2bc97a45f918778bddf536ccf9b5701a7e805f0081f8cd1c4193cd750c079b7e00880872cecb71324fd7267fe39638f4c46a9a SHA512 83dffe2b2f1284d90c6e37b5e794e45cc8e2e59f782ee0cce37da4bf16a6349f645e5fb59516bf5a10ef6a9e77a775cd81e4e775fb45b8a8454c9db4c0b781b5 DIST passff-1.8-fx.xpi 72678 BLAKE2B d5ec67fff396d62960fbf813ab9d8f6086028a282bab78aa4dc6e63132e723ce4b1bb6d05015d3934fabbd37460d04f7626043b97fd29c5c72486754ef14e111 SHA512 5500e7439d5eda3481eaa405abaef5b846f4f29b5fee4dffc49084b2ce658f9e13e4ced747a28d368892034921a556e3a989c1f8682365cdab787e41913c8250 diff --git a/www-plugins/passff/passff-1.6.3.ebuild b/www-plugins/passff/passff-1.6.3.ebuild deleted file mode 100644 index 80c02c29368..00000000000 --- a/www-plugins/passff/passff-1.6.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2018-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_XPINAME="${P}-fx" - -DESCRIPTION="zx2c4 pass manager extension for Firefox" -HOMEPAGE="https://github.com/passff/passff" -SRC_URI="https://addons.mozilla.org/firefox/downloads/file/1681210/${MY_XPINAME}.xpi" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="www-plugins/passff-host[firefox]" - -S="${WORKDIR}" - -src_unpack() { - cp "${DISTDIR}/${MY_XPINAME}.xpi" . || die -} - -src_install() { - # See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders - insinto "/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/" - # passff@invicem.pro is the extension id found in the manifest.json - newins "${MY_XPINAME}.xpi" "passff@invicem.pro.xpi" -}