Gentoo Archives: gentoo-commits

From: "Benda XU (heroxbd)" <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/openbsd-netcat: openbsd-netcat-1.84.ebuild ChangeLog
Date: Thu, 01 Nov 2012 07:41:09
Message-Id: 20121101074052.509C521600@flycatcher.gentoo.org
1 heroxbd 12/11/01 07:40:52
2
3 Modified: openbsd-netcat-1.84.ebuild ChangeLog
4 Log:
5 fix indentations
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild?r1=1.1&r2=1.2
15
16 Index: openbsd-netcat-1.84.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- openbsd-netcat-1.84.ebuild 1 Nov 2012 07:35:04 -0000 1.1
23 +++ openbsd-netcat-1.84.ebuild 1 Nov 2012 07:40:52 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild,v 1.1 2012/11/01 07:35:04 heroxbd Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild,v 1.2 2012/11/01 07:40:52 heroxbd Exp $
30
31 EAPI=4
32
33 @@ -45,16 +45,16 @@
34 }
35
36 src_compile() {
37 - use static && export STATIC="-static"
38 - COMPILER=$(tc-getCC)
39 - ${COMPILER} ${CFLAGS} $(pkg-config --cflags --libs glib-2.0) netcat.c \
40 - atomicio.c socks.c -o nc.openbsd || die
41 + use static && export STATIC="-static"
42 + COMPILER=$(tc-getCC)
43 + ${COMPILER} ${CFLAGS} $(pkg-config --cflags --libs glib-2.0) netcat.c \
44 + atomicio.c socks.c -o nc.openbsd || die
45 }
46
47 src_install() {
48 - dobin nc.openbsd
49 - dodoc README*
50 - doman nc.openbsd.1
51 - docinto scripts
52 - dodoc scripts/*
53 + dobin nc.openbsd
54 + dodoc README*
55 + doman nc.openbsd.1
56 + docinto scripts
57 + dodoc scripts/*
58 }
59
60
61
62 1.3 net-analyzer/openbsd-netcat/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog?rev=1.3&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog?rev=1.3&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog?r1=1.2&r2=1.3
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog,v
71 retrieving revision 1.2
72 retrieving revision 1.3
73 diff -u -r1.2 -r1.3
74 --- ChangeLog 1 Nov 2012 07:38:14 -0000 1.2
75 +++ ChangeLog 1 Nov 2012 07:40:52 -0000 1.3
76 @@ -1,6 +1,9 @@
77 # ChangeLog for net-analyzer/netcat-openbsd
78 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog,v 1.2 2012/11/01 07:38:14 heroxbd Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog,v 1.3 2012/11/01 07:40:52 heroxbd Exp $
81 +
82 + 01 Nov 2012; Benda Xu <heroxbd@g.o> openbsd-netcat-1.84.ebuild:
83 + fix indentations
84
85 01 Nov 2012; Benda Xu <heroxbd@g.o> ChangeLog:
86 include in tree. closing bug 333253 and replies to bug 237277. credits to