Gentoo Archives: gentoo-commits

From: "Patrick Kursawe (phosphan)" <phosphan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/libdbx: ChangeLog libdbx-1.0.3.ebuild
Date: Thu, 26 Aug 2010 19:07:20
Message-Id: 20100826190717.3939B20051@flycatcher.gentoo.org
1 phosphan 10/08/26 19:07:17
2
3 Modified: ChangeLog libdbx-1.0.3.ebuild
4 Log:
5 Respects LDFLAGS now, see bug #331887.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 net-mail/libdbx/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/libdbx/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 20 Sep 2006 07:04:01 -0000 1.3
22 +++ ChangeLog 26 Aug 2010 19:07:17 -0000 1.4
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-mail/libdbx
25 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/ChangeLog,v 1.3 2006/09/20 07:04:01 phosphan Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/ChangeLog,v 1.4 2010/08/26 19:07:17 phosphan Exp $
29 +
30 + 26 Aug 2010; Patrick Kursawe <phosphan@g.o> libdbx-1.0.3.ebuild:
31 + Respects LDFLAGS now, see bug #331887.
32
33 20 Sep 2006; Patrick Kursawe <phosphan@g.o> +files/bad_c.patch,
34 libdbx-1.0.3.ebuild:
35
36
37
38 1.5 net-mail/libdbx/libdbx-1.0.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild?r1=1.4&r2=1.5
43
44 Index: libdbx-1.0.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- libdbx-1.0.3.ebuild 20 Sep 2006 07:04:01 -0000 1.4
51 +++ libdbx-1.0.3.ebuild 26 Aug 2010 19:07:17 -0000 1.5
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2006 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild,v 1.4 2006/09/20 07:04:01 phosphan Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild,v 1.5 2010/08/26 19:07:17 phosphan Exp $
58
59 inherit eutils
60
61 @@ -24,9 +24,9 @@
62
63 src_unpack() {
64 unpack ${A}
65 - cd ${S}
66 - epatch ${FILESDIR}/bad_c.patch
67 - sed -i -e 's/-g/$(CFLAGS)/' Makefile
68 + cd "${S}"
69 + epatch "${FILESDIR}/bad_c.patch"
70 + sed -i -e 's/-g/$(CFLAGS) $(LDFLAGS)/' Makefile
71 }
72
73 src_compile() {