commit:     ff47dd6aecfefb0a446536507d66f83e88c5bf9b
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 15 15:45:00 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 22:11:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff47dd6a

net-misc/valve: remove old.

Closes: https://github.com/gentoo/gentoo/pull/7196

 net-misc/valve/valve-1.0.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/net-misc/valve/valve-1.0.ebuild b/net-misc/valve/valve-1.0.ebuild
deleted file mode 100644
index dff76c7f8ad..00000000000
--- a/net-misc/valve/valve-1.0.ebuild
+++ /dev/null
@@ -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"
-}

Reply via email to