diff options
-rw-r--r-- | net-analyzer/ethloop/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ethloop/ethloop-10-r3.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
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 <ulm@gentoo.org> ethloop-10-r3.ebuild: + Fix LICENSE and add mirror restriction, bug 446052. 17 Nov 2012; Agostino Sarubbo <ago@gentoo.org> 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} |