summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-04-23 18:15:46 +0000
committerPacho Ramos <pacho@gentoo.org>2012-04-23 18:15:46 +0000
commit4ae70cfc56fbf09cffd00415c748876dbe34afb8 (patch)
tree659619152f45c19cc437530c43b2b7d601a523bd /net-analyzer
parentPackage removal. (diff)
downloadhistorical-4ae70cfc56fbf09cffd00415c748876dbe34afb8.tar.gz
historical-4ae70cfc56fbf09cffd00415c748876dbe34afb8.tar.bz2
historical-4ae70cfc56fbf09cffd00415c748876dbe34afb8.zip
Package removal.
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/pathrate/ChangeLog10
-rw-r--r--net-analyzer/pathrate/Manifest4
-rw-r--r--net-analyzer/pathrate/metadata.xml5
-rw-r--r--net-analyzer/pathrate/pathrate-2.4.1.ebuild22
4 files changed, 0 insertions, 41 deletions
diff --git a/net-analyzer/pathrate/ChangeLog b/net-analyzer/pathrate/ChangeLog
deleted file mode 100644
index 49138932341f..000000000000
--- a/net-analyzer/pathrate/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for net-analyzer/pathrate
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pathrate/ChangeLog,v 1.1 2007/05/23 08:45:21 jokey Exp $
-
-*pathrate-2.4.1 (23 May 2007)
-
- 23 May 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml,
- +pathrate-2.4.1.ebuild:
- Initial import for bug #125884
-
diff --git a/net-analyzer/pathrate/Manifest b/net-analyzer/pathrate/Manifest
deleted file mode 100644
index b6879c914e1c..000000000000
--- a/net-analyzer/pathrate/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST pathrate.tar.gz 66463 RMD160 d50e185d48a1fadbf51fea562e3bad3b72ce9f0c SHA1 7a4c1a2078c528a1dbd3e4bd09e4a890f6316b1c SHA256 ae247a88e09bcb86ad14d8784dca5912006aa342e074078f32f5b9dc3599668b
-EBUILD pathrate-2.4.1.ebuild 651 RMD160 783658d4b7bc1c0dae0ab279ffe85065829de2a9 SHA1 4887ab185472d2ee84b73da81370854f2b83e213 SHA256 eb7fcdd544856f2d27246cbda65d248d11df9344678b77c4878adec480609bdd
-MISC ChangeLog 369 RMD160 7dfb1bf191f34eb6ac4161c10654939a4eca58f7 SHA1 f0a91f09ff2fd1f5b3078fcc0af2ab5591de1b38 SHA256 364b99aba5e4051e4c8291eaac9a2a9d7e8bf17bba668be672d6fc4b714d7772
-MISC metadata.xml 159 RMD160 28e799fe0fd02aaab9d4bbe5595f133101606f5b SHA1 9f5df3eabd621951a959cc8e0e2e0d352cd1fe1e SHA256 b75c711bd971e46f0ec957e833c60879b0c5023e0bb94409a6255781b69f6dc6
diff --git a/net-analyzer/pathrate/metadata.xml b/net-analyzer/pathrate/metadata.xml
deleted file mode 100644
index 03aa50bab7e3..000000000000
--- a/net-analyzer/pathrate/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>netmon</herd>
-</pkgmetadata>
diff --git a/net-analyzer/pathrate/pathrate-2.4.1.ebuild b/net-analyzer/pathrate/pathrate-2.4.1.ebuild
deleted file mode 100644
index 5ee233f3345c..000000000000
--- a/net-analyzer/pathrate/pathrate-2.4.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pathrate/pathrate-2.4.1.ebuild,v 1.1 2007/05/23 08:45:21 jokey Exp $
-
-DESCRIPTION="Non-intrusive utility for estimation of capacity of Internet paths"
-HOMEPAGE="http://www-static.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.html"
-SRC_URI="http://www-static.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/${PN}_${PV}
-
-src_install() {
- dobin "${S}"/pathrate_snd
- dobin "${S}"/pathrate_rcv
-}