diff options
Diffstat (limited to 'net-analyzer/netperf/netperf-2.4.0_rc3.ebuild')
-rw-r--r-- | net-analyzer/netperf/netperf-2.4.0_rc3.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-analyzer/netperf/netperf-2.4.0_rc3.ebuild b/net-analyzer/netperf/netperf-2.4.0_rc3.ebuild deleted file mode 100644 index 2d59606fc7c8..000000000000 --- a/net-analyzer/netperf/netperf-2.4.0_rc3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netperf/netperf-2.4.0_rc3.ebuild,v 1.3 2005/07/16 19:42:29 swegener Exp $ - -inherit flag-o-matic - -MY_P=${P/_rc/-rc} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Network performance benchmark including tests for TCP, UDP, sockets, ATM and more." -if [[ ${PV} == *_* ]]; then - SRC_URI="ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/experimental/${MY_P}.tar.gz" -else - SRC_URI="ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/${MY_P}.tar.gz" -fi -HOMEPAGE="http://www.netperf.org/" -LICENSE="netperf" -SLOT="0" -KEYWORDS="~x86 ~sparc ~ia64 ~alpha ~amd64 ~ppc64 ~ppc ~ppc-macos" - -IUSE="" - -DEPEND="virtual/libc" - -src_install () { - einstall || die - - # move netserver into sbin as we had it before 2.4 was released with its - # autoconf goodness - dodir /usr/sbin - mv ${D}/usr/{bin,sbin}/netserver || die - - # init.d / conf.d - newinitd ${FILESDIR}/${PN}-2.2-init netperf - newconfd ${FILESDIR}/${PN}-2.2-conf netperf - - # documentation and example scripts - dodoc AUTHORS ChangeLog COPYING NEWS README Release_Notes doc/netperf.pdf - dodir /usr/share/doc/${PF}/examples - mv ${D}/usr/bin/*_script ${D}/usr/share/doc/${PF}/examples -} |