mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-02 22:06:57 +01:00
20 lines
496 B
Bash
20 lines
496 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
#https://services.addons.mozilla.org/en-US/firefox/api/1.5/addon/adblock-plus
|
|
#<install
|
|
WEXT_FILEID="1018006"
|
|
#<guid>
|
|
WEXT_GUID="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
|
|
|
|
inherit mozilla-webext
|
|
|
|
DESCRIPTION="Firefox extension to block annoying ads automatically, no distractions."
|
|
HOMEPAGE="http://adblockplus.org/en/firefox"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|