Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-0.8.0_rc1-r4.ebuild ChangeLog
Date: Thu, 31 May 2012 23:03:25
Message-Id: 20120531230311.DA5382004B@flycatcher.gentoo.org
1 zmedico 12/05/31 23:03:11
2
3 Modified: lxc-0.8.0_rc1-r4.ebuild ChangeLog
4 Log:
5 tweak inherit so repoman can parse it
6
7 (Portage version: 2.2.0_alpha108_p9/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild?r1=1.2&r2=1.3
15
16 Index: lxc-0.8.0_rc1-r4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- lxc-0.8.0_rc1-r4.ebuild 12 May 2012 19:18:20 -0000 1.2
23 +++ lxc-0.8.0_rc1-r4.ebuild 31 May 2012 23:03:11 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild,v 1.2 2012/05/12 19:18:20 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild,v 1.3 2012/05/31 23:03:11 zmedico Exp $
29
30 EAPI="4"
31
32 @@ -8,7 +8,11 @@
33
34 BACKPORTS=1
35
36 -inherit eutils linux-info versionator flag-o-matic ${BACKPORTS:+autotools}
37 +inherit eutils linux-info versionator flag-o-matic
38 +
39 +if [[ -n ${BACKPORTS} ]]; then
40 + inherit autotools
41 +fi
42
43 DESCRIPTION="LinuX Containers userspace utilities"
44 HOMEPAGE="http://lxc.sourceforge.net/"
45
46
47
48 1.39 app-emulation/lxc/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.39&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.39&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.38&r2=1.39
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v
57 retrieving revision 1.38
58 retrieving revision 1.39
59 diff -u -r1.38 -r1.39
60 --- ChangeLog 12 May 2012 19:18:20 -0000 1.38
61 +++ ChangeLog 31 May 2012 23:03:11 -0000 1.39
62 @@ -1,6 +1,9 @@
63 # ChangeLog for app-emulation/lxc
64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.38 2012/05/12 19:18:20 flameeyes Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.39 2012/05/31 23:03:11 zmedico Exp $
67 +
68 + 31 May 2012; Zac Medico <zmedico@g.o> lxc-0.8.0_rc1-r4.ebuild:
69 + tweak inherit so repoman can parse it
70
71 12 May 2012; Diego E. Pettenò <flameeyes@g.o> lxc-0.8.0_rc1-r4.ebuild:
72 Make sure to check for CGROUP_DEVICE in particular, see bug #409371.