Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/legousbtower/
Date: Thu, 12 Sep 2019 18:03:42
Message-Id: 1568311396.b006aef666fefa58de5ccb6e4ead83922c8b1539.mgorny@gentoo
1 commit: b006aef666fefa58de5ccb6e4ead83922c8b1539
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 12 17:41:03 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 12 18:03:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b006aef6
7
8 dev-libs/legousbtower: Correct LICENSE, restrict mirror&bindist
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild b/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild
16 index 51fdecaf027..f24ec9097bb 100644
17 --- a/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild
18 +++ b/dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,9 +10,12 @@ SRC_URI="mirror://sourceforge/legousb/${P}.tar.gz"
26 HOMEPAGE="http://legousb.sourceforge.net/"
27
28 SLOT="0"
29 -LICENSE="MPL-1.0"
30 +# The specified license is wrong as the file uses code from proprietary
31 +# SDK. http://legousb.sourceforge.net/legousbtower/index.shtml
32 +LICENSE="all-rights-reserved"
33 KEYWORDS="amd64 ppc x86"
34 IUSE=""
35 +RESTRICT="bindist mirror"
36
37 src_configure() { :; }
38 src_compile() { :; }