From cc2f71dc9754941336d5d371685f986cc2f5b145 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 20 May 2013 10:15:53 +0000 Subject: Fix LICENSE and add mirror restriction, bug 446052. (Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) --- net-analyzer/ethloop/ChangeLog | 7 +++++-- net-analyzer/ethloop/ethloop-10-r3.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'net-analyzer/ethloop') diff --git a/net-analyzer/ethloop/ChangeLog b/net-analyzer/ethloop/ChangeLog index b73e3be56f2d..24bae7b72f79 100644 --- a/net-analyzer/ethloop/ChangeLog +++ b/net-analyzer/ethloop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ethloop -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ChangeLog,v 1.9 2012/11/17 20:55:16 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethloop/ChangeLog,v 1.10 2013/05/20 10:15:53 ulm Exp $ + + 20 May 2013; Ulrich Müller ethloop-10-r3.ebuild: + Fix LICENSE and add mirror restriction, bug 446052. 17 Nov 2012; Agostino Sarubbo ethloop-10-r3.ebuild: Add ~amd64, wrt bug #443696 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} -- cgit v1.2.3-65-gdbad