mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-02 13:32:42 +01:00
20 lines
455 B
Bash
20 lines
455 B
Bash
# Copyright 1999-2017 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/user-agent-switcher-revived
|
|
#<install
|
|
WEXT_FILEID="819541"
|
|
#<guid>
|
|
WEXT_GUID="foxyproxy@eric.h.jung"
|
|
|
|
inherit mozilla-webext
|
|
|
|
DESCRIPTION="A set of proxy management tools for firefox"
|
|
HOMEPAGE="http://getfoxyproxy.org"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|