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
