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: Fri, 22 Aug 2014 21:45:36
Message-Id: 20140822214531.E04AE3C0B@oystercatcher.gentoo.org
1 ssuominen 14/08/22 21:45:31
2
3 Modified: lvm2-2.02.109.ebuild ChangeLog
4 Log:
5 Fix building with USE="lvm1" wrt #520640 (caused by 1 missing char in configure script)
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.109.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.109.ebuild?r1=1.2&r2=1.3
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.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- lvm2-2.02.109.ebuild 22 Aug 2014 11:54:27 -0000 1.2
23 +++ lvm2-2.02.109.ebuild 22 Aug 2014 21:45:31 -0000 1.3
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.2 2014/08/22 11:54:27 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.109.ebuild,v 1.3 2014/08/22 21:45:31 ssuominen Exp $
29
30 EAPI=5
31 inherit autotools eutils linux-info multilib systemd toolchain-funcs udev flag-o-matic
32 @@ -97,6 +97,8 @@
33 # Without thin-privision-tools, there is nothing to install for target install_man7:
34 use thin || { sed -i -e '/^install_lvm2/s:install_man7::' man/Makefile.in || die; }
35
36 + sed -i -e 's:|share):|shared):' configure.in || die #520640
37 +
38 eautoreconf
39 }
40
41
42
43
44 1.365 sys-fs/lvm2/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.365&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.365&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?r1=1.364&r2=1.365
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v
53 retrieving revision 1.364
54 retrieving revision 1.365
55 diff -u -r1.364 -r1.365
56 --- ChangeLog 22 Aug 2014 12:03:31 -0000 1.364
57 +++ ChangeLog 22 Aug 2014 21:45:31 -0000 1.365
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.364 2014/08/22 12:03:31 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.365 2014/08/22 21:45:31 ssuominen Exp $
63 +
64 + 22 Aug 2014; Samuli Suominen <ssuominen@g.o> lvm2-2.02.109.ebuild:
65 + Fix building with USE="lvm1" wrt #520640 (caused by 1 missing char in
66 + configure script)
67
68 22 Aug 2014; Samuli Suominen <ssuominen@g.o>
69 -files/lvm.conf-2.02.67.patch, -files/lvm2-2.02.105-pthread-pkgconfig.patch,