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-cpp/sourcetrail/
Date: Sat, 01 Jun 2019 08:16:26
Message-Id: 1559376951.ab9454d813250a5be90de81260c776c536debfcf.mgorny@gentoo
1 commit: ab9454d813250a5be90de81260c776c536debfcf
2 Author: David Hallas <david <AT> davidhallas <DOT> dk>
3 AuthorDate: Sat Jun 1 06:30:24 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 1 08:15:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9454d8
7
8 dev-cpp/sourcetrail Add RESTRICT to prohibit mirroring
9
10 Add RESTRICT keyword so that we do not mirror the tarballs because of
11 license issues. Also remove FDL license since the ebuild doesn't install
12 any files with that license.
13
14 Closes: https://bugs.gentoo.org/687018
15 Signed-off-by: David Hallas <david <AT> davidhallas.dk>
16 Closes: https://github.com/gentoo/gentoo/pull/12145
17 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
18
19 dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild | 3 ++-
20 dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild | 3 ++-
21 2 files changed, 4 insertions(+), 2 deletions(-)
22
23 diff --git a/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild b/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild
24 index 07a989c7d93..75402064800 100644
25 --- a/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild
26 +++ b/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild
27 @@ -9,10 +9,11 @@ DESCRIPTION="A cross-platform source explorer for C/C++ and Java"
28 HOMEPAGE="https://www.sourcetrail.com/"
29 SRC_URI="https://www.sourcetrail.com/downloads/${PV}/linux/64bit -> ${P}.tar.gz"
30
31 -LICENSE="Sourcetrail || ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 BSD"
32 +LICENSE="Sourcetrail || ( GPL-2 GPL-3 LGPL-3 ) BSD"
33 SLOT="0"
34 KEYWORDS="~amd64"
35 IUSE="examples selinux"
36 +RESTRICT="mirror bindist"
37
38 DEPEND="dev-util/patchelf"
39
40
41 diff --git a/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild b/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild
42 index 07a989c7d93..75402064800 100644
43 --- a/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild
44 +++ b/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild
45 @@ -9,10 +9,11 @@ DESCRIPTION="A cross-platform source explorer for C/C++ and Java"
46 HOMEPAGE="https://www.sourcetrail.com/"
47 SRC_URI="https://www.sourcetrail.com/downloads/${PV}/linux/64bit -> ${P}.tar.gz"
48
49 -LICENSE="Sourcetrail || ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 BSD"
50 +LICENSE="Sourcetrail || ( GPL-2 GPL-3 LGPL-3 ) BSD"
51 SLOT="0"
52 KEYWORDS="~amd64"
53 IUSE="examples selinux"
54 +RESTRICT="mirror bindist"
55
56 DEPEND="dev-util/patchelf"