From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8FB7138334 for ; Sat, 1 Jun 2019 08:16:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA7E0E085E; Sat, 1 Jun 2019 08:16:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D288DE085E for ; Sat, 1 Jun 2019 08:16:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF2703454DC for ; Sat, 1 Jun 2019 08:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75BBB5C0 for ; Sat, 1 Jun 2019 08:16:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1559376951.ab9454d813250a5be90de81260c776c536debfcf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/sourcetrail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/sourcetrail/sourcetrail-2018.3.55-r1.ebuild dev-cpp/sourcetrail/sourcetrail-2019.1.11.ebuild X-VCS-Directories: dev-cpp/sourcetrail/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ab9454d813250a5be90de81260c776c536debfcf X-VCS-Branch: master Date: Sat, 1 Jun 2019 08:16:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3365089d-1105-4012-8360-6cf85db8006d X-Archives-Hash: e5df8308e381c64bbc35bb47d7cbb953 commit: ab9454d813250a5be90de81260c776c536debfcf Author: David Hallas davidhallas dk> AuthorDate: Sat Jun 1 06:30:24 2019 +0000 Commit: Michał Górny gentoo 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 davidhallas.dk> Closes: https://github.com/gentoo/gentoo/pull/12145 Signed-off-by: Michał Górny 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"