From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1280888-garchives=archives.gentoo.org@lists.gentoo.org>
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 E45E31382C5
	for <garchives@archives.gentoo.org>; Wed, 12 May 2021 09:02:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4B181E081B;
	Wed, 12 May 2021 09:02:55 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 3638BE081B
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 May 2021 09:02:55 +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 67A21335C06
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 May 2021 09:02:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E0D954C3
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 May 2021 09:02:52 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1620810122.9cad0fbac3d38266a1b672793528e77147d1eb03.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dictd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-text/dictd/dictd-1.13.0-r1.ebuild app-text/dictd/dictd-1.13.0-r2.ebuild
X-VCS-Directories: app-text/dictd/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 9cad0fbac3d38266a1b672793528e77147d1eb03
X-VCS-Branch: master
Date: Wed, 12 May 2021 09:02:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fabab6d4-9821-4288-a6c9-c8b5b0c5d1e2
X-Archives-Hash: f84fb66bc6862db0418e876f88eceaa9

commit:     9cad0fbac3d38266a1b672793528e77147d1eb03
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 09:02:02 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed May 12 09:02:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cad0fba

app-text/dictd: Don't install non-free RFC file

Specify license more precisely.

Closes: https://bugs.gentoo.org/782043
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-text/dictd/{dictd-1.13.0-r1.ebuild => dictd-1.13.0-r2.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/dictd/dictd-1.13.0-r1.ebuild b/app-text/dictd/dictd-1.13.0-r2.ebuild
similarity index 96%
rename from app-text/dictd/dictd-1.13.0-r1.ebuild
rename to app-text/dictd/dictd-1.13.0-r2.ebuild
index 234f0f2b0f9..fc78189e59d 100644
--- a/app-text/dictd/dictd-1.13.0-r1.ebuild
+++ b/app-text/dictd/dictd-1.13.0-r2.ebuild
@@ -9,9 +9,8 @@ DESCRIPTION="Dictionary Client/Server for the DICT protocol"
 HOMEPAGE="http://www.dict.org/ https://sourceforge.net/projects/dict/"
 SRC_URI="mirror://sourceforge/dict/${P}.tar.gz"
 
+LICENSE="GPL-1+ GPL-2+"
 SLOT="0"
-# We install rfc so - ISOC-rfc
-LICENSE="GPL-2 ISOC-rfc"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="dbi judy minimal test"
 RESTRICT="!test? ( test )"
@@ -88,7 +87,8 @@ src_install() {
 	else
 		default
 
-		dodoc doc/{dicf.ms,rfc.ms,rfc.sh,rfc2229.txt}
+		# Don't install rfc2229.txt because it is non-free
+		dodoc doc/{dicf.ms,rfc.ms,rfc.sh}
 		dodoc doc/{security.doc,toc.ms}
 		dodoc -r examples