Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/nbd: nbd-2.9.8.ebuild ChangeLog nbd-2.9.11.ebuild nbd-2.9.10.ebuild
Date: Mon, 05 May 2008 13:27:56
Message-Id: E1Jt0jR-000340-2x@stork.gentoo.org
1 vapier 08/05/05 13:27:53
2
3 Modified: nbd-2.9.8.ebuild ChangeLog nbd-2.9.11.ebuild
4 nbd-2.9.10.ebuild
5 Log:
6 The --without-klcc option is broken so sed the klibc path out #220317 by Petr Pisar.
7 (Portage version: 2.2_pre5)
8
9 Revision Changes Path
10 1.6 sys-block/nbd/nbd-2.9.8.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-2.9.8.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-2.9.8.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-2.9.8.ebuild?r1=1.5&r2=1.6
15
16 Index: nbd-2.9.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.8.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- nbd-2.9.8.ebuild 5 May 2008 03:23:29 -0000 1.5
23 +++ nbd-2.9.8.ebuild 5 May 2008 13:27:52 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.8.ebuild,v 1.5 2008/05/05 03:23:29 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.8.ebuild,v 1.6 2008/05/05 13:27:52 vapier Exp $
29
30 inherit eutils flag-o-matic
31
32 @@ -23,6 +23,7 @@
33 cd "${S}"
34 epatch "${FILESDIR}"/${PN}-2.9.2-gznbd.patch
35 epatch "${FILESDIR}"/${PN}-2.9.1-headers.patch
36 + sed -i 's:/usr/bin/klcc:/suck/it/k/l/c/c:g' configure || die
37
38 mkdir -p "${S}"/inc-after/linux
39 mv "${WORKDIR}"/nbd-linux-include.h "${S}"/inc-after/linux/nbd.h
40 @@ -33,7 +34,6 @@
41 econf \
42 --enable-lfs \
43 --enable-syslog \
44 - --without-klcc \
45 || die
46 emake || die
47 emake -C gznbd || die
48
49
50
51 1.39 sys-block/nbd/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/ChangeLog?rev=1.39&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/ChangeLog?rev=1.39&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/ChangeLog?r1=1.38&r2=1.39
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v
60 retrieving revision 1.38
61 retrieving revision 1.39
62 diff -u -r1.38 -r1.39
63 --- ChangeLog 5 May 2008 03:24:17 -0000 1.38
64 +++ ChangeLog 5 May 2008 13:27:52 -0000 1.39
65 @@ -1,6 +1,11 @@
66 # ChangeLog for sys-block/nbd
67 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v 1.38 2008/05/05 03:24:17 vapier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v 1.39 2008/05/05 13:27:52 vapier Exp $
70 +
71 + 05 May 2008; Mike Frysinger <vapier@g.o> nbd-2.9.8.ebuild,
72 + nbd-2.9.10.ebuild, nbd-2.9.11.ebuild:
73 + The --without-klcc option is broken so sed the klibc path out #220317 by
74 + Petr Pisar.
75
76 *nbd-2.9.11 (05 May 2008)
77
78
79
80
81 1.2 sys-block/nbd/nbd-2.9.11.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-2.9.11.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-2.9.11.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-2.9.11.ebuild?r1=1.1&r2=1.2
86
87 Index: nbd-2.9.11.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.11.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- nbd-2.9.11.ebuild 5 May 2008 03:24:17 -0000 1.1
94 +++ nbd-2.9.11.ebuild 5 May 2008 13:27:52 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2008 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.11.ebuild,v 1.1 2008/05/05 03:24:17 vapier Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.11.ebuild,v 1.2 2008/05/05 13:27:52 vapier Exp $
100
101 inherit eutils flag-o-matic
102
103 @@ -22,6 +22,7 @@
104 unpack ${A}
105 cd "${S}"
106 epatch "${FILESDIR}"/${PN}-2.9.1-headers.patch
107 + sed -i 's:/usr/bin/klcc:/suck/it/k/l/c/c:g' configure || die
108
109 mkdir -p "${S}"/inc-after/linux
110 mv "${WORKDIR}"/nbd-linux-include.h "${S}"/inc-after/linux/nbd.h
111 @@ -32,7 +33,6 @@
112 econf \
113 --enable-lfs \
114 --enable-syslog \
115 - --without-klcc \
116 || die
117 emake || die
118 emake -C gznbd || die
119
120
121
122 1.3 sys-block/nbd/nbd-2.9.10.ebuild
123
124 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-2.9.10.ebuild?rev=1.3&view=markup
125 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-2.9.10.ebuild?rev=1.3&content-type=text/plain
126 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-2.9.10.ebuild?r1=1.2&r2=1.3
127
128 Index: nbd-2.9.10.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.10.ebuild,v
131 retrieving revision 1.2
132 retrieving revision 1.3
133 diff -u -r1.2 -r1.3
134 --- nbd-2.9.10.ebuild 5 May 2008 03:23:29 -0000 1.2
135 +++ nbd-2.9.10.ebuild 5 May 2008 13:27:52 -0000 1.3
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2008 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.10.ebuild,v 1.2 2008/05/05 03:23:29 vapier Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.10.ebuild,v 1.3 2008/05/05 13:27:52 vapier Exp $
141
142 inherit eutils flag-o-matic
143
144 @@ -22,6 +22,7 @@
145 unpack ${A}
146 cd "${S}"
147 epatch "${FILESDIR}"/${PN}-2.9.1-headers.patch
148 + sed -i 's:/usr/bin/klcc:/suck/it/k/l/c/c:g' configure || die
149
150 mkdir -p "${S}"/inc-after/linux
151 mv "${WORKDIR}"/nbd-linux-include.h "${S}"/inc-after/linux/nbd.h
152 @@ -32,7 +33,6 @@
153 econf \
154 --enable-lfs \
155 --enable-syslog \
156 - --without-klcc \
157 || die
158 emake || die
159 emake -C gznbd || die
160
161
162
163 --
164 gentoo-commits@l.g.o mailing list