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: libvirt-1.0.5.1.ebuild ChangeLog
Date: Tue, 21 May 2013 21:58:27
Message-Id: 20130521215820.C1EE02171D@flycatcher.gentoo.org
1 cardoe 13/05/21 21:58:20
2
3 Modified: libvirt-1.0.5.1.ebuild ChangeLog
4 Log:
5 Add support for systemd unit files. bug #459372
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
8
9 Revision Changes Path
10 1.2 app-emulation/libvirt/libvirt-1.0.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild?r1=1.1&r2=1.2
15
16 Index: libvirt-1.0.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libvirt-1.0.5.1.ebuild 21 May 2013 21:25:56 -0000 1.1
23 +++ libvirt-1.0.5.1.ebuild 21 May 2013 21:58:20 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild,v 1.1 2013/05/21 21:25:56 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.1.ebuild,v 1.2 2013/05/21 21:58:20 cardoe Exp $
29
30 EAPI=5
31
32 @@ -13,7 +13,7 @@
33 #RESTRICT_PYTHON_ABIS="3.*"
34 #SUPPORT_PYTHON_ABIS="1"
35
36 -inherit eutils python user autotools linux-info
37 +inherit eutils python user autotools linux-info systemd
38
39 if [[ ${PV} = *9999* ]]; then
40 inherit git-2
41 @@ -36,7 +36,8 @@
42 SLOT="0"
43 IUSE="audit avahi +caps firewalld fuse iscsi +libvirtd lvm +lxc +macvtap nfs \
44 nls numa openvz parted pcap phyp policykit python qemu rbd sasl \
45 - selinux +udev uml +vepa virtualbox virt-network xen elibc_glibc"
46 + selinux +udev uml +vepa virtualbox virt-network xen elibc_glibc \
47 + systemd"
48 REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
49 lxc? ( caps libvirtd )
50 openvz? ( libvirtd )
51 @@ -302,6 +303,9 @@
52 # locking support
53 myconf="${myconf} --without-sanlock"
54
55 + # systemd unit files
56 + use systemd && myconf="${myconf} --with-init-script=systemd"
57 +
58 # this is a nasty trick to work around the problem in bug
59 # #275073. The reason why we don't solve this properly is that
60 # it'll require us to rebuild autotools (and we don't really want
61 @@ -342,6 +346,7 @@
62 HTML_DIR=/usr/share/doc/${PF}/html \
63 DOCS_DIR=/usr/share/doc/${PF}/python \
64 EXAMPLE_DIR=/usr/share/doc/${PF}/python/examples \
65 + SYSTEMD_UNIT_DIR="$(systemd_get_unitdir)" \
66 || die "emake install failed"
67
68 find "${D}" -name '*.la' -delete || die
69
70
71
72 1.269 app-emulation/libvirt/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.269&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.269&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.268&r2=1.269
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
81 retrieving revision 1.268
82 retrieving revision 1.269
83 diff -u -r1.268 -r1.269
84 --- ChangeLog 21 May 2013 21:25:56 -0000 1.268
85 +++ ChangeLog 21 May 2013 21:58:20 -0000 1.269
86 @@ -1,6 +1,9 @@
87 # ChangeLog for app-emulation/libvirt
88 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.268 2013/05/21 21:25:56 cardoe Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.269 2013/05/21 21:58:20 cardoe Exp $
91 +
92 + 21 May 2013; Doug Goldstein <cardoe@g.o> libvirt-1.0.5.1.ebuild:
93 + Add support for systemd unit files. bug #459372
94
95 *libvirt-1.0.5.1 (21 May 2013)