From 96cd35d52dcff5e6b2a7280b8ed190638f5f18ac Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 19 Apr 2019 20:28:45 -0500 Subject: [PATCH] app-emulation/spice-html5: adding for nova Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- app-emulation/spice-html5/Manifest | 1 + app-emulation/spice-html5/metadata.xml | 15 ++++++++++ .../spice-html5/spice-html5-0.2.1.ebuild | 28 +++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 app-emulation/spice-html5/Manifest create mode 100644 app-emulation/spice-html5/metadata.xml create mode 100644 app-emulation/spice-html5/spice-html5-0.2.1.ebuild diff --git a/app-emulation/spice-html5/Manifest b/app-emulation/spice-html5/Manifest new file mode 100644 index 000000000000..0d427219c727 --- /dev/null +++ b/app-emulation/spice-html5/Manifest @@ -0,0 +1 @@ +DIST spice-html5-spice-html5-0.2.1.tar.gz 486871 BLAKE2B 4b44ad772ab5abf13e8d3fe7c651169b340c8978f4163b9b679046efaa554f86d5919d154f16262ea28ddb512ac55ea7b6651ae63f64cf6b69033d8306191dc3 SHA512 c6e17aa465da1a0b882184bb19f2560f43fd3b345fdc00ec71774c7aec37c3453fd87b2448202011e217dda21b602d20dd4d552d49d9a52b64cb91aff092eff7 diff --git a/app-emulation/spice-html5/metadata.xml b/app-emulation/spice-html5/metadata.xml new file mode 100644 index 000000000000..86afbba5af5e --- /dev/null +++ b/app-emulation/spice-html5/metadata.xml @@ -0,0 +1,15 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + openstack@gentoo.org + Openstack + + + Spice Javascript client + + diff --git a/app-emulation/spice-html5/spice-html5-0.2.1.ebuild b/app-emulation/spice-html5/spice-html5-0.2.1.ebuild new file mode 100644 index 000000000000..96b0048f7bd7 --- /dev/null +++ b/app-emulation/spice-html5/spice-html5-0.2.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Spice Javascript client" +HOMEPAGE="https://gitlab.freedesktop.org/spice/spice-html5" +SRC_URI="https://gitlab.freedesktop.org/spice/${PN}/-/archive/${P}/${PN}-${P}.tar.gz" +S="${WORKDIR}/${PN}-${P}" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +# no compiling +src_compile() { + true +} + +src_install() { + insinto /usr/share/spice-html5 + doins -r src apache.conf.sample spice.css spice.html spice_auto.html +} -- 2.26.2