Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/curl: ChangeLog curl-7.18.1.ebuild
Date: Wed, 02 Apr 2008 10:54:58
Message-Id: E1Jh0cI-0006Ki-MD@stork.gentoo.org
1 dragonheart 08/04/02 10:54:54
2
3 Modified: ChangeLog curl-7.18.1.ebuild
4 Log:
5 hopefully fixed bug #215713 and bug #193149 thanks to Olivier, Rafal and teidakankan
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.116 net-misc/curl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/ChangeLog?rev=1.116&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/ChangeLog?rev=1.116&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/ChangeLog?r1=1.115&r2=1.116
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
18 retrieving revision 1.115
19 retrieving revision 1.116
20 diff -u -r1.115 -r1.116
21 --- ChangeLog 1 Apr 2008 13:46:49 -0000 1.115
22 +++ ChangeLog 2 Apr 2008 10:54:54 -0000 1.116
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-misc/curl
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.115 2008/04/01 13:46:49 dragonheart Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.116 2008/04/02 10:54:54 dragonheart Exp $
28 +
29 + 02 Apr 2008; Daniel Black <dragonheart@g.o> curl-7.18.1.ebuild:
30 + hopefully fixed bug #215713 and bug #193149 thanks to Olivier, Rafal and
31 + teidakankan
32
33 *curl-7.18.1 (01 Apr 2008)
34
35
36
37
38 1.2 net-misc/curl/curl-7.18.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.18.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.18.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/curl/curl-7.18.1.ebuild?r1=1.1&r2=1.2
43
44 Index: curl-7.18.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.18.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- curl-7.18.1.ebuild 1 Apr 2008 13:46:49 -0000 1.1
51 +++ curl-7.18.1.ebuild 2 Apr 2008 10:54:54 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.18.1.ebuild,v 1.1 2008/04/01 13:46:49 dragonheart Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.18.1.ebuild,v 1.2 2008/04/02 10:54:54 dragonheart Exp $
57
58 # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
59
60 @@ -44,17 +44,8 @@
61 src_unpack() {
62 unpack ${A}
63 cd "${S}"
64 -## epatch "${FILESDIR}"/${P}-strip-ldflags.patch
65 epatch "${FILESDIR}"/curl-7.17.0-strip-ldflags.patch
66 -# epatch "${FILESDIR}"/${P}-null-handler-segfault.patch
67 -# elibtoolize
68 - elibtoolize
69 - eaclocal
70 - /usr/bin/perl -i.bak -pe 's/\bmv +([^-\s])/mv -f $1/g' aclocal.m4
71 - eautoheader
72 - cp lib/config.h.in src/config.h.in
73 - eautoconf
74 - eautomake
75 + eautoreconf
76 }
77
78 src_compile() {
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list