Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texi2html/
Date: Sat, 13 Apr 2019 09:03:20
Message-Id: 1555146183.860c800d432af5e86f57f53d38f0dde9708cffef.ulm@gentoo
1 commit: 860c800d432af5e86f57f53d38f0dde9708cffef
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 09:02:19 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 09:03:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860c800d
7
8 app-text/texi2html: Fix LICENSE.
9
10 Closes: https://bugs.gentoo.org/681946
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-text/texi2html/texi2html-5.0-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/texi2html/texi2html-5.0-r1.ebuild b/app-text/texi2html/texi2html-5.0-r1.ebuild
18 index 3c4b85e12fc..89bcf9296bf 100644
19 --- a/app-text/texi2html/texi2html-5.0-r1.ebuild
20 +++ b/app-text/texi2html/texi2html-5.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=4
27 @@ -9,7 +9,7 @@ DESCRIPTION="Perl script that converts Texinfo to HTML"
28 HOMEPAGE="http://www.nongnu.org/texi2html/"
29 SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
30
31 -LICENSE="CC-SA-1.0 FDL-1.3 GPL-2"
32 +LICENSE="GPL-2+ || ( GPL-2 CC-BY-SA-1.0 ) Texinfo-manual LGPL-2+ MIT"
33 SLOT="0"
34 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
35 IUSE="unicode"