Gentoo Archives: gentoo-commits

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