Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/lvm2: lvm2-2.02.73.ebuild ChangeLog
Date: Mon, 23 Aug 2010 18:25:04
Message-Id: 20100823182459.957232004E@flycatcher.gentoo.org
1 robbat2 10/08/23 18:24:59
2
3 Modified: lvm2-2.02.73.ebuild ChangeLog
4 Log:
5 Update dependencies ready for stabilization bug #334087.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-fs/lvm2/lvm2-2.02.73.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.73.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.73.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.73.ebuild?r1=1.1&r2=1.2
14
15 Index: lvm2-2.02.73.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.73.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -p -w -b -B -u -u -r1.1 -r1.2
21 --- lvm2-2.02.73.ebuild 20 Aug 2010 20:36:11 -0000 1.1
22 +++ lvm2-2.02.73.ebuild 23 Aug 2010 18:24:59 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.73.ebuild,v 1.1 2010/08/20 20:36:11 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.73.ebuild,v 1.2 2010/08/23 18:24:59 robbat2 Exp $
28
29 EAPI=2
30 inherit eutils multilib toolchain-funcs autotools linux-info
31 @@ -19,7 +19,7 @@ IUSE="readline +static clvm cman +lvm1 s
32 DEPEND_COMMON="!!sys-fs/device-mapper
33 clvm? ( =sys-cluster/dlm-2*
34 cman? ( =sys-cluster/cman-2* ) )
35 - || ( >=sys-fs/udev-151-r2 =sys-fs/udev-146-r3 )"
36 + >=sys-fs/udev-151-r4"
37
38 RDEPEND="${DEPEND_COMMON}
39 !<sys-apps/openrc-0.4
40 @@ -27,6 +27,10 @@ RDEPEND="${DEPEND_COMMON}
41 !!sys-fs/clvm
42 >=sys-apps/util-linux-2.16"
43
44 +# Upgrading to this LVM will break older cryptsetup
45 +RDEPEND="${RDEPEND}
46 + !<sys-fs/cryptsetup-1.1.2"
47 +
48 DEPEND="${DEPEND_COMMON}
49 dev-util/pkgconfig"
50
51
52
53
54 1.226 sys-fs/lvm2/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.226&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.226&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?r1=1.225&r2=1.226
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v
63 retrieving revision 1.225
64 retrieving revision 1.226
65 diff -p -w -b -B -u -u -r1.225 -r1.226
66 --- ChangeLog 20 Aug 2010 20:36:11 -0000 1.225
67 +++ ChangeLog 23 Aug 2010 18:24:59 -0000 1.226
68 @@ -1,6 +1,9 @@
69 # ChangeLog for sys-fs/lvm2
70 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.225 2010/08/20 20:36:11 robbat2 Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.226 2010/08/23 18:24:59 robbat2 Exp $
73 +
74 + 23 Aug 2010; Robin H. Johnson <robbat2@g.o> lvm2-2.02.73.ebuild:
75 + Update dependencies ready for stabilization bug #334087.
76
77 *lvm2-2.02.73 (20 Aug 2010)