summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-04-21 11:49:03 +0200
committerMichał Górny <mgorny@gentoo.org>2019-05-30 16:30:43 +0200
commite96bbcfd4ddfaf7727abd666f6eb5dd64820dca5 (patch)
treeae88ea22a76bb313c77d041c0a5387cae1936aa4 /www-plugins/passff/passff-1.6.3.ebuild
parentwww-plugins/passff: Bump to 1.8 (diff)
downloadgentoo-e96bbcfd4ddfaf7727abd666f6eb5dd64820dca5.tar.gz
gentoo-e96bbcfd4ddfaf7727abd666f6eb5dd64820dca5.tar.bz2
gentoo-e96bbcfd4ddfaf7727abd666f6eb5dd64820dca5.zip
www-plugins/passff: Remove old (1.6.3)
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/11761 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-plugins/passff/passff-1.6.3.ebuild')
-rw-r--r--www-plugins/passff/passff-1.6.3.ebuild30
1 files changed, 0 insertions, 30 deletions
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 80c02c29368a..000000000000
--- 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"
-}