diff options
author | 2016-05-22 10:53:56 +0200 | |
---|---|---|
committer | 2016-05-22 10:53:56 +0200 | |
commit | 72a8ad5f39729a219b3b89b807d8b09a495dedf2 (patch) | |
tree | 124e2a532b69de26f299e50af0f7ba0da5143b8d /www-plugins/classic-theme-restorer/classic-theme-restorer-1.5.2.ebuild | |
parent | Add repositories.xml (diff) | |
download | mv-72a8ad5f39729a219b3b89b807d8b09a495dedf2.tar.gz mv-72a8ad5f39729a219b3b89b807d8b09a495dedf2.tar.bz2 mv-72a8ad5f39729a219b3b89b807d8b09a495dedf2.zip |
www-plugins/classic-theme-restorer: Version bump
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 |