Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libvirt-glib: ChangeLog libvirt-glib-0.0.8.ebuild
Date: Mon, 30 Apr 2012 20:25:11
Message-Id: 20120430202454.B9BF32004B@flycatcher.gentoo.org
1 cardoe 12/04/30 20:24:54
2
3 Modified: ChangeLog
4 Added: libvirt-glib-0.0.8.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.57/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 app-emulation/libvirt-glib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 2 Apr 2012 07:22:26 -0000 1.10
24 +++ ChangeLog 30 Apr 2012 20:24:54 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-emulation/libvirt-glib
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.10 2012/04/02 07:22:26 nirbheek Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.11 2012/04/30 20:24:54 cardoe Exp $
30 +
31 +*libvirt-glib-0.0.8 (30 Apr 2012)
32 +
33 + 30 Apr 2012; Doug Goldstein <cardoe@g.o> +libvirt-glib-0.0.8.ebuild:
34 + Version bump
35
36 *libvirt-glib-0.0.7 (02 Apr 2012)
37
38
39
40
41 1.1 app-emulation/libvirt-glib/libvirt-glib-0.0.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libvirt-glib-0.0.8.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.8.ebuild,v 1.1 2012/04/30 20:24:54 cardoe Exp $
51
52 EAPI="4"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2 python
57
58 DESCRIPTION="GLib and GObject mappings for libvirt"
59 HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git"
60 SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="doc +introspection python +vala"
66 REQUIRED_USE="vala? ( introspection )"
67
68 RDEPEND="
69 dev-libs/libxml2:2
70 >=app-emulation/libvirt-0.9.10
71 >=dev-libs/glib-2.10:2
72 introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig
75 doc? ( >=dev-util/gtk-doc-1.10 )
76 vala? ( dev-lang/vala:0.14 )"
77
78 pkg_setup() {
79 DOCS="AUTHORS ChangeLog NEWS README"
80 G2CONF="--disable-test-coverage
81 VAPIGEN=$(type -P vapigen-0.14)
82 $(use_enable introspection)
83 $(use_enable vala)
84 $(use_with python)"
85
86 python_set_active_version 2
87 python_pkg_setup
88 }
89
90 src_compile() {
91 emake -j1
92 }