www-plugins/firefox-ublock: remove

mhiretskiy
Alexander Tratsevskiy 3 years ago
parent 0111159ba5
commit 91265ee52b

@ -1 +0,0 @@
DIST uBlock0_1.25.1b7.firefox.signed.xpi 2638724 BLAKE2B fc41ccf93a9384a750426a5c2681dc75d9d9ae45666228143306498a203d3c0359ce83c023984722a2973a2250a7f29199e42f8f8721192c577ffc5dca003bbc SHA512 32f9962b250be97a9f6cb71e360f3dc81dd3ea07185bc8e762b18c45929511b8698f4ba1ab3b6d836a71f0fb925c096984f79668c6ffa5722af2661337570e11

@ -1,32 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
inherit eutils
MYPV="1.25.1b7"
SRC_URI="https://github.com/gorhill/uBlock/releases/download/$MYPV/uBlock0_${MYPV}.firefox.signed.xpi"
DESCRIPTION="An efficient blocker for Firefox"
HOMEPAGE="https://github.com/gorhill/uBlock"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}"
src_unpack() {
cp ${DISTDIR}/uBlock0_${MYPV}.firefox.signed.xpi ${S}/uBlock0.firefox.signed.xpi
}
src_install() {
dodir /usr/share/firefox-ublock
insinto /usr/share/firefox-ublock
doins -r *
}
Loading…
Cancel
Save