diff options
Diffstat (limited to 'www-plugins/shumway/shumway-0.10.337.ebuild')
-rw-r--r-- | www-plugins/shumway/shumway-0.10.337.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www-plugins/shumway/shumway-0.10.337.ebuild b/www-plugins/shumway/shumway-0.10.337.ebuild new file mode 100644 index 00000000..c6485ab3 --- /dev/null +++ b/www-plugins/shumway/shumway-0.10.337.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_REPO_URI="git://github.com/mozilla/shumway.git" +inherit mv_mozextension +#inherit git-r3 + +DESCRIPTION="Mozilla plugin: Flashplayer emulation with javascript and html5" +HOMEPAGE="http://mozilla.github.io/shumway/" +SRC_URI="http://mozilla.github.io/shumway/extension/firefox/${PN}.xpi -> ${P}.xpi" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |