Gentoo Archives: gentoo-commits

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