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 500EA138346 for ; Mon, 6 Jan 2020 20:19:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95CDCE09E3; Mon, 6 Jan 2020 20:19:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 801D1E09E3 for ; Mon, 6 Jan 2020 20:19:41 +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 B8E2A34DE28 for ; Mon, 6 Jan 2020 20:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D77249C for ; Mon, 6 Jan 2020 20:19:36 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1578341944.2873150793e9e5e80e0e674e78628b5ffbde266e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-hunuj/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/sword-hunuj/sword-hunuj-1.2.ebuild X-VCS-Directories: app-dicts/sword-hunuj/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2873150793e9e5e80e0e674e78628b5ffbde266e X-VCS-Branch: master Date: Mon, 6 Jan 2020 20:19:36 +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: 760e185c-7fc6-40a7-89b5-c350f508e70f X-Archives-Hash: 0ed5c6e1e50471b286c7f0de7de77690 commit: 2873150793e9e5e80e0e674e78628b5ffbde266e Author: Ulrich Müller gentoo org> AuthorDate: Mon Jan 6 18:46:53 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jan 6 20:19:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28731507 app-dicts/sword-hunuj: Fix LICENSE. No visible license, therefore labelling as "all-rights-reserved", plus mirror and bindist restrictions. Bug: https://bugs.gentoo.org/703604 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> app-dicts/sword-hunuj/sword-hunuj-1.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-dicts/sword-hunuj/sword-hunuj-1.2.ebuild b/app-dicts/sword-hunuj/sword-hunuj-1.2.ebuild index c78d7d14cf8..1b26a866046 100644 --- a/app-dicts/sword-hunuj/sword-hunuj-1.2.ebuild +++ b/app-dicts/sword-hunuj/sword-hunuj-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,5 +8,6 @@ inherit sword-module DESCRIPTION="New Translation Bible of the Hungarian Bible Society" HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=HunUj" -LICENSE="freedist" +LICENSE="all-rights-reserved" KEYWORDS="~amd64 ~ppc ~x86" +RESTRICT="mirror bindist"