Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.0-r2.ebuild ChangeLog
Date: Mon, 25 Feb 2013 17:43:24
Message-Id: 20130225174321.BF9912171D@flycatcher.gentoo.org
1 idella4 13/02/25 17:43:21
2
3 Modified: xen-4.2.0-r2.ebuild ChangeLog
4 Log:
5 Add the intended dep to support efi in 4.2.0-r2
6
7 (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 app-emulation/xen/xen-4.2.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.0-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.0-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.0-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: xen-4.2.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xen-4.2.0-r2.ebuild 24 Feb 2013 08:23:59 -0000 1.1
23 +++ xen-4.2.0-r2.ebuild 25 Feb 2013 17:43:21 -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/xen/xen-4.2.0-r2.ebuild,v 1.1 2013/02/24 08:23:59 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r2.ebuild,v 1.2 2013/02/25 17:43:21 idella4 Exp $
29
30 EAPI=5
31
32 @@ -26,7 +26,7 @@
33 SLOT="0"
34 IUSE="custom-cflags debug efi flask pae xsm"
35
36 -RDEPEND=""
37 +RDEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )"
38 PDEPEND="~app-emulation/xen-tools-${PV}[${PYTHON_USEDEP}]"
39
40 RESTRICT="test"
41
42
43
44 1.111 app-emulation/xen/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.111&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.111&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.110&r2=1.111
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
53 retrieving revision 1.110
54 retrieving revision 1.111
55 diff -u -r1.110 -r1.111
56 --- ChangeLog 24 Feb 2013 08:23:59 -0000 1.110
57 +++ ChangeLog 25 Feb 2013 17:43:21 -0000 1.111
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-emulation/xen
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.110 2013/02/24 08:23:59 idella4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.111 2013/02/25 17:43:21 idella4 Exp $
63 +
64 + 25 Feb 2013; Ian Delaney <idella4@g.o> xen-4.2.0-r2.ebuild:
65 + Add the intended dep to support efi in 4.2.0-r2
66
67 *xen-4.2.1-r2 (24 Feb 2013)
68 *xen-4.2.0-r2 (24 Feb 2013)