Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/soulseek-qt/
Date: Sun, 09 Feb 2020 13:04:32
Message-Id: 1581253459.2128858c1b274c7db6f95314febc8df91f50eb8f.ulm@gentoo
1 commit: 2128858c1b274c7db6f95314febc8df91f50eb8f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 13:03:58 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 13:04:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2128858c
7
8 net-p2p/soulseek-qt: Change LICENSE to all-rights-reserved.
9
10 Add bindist restriction.
11
12 Bug: https://bugs.gentoo.org/702334
13 Package-Manager: Portage-2.3.88, Repoman-2.3.20
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 net-p2p/soulseek-qt/soulseek-qt-20160117.ebuild | 7 +++----
17 1 file changed, 3 insertions(+), 4 deletions(-)
18
19 diff --git a/net-p2p/soulseek-qt/soulseek-qt-20160117.ebuild b/net-p2p/soulseek-qt/soulseek-qt-20160117.ebuild
20 index a3a1b37fc7f..5c05f3ed42d 100644
21 --- a/net-p2p/soulseek-qt/soulseek-qt-20160117.ebuild
22 +++ b/net-p2p/soulseek-qt/soulseek-qt-20160117.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -11,18 +11,17 @@ SRC_URI="
30 amd64? ( https://www.dropbox.com/s/7qh902qv2sxyp6p/${BINARY_NAME}-64bit.tgz )
31 "
32
33 -LICENSE="free-noncomm"
34 +LICENSE="all-rights-reserved"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38 +RESTRICT="mirror bindist"
39
40 DEPEND=""
41 RDEPEND="media-libs/libpng x11-libs/libX11 x11-libs/libxcb media-libs/freetype x11-libs/libXau x11-libs/libXdmcp dev-libs/libbsd dev-libs/expat"
42
43 S="${WORKDIR}"
44
45 -RESTRICT="mirror"
46 -
47 QA_PREBUILT="opt/bin/.*"
48
49 src_install() {