summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-01-03 14:59:30 -0800
committerMatt Turner <mattst88@gentoo.org>2020-01-03 15:01:08 -0800
commite3030dc0c88fc343271a0f00841b61088916f4c3 (patch)
tree5fc7340f7d743a6559ef2e2ed45763f7b72e6cbc /www-plugins/passff/passff-1.9.ebuild
parentsys-apps/xdg-desktop-portal: Drop bogus econf arg (diff)
downloadgentoo-e3030dc0c88fc343271a0f00841b61088916f4c3.tar.gz
gentoo-e3030dc0c88fc343271a0f00841b61088916f4c3.tar.bz2
gentoo-e3030dc0c88fc343271a0f00841b61088916f4c3.zip
www-plugins/passff: Version bump to 1.9.1
Closes: https://bugs.gentoo.org/703066 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'www-plugins/passff/passff-1.9.ebuild')
-rw-r--r--www-plugins/passff/passff-1.9.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/www-plugins/passff/passff-1.9.ebuild b/www-plugins/passff/passff-1.9.ebuild
deleted file mode 100644
index d2745055d54f..000000000000
--- a/www-plugins/passff/passff-1.9.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/3051801/${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"
-}