From 471855a250e6e7e7b22854195590458ec6553533 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Wed, 1 Apr 2015 18:45:18 +0200 Subject: Add shumway. Bump classic-theme-restorer, noscript --- www-plugins/shumway/ChangeLog | 13 +++++++++++++ www-plugins/shumway/Manifest | 1 + www-plugins/shumway/metadata.xml | 8 ++++++++ www-plugins/shumway/shumway-0.10.337.ebuild | 18 ++++++++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 www-plugins/shumway/ChangeLog create mode 100644 www-plugins/shumway/Manifest create mode 100644 www-plugins/shumway/metadata.xml create mode 100644 www-plugins/shumway/shumway-0.10.337.ebuild (limited to 'www-plugins/shumway') diff --git a/www-plugins/shumway/ChangeLog b/www-plugins/shumway/ChangeLog new file mode 100644 index 00000000..946d4c4f --- /dev/null +++ b/www-plugins/shumway/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for www-plugins/shumway +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*shumway-0.10.337 (01 Apr 2015) + + 01 Apr 2015; Martin Väth : + new version from scratch. Since mozilla does not version the tarball, + and I do not bump very often, you will likely get checksum errors + when downloading. + It is necessary to copy the ebuild (probably together with the + mv_mozextension.eclass) in your local overlay and bump on your own. + Blame mozilla for this broken policy but not me... diff --git a/www-plugins/shumway/Manifest b/www-plugins/shumway/Manifest new file mode 100644 index 00000000..4e0f0825 --- /dev/null +++ b/www-plugins/shumway/Manifest @@ -0,0 +1 @@ +DIST shumway-0.10.337.xpi 678135 SHA256 21091631f714307f46182d82f2d755e76b232bcfe0eb3948d8c2c16edea12f20 SHA512 c20be1f4605545ea1b90a7d6e2c51632ddbc55d515124f54498608aafa452f436e0f457ee9674dccae888f8d7e17d383d4508a687fe1056e307c9cf44a841cb2 WHIRLPOOL c08826977d52444a876fde97b953c5555aed5676ca6474db1c86495ccd7d133ff1bf70d5d2b82a3ae8cb53bde0041ad76923eb64a01068d0a85428f0062d095f diff --git a/www-plugins/shumway/metadata.xml b/www-plugins/shumway/metadata.xml new file mode 100644 index 00000000..73a6d343 --- /dev/null +++ b/www-plugins/shumway/metadata.xml @@ -0,0 +1,8 @@ + + + + + martin@mvath.de + Martin Väth + + 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="" -- cgit v1.2.3-65-gdbad