Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/7plus: 7plus-2.25.ebuild ChangeLog
Date: Sat, 02 Oct 2010 13:12:27
Message-Id: 20101002131224.0BAF120051@flycatcher.gentoo.org
1 tomjbe 10/10/02 13:12:24
2
3 Modified: 7plus-2.25.ebuild ChangeLog
4 Log:
5 Make package respect LDFLAGS (Bug #337677). Thanks Diego for reporting
6
7 (Portage version: 2.1.9.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 app-text/7plus/7plus-2.25.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/7plus/7plus-2.25.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/7plus/7plus-2.25.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/7plus/7plus-2.25.ebuild?r1=1.7&r2=1.8
15
16 Index: 7plus-2.25.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/7plus/7plus-2.25.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- 7plus-2.25.ebuild 3 Jan 2009 21:08:10 -0000 1.7
23 +++ 7plus-2.25.ebuild 2 Oct 2010 13:12:23 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/7plus-2.25.ebuild,v 1.7 2009/01/03 21:08:10 mpagano Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/7plus-2.25.ebuild,v 1.8 2010/10/02 13:12:23 tomjbe Exp $
30
31 inherit toolchain-funcs
32
33 @@ -22,7 +22,7 @@
34 cd "${S}"
35 sed -e "s:CC = gcc:CC = $(tc-getCC):" \
36 -e "s:= -O2:+=:" \
37 - -e "s:LDFLAGS = -s:LDFLAGS =:" linux.mak > Makefile \
38 + -e "s:LDFLAGS = -s:LDFLAGS +=:" linux.mak > Makefile \
39 || die "sed Makefile failed"
40 }
41
42
43
44
45 1.8 app-text/7plus/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/7plus/ChangeLog?rev=1.8&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/7plus/ChangeLog?rev=1.8&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/7plus/ChangeLog?r1=1.7&r2=1.8
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-text/7plus/ChangeLog,v
54 retrieving revision 1.7
55 retrieving revision 1.8
56 diff -u -r1.7 -r1.8
57 --- ChangeLog 3 Jan 2009 21:08:10 -0000 1.7
58 +++ ChangeLog 2 Oct 2010 13:12:23 -0000 1.8
59 @@ -1,6 +1,9 @@
60 # ChangeLog for app-text/7plus
61 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/ChangeLog,v 1.7 2009/01/03 21:08:10 mpagano Exp $
63 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-text/7plus/ChangeLog,v 1.8 2010/10/02 13:12:23 tomjbe Exp $
65 +
66 + 02 Oct 2010; Thomas Beierlein <tomjbe@g.o> 7plus-2.25.ebuild:
67 + Make package respect LDFLAGS (Bug #337677). Thanks Diego for reporting
68
69 03 Jan 2009; Mike Pagano <mpagano@g.o> 7plus-2.25.ebuild:
70 Fix for respecting CFLAGS bug #240125 and prestriping binaries bug #240108.