Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xpdf/
Date: Sat, 30 Jan 2021 09:52:16
Message-Id: 1612000309.a76641e3eaf92f7c8b19af72e44c9fea310338c2.bircoph@gentoo
1 commit: a76641e3eaf92f7c8b19af72e44c9fea310338c2
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 09:29:29 2021 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 09:51:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76641e3
7
8 app-text/xpdf: update license
9
10 It is either GPLv2 or GPLv3, not mix of both; see README:
11
12 Xpdf is licensed under the GNU General Public License (GPL), version 2
13 or 3. This means that you can distribute derivatives of Xpdf under
14 any of the following:
15 - GPL v2 only
16 - GPL v3 only
17 - GPL v2 or v3
18
19 Package-Manager: Portage-3.0.14, Repoman-3.0.2
20 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
21
22 app-text/xpdf/xpdf-4.02-r4.ebuild | 4 ++--
23 1 file changed, 2 insertions(+), 2 deletions(-)
24
25 diff --git a/app-text/xpdf/xpdf-4.02-r4.ebuild b/app-text/xpdf/xpdf-4.02-r4.ebuild
26 index e887f2ce996..42e80e86fbd 100644
27 --- a/app-text/xpdf/xpdf-4.02-r4.ebuild
28 +++ b/app-text/xpdf/xpdf-4.02-r4.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 +# Copyright 1999-2021 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=7
35 @@ -22,7 +22,7 @@ SRC_URI="https://xpdfreader-dl.s3.amazonaws.com/${P}.tar.gz
36 https://xpdfreader-dl.s3.amazonaws.com/xpdf-turkish.tar.gz
37 )"
38
39 -LICENSE="GPL-2 GPL-3 i18n? ( BSD )"
40 +LICENSE="|| ( GPL-2 GPL-3 ) i18n? ( BSD )"
41 SLOT="0"
42 KEYWORDS="amd64 x86"
43 IUSE="cmyk cups +fontconfig i18n icons +libpaper metric opi png +textselect utils"