diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-11 11:15:54 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-11 11:15:54 +0000 |
commit | a63a50c31f5951d4eab405f1a7cfd4e76e13aa75 (patch) | |
tree | d197cc0bb88249ef56c4b1e02bd225da6c2822dc /net-analyzer | |
parent | New version 0.3.4 (diff) | |
download | historical-a63a50c31f5951d4eab405f1a7cfd4e76e13aa75.tar.gz historical-a63a50c31f5951d4eab405f1a7cfd4e76e13aa75.tar.bz2 historical-a63a50c31f5951d4eab405f1a7cfd4e76e13aa75.zip |
initial ebuild
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ethloop/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/ethloop/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/ethloop/ethloop-10.ebuild | 23 | ||||
-rw-r--r-- | net-analyzer/ethloop/files/digest-ethloop-10 | 1 | ||||
-rw-r--r-- | net-analyzer/ethloop/metadata.xml | 6 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net-analyzer/ethloop/ChangeLog b/net-analyzer/ethloop/ChangeLog new file mode 100644 index 000000000000..a066ef8a654f --- /dev/null +++ b/net-analyzer/ethloop/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-analyzer/ethloop +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ChangeLog,v 1.1 2004/07/11 11:15:54 eldad Exp $ + +*ethloop-10 (11 Jul 2004) + + 11 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml, + +ethloop-10.ebuild: + Initial ebuild. Submitted by Diego Garcia <diego@envigo.net>. Closes #42275 + diff --git a/net-analyzer/ethloop/Manifest b/net-analyzer/ethloop/Manifest new file mode 100644 index 000000000000..938fd0d263df --- /dev/null +++ b/net-analyzer/ethloop/Manifest @@ -0,0 +1,4 @@ +MD5 008a2d842d0bcea89a76286b93d7d46a ethloop-10.ebuild 560 +MD5 e17cc3d52ea2fae5dc111e4769bd8aa5 ChangeLog 400 +MD5 3c5ff5e66702ce3fbb010eea8fb1da10 metadata.xml 244 +MD5 70d7e3ea63f12f27c86a0ae488756544 files/digest-ethloop-10 56 diff --git a/net-analyzer/ethloop/ethloop-10.ebuild b/net-analyzer/ethloop/ethloop-10.ebuild new file mode 100644 index 000000000000..04778482a7f8 --- /dev/null +++ b/net-analyzer/ethloop/ethloop-10.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ethloop-10.ebuild,v 1.1 2004/07/11 11:15:54 eldad Exp $ + +DESCRIPTION="Local simulator for testing Linux QoS disciplines" +HOMEPAGE="http://luxik.cdi.cz/~devik/qos/ethloop/" +SRC_URI="http://luxik.cdi.cz/~devik/qos/ethloop/ethloop10.tgz" +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="" + +S=${WORKDIR}/${PN} + +src_compile() { + emake || die +} + +src_install() { + into /usr + dobin ${S}/ethloop +} diff --git a/net-analyzer/ethloop/files/digest-ethloop-10 b/net-analyzer/ethloop/files/digest-ethloop-10 new file mode 100644 index 000000000000..bb011a938c3e --- /dev/null +++ b/net-analyzer/ethloop/files/digest-ethloop-10 @@ -0,0 +1 @@ +MD5 df0caf522fab6f7324f19cfd2a1b3ea8 ethloop10.tgz 3912 diff --git a/net-analyzer/ethloop/metadata.xml b/net-analyzer/ethloop/metadata.xml new file mode 100644 index 000000000000..3f03418f6fe4 --- /dev/null +++ b/net-analyzer/ethloop/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<longdescription>Local simulator for testing Linux QoS disciplines</longdescription> +</pkgmetadata> |