Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/xmlrpc-c: ChangeLog xmlrpc-c-1.06.09-r2.ebuild xmlrpc-c-1.06.27.ebuild
Date: Sat, 31 May 2008 00:40:21
Message-Id: E1K2F8o-0001h8-VI@stork.gentoo.org
1 loki_val 08/05/31 00:40:14
2
3 Modified: ChangeLog xmlrpc-c-1.06.09-r2.ebuild
4 xmlrpc-c-1.06.27.ebuild
5 Log:
6 Committing build-time fix for bug 214137; SRCDIR was getting passed to the ebuild
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.50 dev-libs/xmlrpc-c/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?r1=1.49&r2=1.50
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- ChangeLog 30 May 2008 23:55:33 -0000 1.49
23 +++ ChangeLog 31 May 2008 00:40:14 -0000 1.50
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/xmlrpc-c
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.49 2008/05/30 23:55:33 loki_val Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.50 2008/05/31 00:40:14 loki_val Exp $
29 +
30 + 31 May 2008; Peter Alfredsen <loki_val@g.o>
31 + xmlrpc-c-1.06.09-r2.ebuild, xmlrpc-c-1.06.27.ebuild:
32 + Committing build-time fix for bug 214137; SRCDIR was getting passed to the
33 + ebuild
34
35 *xmlrpc-c-1.06.27 (30 May 2008)
36
37
38
39
40 1.3 dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r2.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r2.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r2.ebuild?r1=1.2&r2=1.3
45
46 Index: xmlrpc-c-1.06.09-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r2.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- xmlrpc-c-1.06.09-r2.ebuild 27 May 2008 19:21:43 -0000 1.2
53 +++ xmlrpc-c-1.06.09-r2.ebuild 31 May 2008 00:40:14 -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/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r2.ebuild,v 1.2 2008/05/27 19:21:43 corsair Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.09-r2.ebuild,v 1.3 2008/05/31 00:40:14 loki_val Exp $
59
60 EAPI=1
61
62 @@ -44,6 +44,9 @@
63 }
64
65 src_compile() {
66 + #Bug 214137: We need to filter this.
67 + unset SRCDIR
68 +
69 # Respect the user's LDFLAGS.
70 export LADD=${LDFLAGS}
71 econf --disable-wininet-client --enable-libxml2-backend \
72 @@ -54,6 +57,7 @@
73 }
74
75 src_install() {
76 + unset SRCDIR
77 emake -j1 DESTDIR="${D}" install || die "installation failed"
78
79 dodoc README doc/CREDITS doc/DEVELOPING doc/HISTORY doc/SECURITY doc/TESTING \
80
81
82
83 1.2 dev-libs/xmlrpc-c/xmlrpc-c-1.06.27.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.27.ebuild?rev=1.2&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.27.ebuild?rev=1.2&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.27.ebuild?r1=1.1&r2=1.2
88
89 Index: xmlrpc-c-1.06.27.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.27.ebuild,v
92 retrieving revision 1.1
93 retrieving revision 1.2
94 diff -u -r1.1 -r1.2
95 --- xmlrpc-c-1.06.27.ebuild 30 May 2008 23:55:33 -0000 1.1
96 +++ xmlrpc-c-1.06.27.ebuild 31 May 2008 00:40:14 -0000 1.2
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2008 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.27.ebuild,v 1.1 2008/05/30 23:55:33 loki_val Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.06.27.ebuild,v 1.2 2008/05/31 00:40:14 loki_val Exp $
102
103 EAPI=1
104
105 @@ -43,6 +43,9 @@
106 }
107
108 src_compile() {
109 + #Bug 214137: We need to filter this.
110 + unset SRCDIR
111 +
112 # Respect the user's LDFLAGS.
113 export LADD=${LDFLAGS}
114 econf --disable-wininet-client --enable-libxml2-backend --disable-libwww-client \
115 @@ -52,6 +55,7 @@
116 }
117
118 src_test() {
119 + unset SRCDIR
120 unset LDFLAGS LADD
121 cd "${S}"/src/test/
122 einfo "Building general tests"
123 @@ -69,6 +73,7 @@
124
125
126 src_install() {
127 + unset SRCDIR
128 emake -j1 DESTDIR="${D}" install || die "installation failed"
129
130 dodoc README doc/CREDITS doc/DEVELOPING doc/HISTORY doc/SECURITY doc/TESTING \
131
132
133
134 --
135 gentoo-commits@l.g.o mailing list