diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-05-20 10:16:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-05-20 10:16:04 +0000 |
commit | a7a888b59e7643a13cfaa108e5197c467ae28196 (patch) | |
tree | ba34db4c413d05dc1dd263846ff7d1ed61129b28 /net-analyzer/ethloop/ethloop-10-r3.ebuild | |
parent | Stable for amd64 wrt bug #470290 (diff) | |
download | historical-a7a888b59e7643a13cfaa108e5197c467ae28196.tar.gz historical-a7a888b59e7643a13cfaa108e5197c467ae28196.tar.bz2 historical-a7a888b59e7643a13cfaa108e5197c467ae28196.zip |
Fix LICENSE and add mirror restriction, bug 446052.
Package-Manager: portage-2.1.12.1/cvs/Linux x86_64
Manifest-Sign-Key: 0x9433907D693FB5B8!
Diffstat (limited to 'net-analyzer/ethloop/ethloop-10-r3.ebuild')
-rw-r--r-- | net-analyzer/ethloop/ethloop-10-r3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-analyzer/ethloop/ethloop-10-r3.ebuild b/net-analyzer/ethloop/ethloop-10-r3.ebuild index 2954ad787de7..f18662b9df55 100644 --- a/net-analyzer/ethloop/ethloop-10-r3.ebuild +++ b/net-analyzer/ethloop/ethloop-10-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ethloop-10-r3.ebuild,v 1.3 2012/11/17 20:55:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ethloop-10-r3.ebuild,v 1.4 2013/05/20 10:15:53 ulm Exp $ EAPI=4 @@ -9,10 +9,12 @@ inherit eutils toolchain-funcs 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" + +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" +RESTRICT="mirror bindist" S=${WORKDIR}/${PN} |