jer 14/07/15 00:48:54 Modified: nttcp-1.47-r1.ebuild ChangeLog Added: nttcp-1.47-r2.ebuild Log: EAPI bump. Add Debian patch. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.7 net-analyzer/nttcp/nttcp-1.47-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r1.ebuild?r1=1.6&r2=1.7 Index: nttcp-1.47-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nttcp-1.47-r1.ebuild 24 Jul 2012 00:08:40 -0000 1.6 +++ nttcp-1.47-r1.ebuild 15 Jul 2014 00:48:53 -0000 1.7 @@ -1,23 +1,31 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r1.ebuild,v 1.6 2012/07/24 00:08:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r1.ebuild,v 1.7 2014/07/15 00:48:53 jer Exp $ -inherit toolchain-funcs +EAPI=5 +inherit eutils toolchain-funcs DESCRIPTION="tool to test TCP and UDP throughput" HOMEPAGE="http://www.leo.org/~elmar/nttcp/" SRC_URI="http://www.leo.org/~elmar/nttcp/${P}.tar.gz" - LICENSE="public-domain" + SLOT="0" KEYWORDS="amd64 ~mips ~ppc x86" -IUSE="" + +src_prepare() { + epatch "${FILESDIR}"/${P}-format-security.patch +} src_compile() { - emake ARCH= CC="$(tc-getCC)" OPT="${CFLAGS}" LFLAGS="${LDFLAGS}" || die "build failed" + emake \ + ARCH= \ + CC="$(tc-getCC)" \ + LFLAGS="${LDFLAGS}" \ + OPT="${CFLAGS}" } src_install() { - dobin nttcp || die - doman nttcp.1 + dobin ${PN} + doman ${PN}.1 } 1.20 net-analyzer/nttcp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 24 Jul 2012 00:08:40 -0000 1.19 +++ ChangeLog 15 Jul 2014 00:48:53 -0000 1.20 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/nttcp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.19 2012/07/24 00:08:40 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.20 2014/07/15 00:48:53 jer Exp $ + +*nttcp-1.47-r2 (15 Jul 2014) + + 15 Jul 2014; Jeroen Roovers <[email protected]> nttcp-1.47-r1.ebuild, + +nttcp-1.47-r2.ebuild, +files/nttcp-1.47-format-security.patch: + EAPI bump. Add Debian patch. 24 Jul 2012; Anthony G. Basile <[email protected]> nttcp-1.47-r1.ebuild: Keyword ~mips 1.1 net-analyzer/nttcp/nttcp-1.47-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r2.ebuild?rev=1.1&content-type=text/plain Index: nttcp-1.47-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47-r2.ebuild,v 1.1 2014/07/15 00:48:53 jer Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="tool to test TCP and UDP throughput" HOMEPAGE="http://www.leo.org/~elmar/nttcp/" SRC_URI="http://www.leo.org/~elmar/nttcp/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~mips ~ppc ~x86" src_prepare() { epatch "${FILESDIR}"/${P}-format-security.patch } src_compile() { emake \ ARCH= \ CC="$(tc-getCC)" \ LFLAGS="${LDFLAGS}" \ OPT="${CFLAGS}" } src_install() { dobin ${PN} doman ${PN}.1 }
