commit:     ab9454d813250a5be90de81260c776c536debfcf
Author:     David Hallas <david <AT> davidhallas <DOT> dk>
AuthorDate: Sat Jun  1 06:30:24 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 08:15:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9454d8

dev-cpp/sourcetrail Add RESTRICT to prohibit mirroring

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 <AT> davidhallas.dk>
Closes: https://github.com/gentoo/gentoo/pull/12145
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild | 3 ++-
 dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild 
b/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild
index 07a989c7d93..75402064800 100644
--- a/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild
+++ b/dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild
@@ -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"
 

diff --git a/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild 
b/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild
index 07a989c7d93..75402064800 100644
--- a/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild
+++ b/dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild
@@ -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"
 

Reply via email to