Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/xc: ChangeLog xc-4.3.2-r3.ebuild
Date: Mon, 04 Mar 2013 05:28:31
Message-Id: 20130304052827.185622171D@flycatcher.gentoo.org
1 pinkbyte 13/03/04 05:28:27
2
3 Modified: ChangeLog xc-4.3.2-r3.ebuild
4 Log:
5 Remove unnecessary binary striping, wrt bug #460112. Thanks to Agostino Sarubbo for discovering this issue
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.33 net-dialup/xc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 4 Mar 2013 05:09:52 -0000 1.32
23 +++ ChangeLog 4 Mar 2013 05:28:26 -0000 1.33
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-dialup/xc
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.32 2013/03/04 05:09:52 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.33 2013/03/04 05:28:26 pinkbyte Exp $
29 +
30 + 04 Mar 2013; Sergey Popov <pinkbyte@g.o> xc-4.3.2-r3.ebuild:
31 + Remove unnecessary binary striping, wrt bug #460112. Thanks to Agostino
32 + Sarubbo for discovering this issue
33
34 04 Mar 2013; Sergey Popov <pinkbyte@g.o> -xc-4.3.2-r1.ebuild,
35 -xc-4.3.2-r2.ebuild:
36
37
38
39 1.9 net-dialup/xc/xc-4.3.2-r3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?r1=1.8&r2=1.9
44
45 Index: xc-4.3.2-r3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- xc-4.3.2-r3.ebuild 3 Mar 2013 16:14:13 -0000 1.8
52 +++ xc-4.3.2-r3.ebuild 4 Mar 2013 05:28:26 -0000 1.9
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.8 2013/03/03 16:14:13 ago Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.9 2013/03/04 05:28:26 pinkbyte Exp $
58
59 EAPI=5
60
61 @@ -26,6 +26,7 @@
62
63 sed -i \
64 -e "/^libdir/s:/lib/:/$(get_libdir)/:" \
65 + -e "/strip/d" \
66 Makefile || die
67 # bug 459796
68 append-libs "$($(tc-getPKG_CONFIG) --libs ncurses)"