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.105.ebuild lvm2-2.02.105-r2.ebuild lvm2-2.02.105-r1.ebuild ChangeLog
Date: Tue, 04 Feb 2014 02:27:50
Message-Id: 20140204022745.3B15A2004E@flycatcher.gentoo.org
1 robbat2 14/02/04 02:27:45
2
3 Modified: lvm2-2.02.105.ebuild lvm2-2.02.105-r2.ebuild
4 lvm2-2.02.105-r1.ebuild ChangeLog
5 Log:
6 Bug #500058: missing dep for static builds.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.3 sys-fs/lvm2/lvm2-2.02.105.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105.ebuild?r1=1.2&r2=1.3
16
17 Index: lvm2-2.02.105.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -p -w -b -B -u -u -r1.2 -r1.3
23 --- lvm2-2.02.105.ebuild 3 Feb 2014 15:56:45 -0000 1.2
24 +++ lvm2-2.02.105.ebuild 4 Feb 2014 02:27:45 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105.ebuild,v 1.2 2014/02/03 15:56:45 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105.ebuild,v 1.3 2014/02/04 02:27:45 robbat2 Exp $
30
31 EAPI=5
32 inherit autotools eutils linux-info multilib systemd toolchain-funcs udev flag-o-matic
33 @@ -36,6 +36,7 @@ DEPEND="${DEPEND_COMMON}
34 static? (
35 selinux? ( sys-libs/libselinux[static-libs] )
36 udev? ( virtual/udev[static-libs] )
37 + >=sys-apps/util-linux-2.16[static-libs]
38 )"
39
40 S=${WORKDIR}/${PN/lvm/LVM}.${PV}
41
42
43
44 1.4 sys-fs/lvm2/lvm2-2.02.105-r2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r2.ebuild?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r2.ebuild?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r2.ebuild?r1=1.3&r2=1.4
49
50 Index: lvm2-2.02.105-r2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r2.ebuild,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -p -w -b -B -u -u -r1.3 -r1.4
56 --- lvm2-2.02.105-r2.ebuild 3 Feb 2014 15:56:45 -0000 1.3
57 +++ lvm2-2.02.105-r2.ebuild 4 Feb 2014 02:27:45 -0000 1.4
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r2.ebuild,v 1.3 2014/02/03 15:56:45 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r2.ebuild,v 1.4 2014/02/04 02:27:45 robbat2 Exp $
63
64 EAPI=5
65 inherit autotools eutils linux-info multilib systemd toolchain-funcs udev flag-o-matic
66 @@ -37,6 +37,7 @@ DEPEND="${DEPEND_COMMON}
67 static? (
68 selinux? ( sys-libs/libselinux[static-libs] )
69 udev? ( virtual/udev[static-libs] )
70 + >=sys-apps/util-linux-2.16[static-libs]
71 )"
72
73 S=${WORKDIR}/${PN/lvm/LVM}.${PV}
74
75
76
77 1.4 sys-fs/lvm2/lvm2-2.02.105-r1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r1.ebuild?rev=1.4&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r1.ebuild?rev=1.4&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r1.ebuild?r1=1.3&r2=1.4
82
83 Index: lvm2-2.02.105-r1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r1.ebuild,v
86 retrieving revision 1.3
87 retrieving revision 1.4
88 diff -p -w -b -B -u -u -r1.3 -r1.4
89 --- lvm2-2.02.105-r1.ebuild 3 Feb 2014 15:56:45 -0000 1.3
90 +++ lvm2-2.02.105-r1.ebuild 4 Feb 2014 02:27:45 -0000 1.4
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2014 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r1.ebuild,v 1.3 2014/02/03 15:56:45 vapier Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.105-r1.ebuild,v 1.4 2014/02/04 02:27:45 robbat2 Exp $
96
97 EAPI=5
98 inherit autotools eutils linux-info multilib systemd toolchain-funcs udev flag-o-matic
99 @@ -37,6 +37,7 @@ DEPEND="${DEPEND_COMMON}
100 static? (
101 selinux? ( sys-libs/libselinux[static-libs] )
102 udev? ( virtual/udev[static-libs] )
103 + >=sys-apps/util-linux-2.16[static-libs]
104 )"
105
106 S=${WORKDIR}/${PN/lvm/LVM}.${PV}
107
108
109
110 1.344 sys-fs/lvm2/ChangeLog
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.344&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.344&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/lvm2/ChangeLog?r1=1.343&r2=1.344
115
116 Index: ChangeLog
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v
119 retrieving revision 1.343
120 retrieving revision 1.344
121 diff -p -w -b -B -u -u -r1.343 -r1.344
122 --- ChangeLog 3 Feb 2014 15:57:15 -0000 1.343
123 +++ ChangeLog 4 Feb 2014 02:27:45 -0000 1.344
124 @@ -1,6 +1,10 @@
125 # ChangeLog for sys-fs/lvm2
126 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
127 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.343 2014/02/03 15:57:15 vapier Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.344 2014/02/04 02:27:45 robbat2 Exp $
129 +
130 + 04 Feb 2014; Robin H. Johnson <robbat2@g.o> lvm2-2.02.105-r1.ebuild,
131 + lvm2-2.02.105-r2.ebuild, lvm2-2.02.105.ebuild:
132 + Bug #500058: missing dep for static builds.
133
134 03 Feb 2014; Mike Frysinger <vapier@g.o> lvm2-2.02.103.ebuild,
135 lvm2-2.02.104.ebuild, lvm2-2.02.105-r1.ebuild, lvm2-2.02.105-r2.ebuild,