commit:     fe9edcfa2ea68cfcbe2f4c26e61ecd582d457840
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 22:24:44 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 22:24:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9edcfa

www-plugins/passff: remove last rited pkg

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 www-plugins/passff/Manifest            |  1 -
 www-plugins/passff/metadata.xml        |  8 --------
 www-plugins/passff/passff-1.9.1.ebuild | 30 ------------------------------
 3 files changed, 39 deletions(-)

diff --git a/www-plugins/passff/Manifest b/www-plugins/passff/Manifest
deleted file mode 100644
index 911b19fc39a..00000000000
--- a/www-plugins/passff/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST passff-1.9.1-fx.xpi 72849 BLAKE2B 
8b75fba4b5aeb04693966e74761e3ffb46512c83cfd27354c7e3e5c3ef83b9ea5eb7f53501e694a2e61157bb6b9c5ec62a6fcc9a5b81ef61d927a1a563f08671
 SHA512 
7810d97c1b5b5dc341684dceaac85f1d225880ea5d308a3eb72c807fa073f60f87abec0a6933d7918e565797c6eda9a78867d0edd33e90a6ccd5c8d1cbf80850

diff --git a/www-plugins/passff/metadata.xml b/www-plugins/passff/metadata.xml
deleted file mode 100644
index c4a7fed3506..00000000000
--- a/www-plugins/passff/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<!-- maintainer-needed -->
-<upstream>
-       <remote-id type="github">passff/passff</remote-id>
-</upstream>
-</pkgmetadata>

diff --git a/www-plugins/passff/passff-1.9.1.ebuild 
b/www-plugins/passff/passff-1.9.1.ebuild
deleted file mode 100644
index 3abafff5d72..00000000000
--- a/www-plugins/passff/passff-1.9.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2018-2020 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}/"
-       # pas...@invicem.pro is the extension id found in the manifest.json
-       newins "${MY_XPINAME}.xpi" "pas...@invicem.pro.xpi"
-}

Reply via email to