summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2009-08-02 14:23:51 +0000
committerDoug Goldstein <cardoe@gentoo.org>2009-08-02 14:23:51 +0000
commit13ad1d55e48d73f9243f45d6225a87b7a9508bc3 (patch)
tree734f1980a0a2f3cc448a9ec7b080420ae17b2622 /app-emulation/virt-viewer
parentppc stable #279014 (diff)
downloadgentoo-2-13ad1d55e48d73f9243f45d6225a87b7a9508bc3.tar.gz
gentoo-2-13ad1d55e48d73f9243f45d6225a87b7a9508bc3.tar.bz2
gentoo-2-13ad1d55e48d73f9243f45d6225a87b7a9508bc3.zip
version bump
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/virt-viewer')
-rw-r--r--app-emulation/virt-viewer/ChangeLog7
-rw-r--r--app-emulation/virt-viewer/virt-viewer-0.2.0.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/app-emulation/virt-viewer/ChangeLog b/app-emulation/virt-viewer/ChangeLog
index 012f8ec4aab3..c754168b54bf 100644
--- a/app-emulation/virt-viewer/ChangeLog
+++ b/app-emulation/virt-viewer/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/virt-viewer
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/ChangeLog,v 1.3 2009/01/31 07:40:31 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/ChangeLog,v 1.4 2009/08/02 14:23:51 cardoe Exp $
+
+*virt-viewer-0.2.0 (02 Aug 2009)
+
+ 02 Aug 2009; Doug Goldstein <cardoe@gentoo.org> +virt-viewer-0.2.0.ebuild:
+ version bump
31 Jan 2009; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
Give up maintainership.
diff --git a/app-emulation/virt-viewer/virt-viewer-0.2.0.ebuild b/app-emulation/virt-viewer/virt-viewer-0.2.0.ebuild
new file mode 100644
index 000000000000..3399b87a6254
--- /dev/null
+++ b/app-emulation/virt-viewer/virt-viewer-0.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/virt-viewer-0.2.0.ebuild,v 1.1 2009/08/02 14:23:51 cardoe Exp $
+
+EAPI=2
+
+DESCRIPTION="Graphical console client for connecting to virtual machines"
+HOMEPAGE="http://virt-manager.org/"
+SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nsplugin"
+RDEPEND=">=x11-libs/gtk+-2.10.0
+ >=gnome-base/libglade-2.6.0
+ >=app-emulation/libvirt-0.6.0
+ >=net-libs/gtk-vnc-0.3.8
+ >=dev-libs/libxml2-2.6.0
+ nsplugin? ( >=dev-libs/nspr-4.0.0
+ >=net-libs/xulrunner-1.9.0 )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf $(use_enable nsplugin plugin)
+}