dev-cpp/sourcetrail Add RESTRICT to prohibit mirroring
authorDavid Hallas <david@davidhallas.dk>
Sat, 1 Jun 2019 06:30:24 +0000 (08:30 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 1 Jun 2019 08:15:51 +0000 (10:15 +0200)
Add RESTRICT keyword so that we do not mirror the tarballs because of
license issues. Also remove FDL license since the ebuild doesn't install
any files with that license.

Closes: https://bugs.gentoo.org/687018
Signed-off-by: David Hallas <david@davidhallas.dk>
Closes: https://github.com/gentoo/gentoo/pull/12145
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild
dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild

index 07a989c7d931146751431dfd74bf70fdc14a2957..75402064800dbdf91341532935314623421b0bd4 100644 (file)
@@ -9,10 +9,11 @@ DESCRIPTION="A cross-platform source explorer for C/C++ and Java"
 HOMEPAGE="https://www.sourcetrail.com/"
 SRC_URI="https://www.sourcetrail.com/downloads/${PV}/linux/64bit -> ${P}.tar.gz"
 
-LICENSE="Sourcetrail || ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 BSD"
+LICENSE="Sourcetrail || ( GPL-2 GPL-3 LGPL-3 ) BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="examples selinux"
+RESTRICT="mirror bindist"
 
 DEPEND="dev-util/patchelf"
 
index 07a989c7d931146751431dfd74bf70fdc14a2957..75402064800dbdf91341532935314623421b0bd4 100644 (file)
@@ -9,10 +9,11 @@ DESCRIPTION="A cross-platform source explorer for C/C++ and Java"
 HOMEPAGE="https://www.sourcetrail.com/"
 SRC_URI="https://www.sourcetrail.com/downloads/${PV}/linux/64bit -> ${P}.tar.gz"
 
-LICENSE="Sourcetrail || ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 BSD"
+LICENSE="Sourcetrail || ( GPL-2 GPL-3 LGPL-3 ) BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="examples selinux"
+RESTRICT="mirror bindist"
 
 DEPEND="dev-util/patchelf"