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: ChangeLog lvm2-2.02.33.ebuild lvm2-2.02.33-r1.ebuild
Date: Mon, 25 Feb 2008 00:55:50
Message-Id: E1JTRdD-0001LO-QM@stork.gentoo.org
1 robbat2 08/02/25 00:55:47
2
3 Modified: ChangeLog lvm2-2.02.33.ebuild
4 lvm2-2.02.33-r1.ebuild
5 Log:
6 Disable testcases now that upstream added them, because they need device nodes and have kernel interactions - bug 211312.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.132 sys-fs/lvm2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.132&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/ChangeLog?rev=1.132&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/ChangeLog?r1=1.131&r2=1.132
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v
19 retrieving revision 1.131
20 retrieving revision 1.132
21 diff -p -w -b -B -u -u -r1.131 -r1.132
22 --- ChangeLog 11 Feb 2008 22:10:00 -0000 1.131
23 +++ ChangeLog 25 Feb 2008 00:55:47 -0000 1.132
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-fs/lvm2
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.131 2008/02/11 22:10:00 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.132 2008/02/25 00:55:47 robbat2 Exp $
29 +
30 + 25 Feb 2008; Robin H. Johnson <robbat2@g.o> lvm2-2.02.33.ebuild,
31 + lvm2-2.02.33-r1.ebuild:
32 + Disable testcases now that upstream added them, because they need device
33 + nodes and have kernel interactions - bug 211312.
34
35 *lvm2-2.02.33-r1 (11 Feb 2008)
36
37
38
39
40 1.3 sys-fs/lvm2/lvm2-2.02.33.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33.ebuild?r1=1.2&r2=1.3
45
46 Index: lvm2-2.02.33.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -p -w -b -B -u -u -r1.2 -r1.3
52 --- lvm2-2.02.33.ebuild 8 Feb 2008 20:37:34 -0000 1.2
53 +++ lvm2-2.02.33.ebuild 25 Feb 2008 00:55:47 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33.ebuild,v 1.2 2008/02/08 20:37:34 cardoe Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33.ebuild,v 1.3 2008/02/25 00:55:47 robbat2 Exp $
59
60 inherit eutils multilib
61
62 @@ -138,3 +138,8 @@ pkg_postinst() {
63 elog "baselayout-2 users. If you are using baselayout-2, be sure to"
64 elog "run: # rc-update add lvm boot"
65 }
66 +
67 +src_test() {
68 + einfo 'Testcases disabled because of device-node mucking'
69 + einfo 'If you want them, compile the package and see ${S}/tests'
70 +}
71
72
73
74 1.2 sys-fs/lvm2/lvm2-2.02.33-r1.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild?r1=1.1&r2=1.2
79
80 Index: lvm2-2.02.33-r1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -p -w -b -B -u -u -r1.1 -r1.2
86 --- lvm2-2.02.33-r1.ebuild 11 Feb 2008 22:10:00 -0000 1.1
87 +++ lvm2-2.02.33-r1.ebuild 25 Feb 2008 00:55:47 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild,v 1.1 2008/02/11 22:10:00 robbat2 Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.33-r1.ebuild,v 1.2 2008/02/25 00:55:47 robbat2 Exp $
93
94 inherit eutils multilib
95
96 @@ -139,3 +139,8 @@ pkg_postinst() {
97 elog "baselayout-2 users. If you are using baselayout-2, be sure to"
98 elog "run: # rc-update add lvm boot"
99 }
100 +
101 +src_test() {
102 + einfo 'Testcases disabled because of device-node mucking'
103 + einfo 'If you want them, compile the package and see ${S}/tests'
104 +}
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list