net-misc/valve: remove old.

Closes: https://github.com/gentoo/gentoo/pull/7196
This commit is contained in:
Michael Mair-Keimberger
2018-02-15 16:45:00 +01:00
committed by Patrice Clement
parent 5101c60417
commit ff47dd6aec

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Copies data while enforcing a specified maximum transfer rate"
HOMEPAGE="http://www.fourmilab.ch/webtools/valve/"
SRC_URI="http://www.fourmilab.ch/webtools/valve/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE="doc"
DEPEND=""
src_compile() {
econf || die
emake CTANGLE='' CWEAVE='' || die
}
src_install() {
dobin valve || die
doman valve.1 || die
dodoc README valve.pdf || die
dohtml index.html logo.png || die
}
src_test() {
emake CTANGLE='' CWEAVE='' check || die "check failed"
}