diff options
Diffstat (limited to 'www-plugins/classic-theme-restorer/classic-theme-restorer-1.5.2.ebuild')
-rw-r--r-- | www-plugins/classic-theme-restorer/classic-theme-restorer-1.5.2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www-plugins/classic-theme-restorer/classic-theme-restorer-1.5.2.ebuild b/www-plugins/classic-theme-restorer/classic-theme-restorer-1.5.2.ebuild new file mode 100644 index 00000000..175bf904 --- /dev/null +++ b/www-plugins/classic-theme-restorer/classic-theme-restorer-1.5.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit mv_mozextension-r1 +RESTRICT="mirror" + +mPN="${PN//-/_}-${PV}" +DESCRIPTION="Firefox plugin: restore partially the functionality of non-broken firefox" +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="" + +moz_defaults firefox |