mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/valve: remove old.
Closes: https://github.com/gentoo/gentoo/pull/7196
This commit is contained in:
committed by
Patrice Clement
parent
5101c60417
commit
ff47dd6aec
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user