diff options
Diffstat (limited to 'www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.4.ebuild')
-rw-r--r-- | www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.4.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.4.ebuild b/www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.4.ebuild new file mode 100644 index 00000000..6bb4d8de --- /dev/null +++ b/www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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="" |