commit:     96cd35d52dcff5e6b2a7280b8ed190638f5f18ac
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 01:28:45 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 01:32:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96cd35d5

app-emulation/spice-html5: adding for nova

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-emulation/spice-html5/Manifest                 |  1 +
 app-emulation/spice-html5/metadata.xml             | 15 ++++++++++++
 app-emulation/spice-html5/spice-html5-0.2.1.ebuild | 28 ++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/app-emulation/spice-html5/Manifest 
b/app-emulation/spice-html5/Manifest
new file mode 100644
index 00000000000..0d427219c72
--- /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 00000000000..86afbba5af5
--- /dev/null
+++ b/app-emulation/spice-html5/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>prometheanf...@gentoo.org</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>openst...@gentoo.org</email>
+               <name>Openstack</name>
+       </maintainer>
+       <longdescription lang="en">
+               Spice Javascript client
+       </longdescription>
+</pkgmetadata>

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 00000000000..96b0048f7bd
--- /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
+}

Reply via email to