diff options
author | Benda XU <heroxbd@gentoo.org> | 2012-11-01 07:40:52 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2012-11-01 07:40:52 +0000 |
commit | 4ded6ddd4deca57bd6022884d09065b125c6f0a8 (patch) | |
tree | 40b5a5c21d6b90894b8a8d1f83369a9715c49eb8 /net-analyzer/openbsd-netcat | |
parent | update ChangeLog (diff) | |
download | gentoo-2-4ded6ddd4deca57bd6022884d09065b125c6f0a8.tar.gz gentoo-2-4ded6ddd4deca57bd6022884d09065b125c6f0a8.tar.bz2 gentoo-2-4ded6ddd4deca57bd6022884d09065b125c6f0a8.zip |
fix indentations
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/openbsd-netcat')
-rw-r--r-- | net-analyzer/openbsd-netcat/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild | 22 |
2 files changed, 15 insertions, 12 deletions
diff --git a/net-analyzer/openbsd-netcat/ChangeLog b/net-analyzer/openbsd-netcat/ChangeLog index a24ba6c11240..58a59adf17ff 100644 --- a/net-analyzer/openbsd-netcat/ChangeLog +++ b/net-analyzer/openbsd-netcat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netcat-openbsd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog,v 1.2 2012/11/01 07:38:14 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openbsd-netcat/ChangeLog,v 1.3 2012/11/01 07:40:52 heroxbd Exp $ + + 01 Nov 2012; Benda Xu <heroxbd@gentoo.org> openbsd-netcat-1.84.ebuild: + fix indentations 01 Nov 2012; Benda Xu <heroxbd@gentoo.org> ChangeLog: include in tree. closing bug 333253 and replies to bug 237277. credits to diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild index b2fd767cf491..6fc86bcb113a 100644 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.84.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=4 @@ -45,16 +45,16 @@ src_prepare() { } src_compile() { - use static && export STATIC="-static" - COMPILER=$(tc-getCC) - ${COMPILER} ${CFLAGS} $(pkg-config --cflags --libs glib-2.0) netcat.c \ - atomicio.c socks.c -o nc.openbsd || die + use static && export STATIC="-static" + COMPILER=$(tc-getCC) + ${COMPILER} ${CFLAGS} $(pkg-config --cflags --libs glib-2.0) netcat.c \ + atomicio.c socks.c -o nc.openbsd || die } src_install() { - dobin nc.openbsd - dodoc README* - doman nc.openbsd.1 - docinto scripts - dodoc scripts/* + dobin nc.openbsd + dodoc README* + doman nc.openbsd.1 + docinto scripts + dodoc scripts/* } |