dev-zero    14/06/13 13:29:48

  Modified:             ChangeLog
  Added:                virt-viewer-0.6.0.ebuild
  Log:
  Version bump (bug #503834).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1A5D023975B0583D!)

Revision  Changes    Path
1.27                 app-emulation/virt-viewer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-viewer/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-viewer/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-viewer/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   18 Aug 2013 13:27:04 -0000      1.26
+++ ChangeLog   13 Jun 2014 13:29:48 -0000      1.27
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/virt-viewer
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/ChangeLog,v 1.26 
2013/08/18 13:27:04 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/ChangeLog,v 1.27 
2014/06/13 13:29:48 dev-zero Exp $
+
+*virt-viewer-0.6.0 (13 Jun 2014)
+
+  13 Jun 2014; Tiziano Müller <[email protected]>
+  +files/virt-viewer-0.6.0-require-C99.patch, +virt-viewer-0.6.0.ebuild:
+  Version bump (bug #503834).
 
   18 Aug 2013; Agostino Sarubbo <[email protected]> virt-viewer-0.5.6.ebuild:
   Stable for x86, wrt bug #479682



1.1                  app-emulation/virt-viewer/virt-viewer-0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-viewer/virt-viewer-0.6.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-viewer/virt-viewer-0.6.0.ebuild?rev=1.1&content-type=text/plain

Index: virt-viewer-0.6.0.ebuild
===================================================================
# Copyright 1999-2014 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.6.0.ebuild,v 
1.1 2014/06/13 13:29:48 dev-zero Exp $

EAPI=5
inherit eutils gnome2 autotools

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"
IUSE="sasl +spice +vnc"

RDEPEND=">=app-emulation/libvirt-0.10.0[sasl?]
        >=dev-libs/libxml2-2.6
        x11-libs/gtk+:3
        spice? ( >=net-misc/spice-gtk-0.22[sasl?,gtk3] )
        vnc? ( >=net-libs/gtk-vnc-0.5.0[sasl?,gtk3] )"
DEPEND="${RDEPEND}
        dev-lang/perl
        >=dev-util/intltool-0.35.0
        virtual/pkgconfig
        spice? ( >=app-emulation/spice-protocol-0.10.1 )"

REQUIRED_USE="|| ( spice vnc )"

pkg_setup() {
        G2CONF="$(use_with vnc gtk-vnc) $(use_with spice spice-gtk)"
        G2CONF="${G2CONF} --with-gtk=3.0 --without-ovirt"
}

src_prepare() {
        epatch "${FILESDIR}/${P}-require-C99.patch"
        epatch_user
        eautoreconf
}

src_test() {
        default
}

src_install() {
        default
}




Reply via email to