Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/lvm2: lvm2-2.02.109.ebuild ChangeLog
Date: Wed, 27 Aug 2014 09:10:19
Message-Id: 20140827091016.0B1503F7C@oystercatcher.gentoo.org
1 ssuominen 14/08/27 09:10:16
2
3 Modified: lvm2-2.02.109.ebuild ChangeLog
4 Log:
5 Restrict old 2.02.109-r0 to old sys-apps/util-linux < 2.25 for USE="static" wrt #520450
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.5 sys-fs/lvm2/lvm2-2.02.109.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.109.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.109.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.109.ebuild?r1=1.4&r2=1.5
15
16 Index: lvm2-2.02.109.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.109.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- lvm2-2.02.109.ebuild 24 Aug 2014 13:45:28 -0000 1.4
23 +++ lvm2-2.02.109.ebuild 27 Aug 2014 09:10:15 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.109.ebuild,v 1.4 2014/08/24 13:45:28 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.109.ebuild,v 1.5 2014/08/27 09:10:15 ssuominen Exp $
29
30 EAPI=5
31 inherit autotools eutils linux-info multilib systemd toolchain-funcs udev flag-o-matic
32 @@ -38,7 +38,7 @@
33 static? (
34 selinux? ( sys-libs/libselinux[static-libs] )
35 udev? ( >=virtual/libudev-208:=[static-libs] )
36 - >=sys-apps/util-linux-2.16[static-libs]
37 + <sys-apps/util-linux-2.25[static-libs]
38 )"
39
40 S=${WORKDIR}/${PN/lvm/LVM}.${PV}
41
42
43
44 1.369 sys-fs/lvm2/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.369&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.369&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?r1=1.368&r2=1.369
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v
53 retrieving revision 1.368
54 retrieving revision 1.369
55 diff -u -r1.368 -r1.369
56 --- ChangeLog 27 Aug 2014 07:26:17 -0000 1.368
57 +++ ChangeLog 27 Aug 2014 09:10:15 -0000 1.369
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-fs/lvm2
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.368 2014/08/27 07:26:17 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.369 2014/08/27 09:10:15 ssuominen Exp $
63 +
64 + 27 Aug 2014; Samuli Suominen <ssuominen@g.o> lvm2-2.02.109.ebuild:
65 + Restrict old 2.02.109-r0 to old sys-apps/util-linux < 2.25 for USE="static"
66 + wrt #520450
67
68 *lvm2-2.02.109-r1 (27 Aug 2014)