diff options
author | 2013-01-30 00:56:13 +0000 | |
---|---|---|
committer | 2013-01-30 00:56:13 +0000 | |
commit | ca3d5b8eae15bac95cc27896564bbaad883514e7 (patch) | |
tree | 36aef03841baedb41d7c3fc427b2960de061f651 /net-analyzer | |
parent | Install an installkernel postinst script. (diff) | |
download | gentoo-2-ca3d5b8eae15bac95cc27896564bbaad883514e7.tar.gz gentoo-2-ca3d5b8eae15bac95cc27896564bbaad883514e7.tar.bz2 gentoo-2-ca3d5b8eae15bac95cc27896564bbaad883514e7.zip |
emake -> default.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/gensink/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/gensink/gensink-4.1-r2.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/gensink/gensink-4.1.ebuild | 21 |
3 files changed, 9 insertions, 26 deletions
diff --git a/net-analyzer/gensink/ChangeLog b/net-analyzer/gensink/ChangeLog index 551baa76ec9d..a089eaabfc9f 100644 --- a/net-analyzer/gensink/ChangeLog +++ b/net-analyzer/gensink/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/gensink -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gensink/ChangeLog,v 1.11 2012/12/27 08:07:33 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gensink/ChangeLog,v 1.12 2013/01/30 00:56:13 jer Exp $ + + 30 Jan 2013; Jeroen Roovers <jer@gentoo.org> -gensink-4.1.ebuild, + gensink-4.1-r2.ebuild: + emake -> default. 27 Dec 2012; Raúl Porcel <armin76@gentoo.org> gensink-4.1.ebuild, gensink-4.1-r1.ebuild, gensink-4.1-r2.ebuild: diff --git a/net-analyzer/gensink/gensink-4.1-r2.ebuild b/net-analyzer/gensink/gensink-4.1-r2.ebuild index c14e6751dbcc..81ed59c26053 100644 --- a/net-analyzer/gensink/gensink-4.1-r2.ebuild +++ b/net-analyzer/gensink/gensink-4.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gensink/gensink-4.1-r2.ebuild,v 1.2 2012/12/27 08:07:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gensink/gensink-4.1-r2.ebuild,v 1.3 2013/01/30 00:56:13 jer Exp $ EAPI="4" @@ -18,7 +18,7 @@ PATCHES=( "${FILESDIR}/${P}-make.patch" ) src_compile() { tc-export CC - emake + default } src_install() { dobin sink4 tub4 gen4 diff --git a/net-analyzer/gensink/gensink-4.1.ebuild b/net-analyzer/gensink/gensink-4.1.ebuild deleted file mode 100644 index ac98111c67c9..000000000000 --- a/net-analyzer/gensink/gensink-4.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gensink/gensink-4.1.ebuild,v 1.8 2012/12/27 08:07:33 armin76 Exp $ - -DESCRIPTION="Gensink ${PV}, a simple TCP benchmark suite." -HOMEPAGE="http://jes.home.cern.ch/jes/gensink/" -SRC_URI="http://jes.home.cern.ch/jes/gensink/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc x86" -IUSE="" -DEPEND="" - -src_compile() { - make || die -} - -src_install() { - exeinto /usr/bin - doexe sink4 tub4 gen4 -} |