Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/sinfo: sinfo-0.0.43.ebuild ChangeLog
Date: Sun, 27 Nov 2011 16:04:56
Message-Id: 20111127155844.E960F2006E@flycatcher.gentoo.org
1 radhermit 11/11/27 15:58:44
2
3 Modified: sinfo-0.0.43.ebuild ChangeLog
4 Log:
5 Remove multiple static-libs settings.
6
7 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 net-analyzer/sinfo/sinfo-0.0.43.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.43.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.43.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.43.ebuild?r1=1.3&r2=1.4
15
16 Index: sinfo-0.0.43.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.43.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- sinfo-0.0.43.ebuild 27 Nov 2011 15:54:11 -0000 1.3
23 +++ sinfo-0.0.43.ebuild 27 Nov 2011 15:58:44 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.43.ebuild,v 1.3 2011/11/27 15:54:11 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/sinfo-0.0.43.ebuild,v 1.4 2011/11/27 15:58:44 radhermit Exp $
29
30 EAPI=4
31
32 @@ -35,7 +35,6 @@
33 src_configure() {
34 local myeconfargs=(
35 --with-ncurses
36 - $(use_enable static-libs static)
37 )
38 autotools-utils_src_configure
39 }
40
41
42
43 1.4 net-analyzer/sinfo/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sinfo/ChangeLog?r1=1.3&r2=1.4
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- ChangeLog 27 Nov 2011 15:54:11 -0000 1.3
56 +++ ChangeLog 27 Nov 2011 15:58:44 -0000 1.4
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-analyzer/sinfo
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.3 2011/11/27 15:54:11 radhermit Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sinfo/ChangeLog,v 1.4 2011/11/27 15:58:44 radhermit Exp $
62 +
63 + 27 Nov 2011; Tim Harder <radhermit@g.o> sinfo-0.0.43.ebuild:
64 + Remove multiple static-libs settings.
65
66 27 Nov 2011; Tim Harder <radhermit@g.o> sinfo-0.0.43.ebuild:
67 Remove forgotten in source build setting.