blob: 7a5245db61e8fe674a900caec1e4a242d856190f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MV_MOZ_MOZILLAS="firefox"
inherit mv_mozextension
RESTRICT="mirror"
mPN="${PN//-/_}_customize_ui-${PV}"
DESCRIPTION="Firefox plugin: restore partially the functionality of non-broken firefox versions"
HOMEPAGE="https://addons.mozilla.org/de/firefox/addon/classicthemerestorer/"
SRC_URI="https://addons.cdn.mozilla.net/user-media/addons/472577/${mPN}-fx.xpi"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
|