diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-05-20 10:15:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-05-20 10:15:53 +0000 |
commit | cc2f71dc9754941336d5d371685f986cc2f5b145 (patch) | |
tree | e6851dc0fc00bb8c38845f18e8cff334f0921c60 /net-analyzer | |
parent | Stable for amd64 wrt bug #470290 (diff) | |
download | gentoo-2-cc2f71dc9754941336d5d371685f986cc2f5b145.tar.gz gentoo-2-cc2f71dc9754941336d5d371685f986cc2f5b145.tar.bz2 gentoo-2-cc2f71dc9754941336d5d371685f986cc2f5b145.zip |
Fix LICENSE and add mirror restriction, bug 446052.
(Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'net-analyzer')
-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} |