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.6.ebuild
Date: Wed, 07 Mar 2012 15:38:31
Message-Id: 20120307153816.2A4902004B@flycatcher.gentoo.org
1 cardoe 12/03/07 15:38:16
2
3 Modified: ChangeLog
4 Added: libvirt-glib-0.0.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 app-emulation/libvirt-glib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 16 Jan 2012 21:44:37 -0000 1.7
24 +++ ChangeLog 7 Mar 2012 15:38:15 -0000 1.8
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.7 2012/01/16 21:44:37 nirbheek Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.8 2012/03/07 15:38:15 cardoe Exp $
30 +
31 +*libvirt-glib-0.0.6 (07 Mar 2012)
32 +
33 + 07 Mar 2012; Doug Goldstein <cardoe@g.o> +libvirt-glib-0.0.6.ebuild:
34 + Version bump.
35
36 16 Jan 2012; Nirbheek Chauhan <nirbheek@g.o>
37 -libvirt-glib-0.0.1.ebuild, -libvirt-glib-0.0.3.ebuild:
38
39
40
41 1.1 app-emulation/libvirt-glib/libvirt-glib-0.0.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libvirt-glib-0.0.6.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.6.ebuild,v 1.1 2012/03/07 15:38:15 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 # 0.9.8 is needed for VIR_DOMAIN_EVENT_SHUTDOWN
69 RDEPEND="
70 dev-libs/libxml2:2
71 >=app-emulation/libvirt-0.9.8
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 }