* [gentoo-commits] gentoo-x86 commit in www-apps/novnc: metadata.xml novnc-0.4.ebuild ChangeLog
@ 2013-09-30 14:41 Matt Thode (prometheanfire)
0 siblings, 0 replies; only message in thread
From: Matt Thode (prometheanfire) @ 2013-09-30 14:41 UTC (permalink / raw
To: gentoo-commits
prometheanfire 13/09/30 14:41:39
Modified: metadata.xml novnc-0.4.ebuild ChangeLog
Log:
better ebuilds for us all bug 486568
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.2 www-apps/novnc/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/novnc/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 27 Sep 2013 01:39:57 -0000 1.1
+++ metadata.xml 30 Sep 2013 14:41:39 -0000 1.2
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
-<email>prometheanfire@gentoo.org</email>
-<name>Matthew Thode</name>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer>
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+ <use>
+ <flag name="nova">Installs Openstack Nova for it's libraries</flag>
+ </use>
</pkgmetadata>
1.2 www-apps/novnc/novnc-0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild?r1=1.1&r2=1.2
Index: novnc-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- novnc-0.4.ebuild 27 Sep 2013 01:39:57 -0000 1.1
+++ novnc-0.4.ebuild 30 Sep 2013 14:41:39 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild,v 1.1 2013/09/27 01:39:57 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/novnc/novnc-0.4.ebuild,v 1.2 2013/09/30 14:41:39 prometheanfire Exp $
EAPI=5
@@ -9,45 +9,23 @@
SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz"
S="${WORKDIR}/noVNC-${PV}"
-LICENSE="LGPL-3"
+LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="nova"
DEPEND=""
RDEPEND="${DEPEND}
- dev-python/numpy"
-
-src_compile() {
- cd "${S}/utils"
- emake
-}
+ dev-python/websockify
+ dev-python/matplotlib
+ dev-python/numpy
+ nova? ( sys-cluster/nova )"
src_install() {
dodir /usr/share/novnc
- dodir /usr/share/novnc/utils
- dodir /usr/share/novnc/include
- dodir /usr/share/novnc/images
-
- exeinto /usr/share/novnc/utils
- doexe utils/json2graph.py
- doexe utils/launch.sh
- doexe utils/nova-novncproxy
- doexe utils/rebind
- doexe utils/rebind.so
- doexe utils/u2x11
- doexe utils/web.py
- doexe utils/wsproxy.py
- doexe utils/websocket.py
-
- docinto /usr/share/novnc/docs
+ insinto /usr/share/novnc
+ doins -r *.html images include
dodoc README.md
- dodoc LICENSE.txt
-
- dosym /usr/share/novnc/images/favicon.ico /usr/share/novnc/
- cp -pPR "*.html" "${D}/usr/share/novnc/"
- cp -pPR "include/*" "${D}/usr/share/novnc/include"
- cp -pPR "images/*" "${D}/usr/share/novnc/images"
newconfd "${FILESDIR}/noVNC.confd" noVNC
newinitd "${FILESDIR}/noVNC.initd" noVNC
1.2 www-apps/novnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/novnc/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/novnc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 27 Sep 2013 01:39:57 -0000 1.1
+++ ChangeLog 30 Sep 2013 14:41:39 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/novnc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/novnc/ChangeLog,v 1.1 2013/09/27 01:39:57 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/novnc/ChangeLog,v 1.2 2013/09/30 14:41:39 prometheanfire Exp $
+
+ 30 Sep 2013; Matthew Thode <prometheanfire@gentoo.org> metadata.xml,
+ novnc-0.4.ebuild:
+ better ebuilds for us all bug 486568
*novnc-0.4 (27 Sep 2013)
*novnc-9999 (27 Sep 2013)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-30 14:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30 14:41 [gentoo-commits] gentoo-x86 commit in www-apps/novnc: metadata.xml novnc-0.4.ebuild ChangeLog Matt Thode (prometheanfire)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox