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-misc/gcal/
Date: Tue, 30 Jan 2018 08:12:51
Message-Id: 1517299956.f5710e215d83bceb867b63801cb5d61a67353e4a.ulm@gentoo
1 commit: f5710e215d83bceb867b63801cb5d61a67353e4a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 08:03:53 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 08:12:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5710e21
7
8 app-misc/gcal: LICENSE should be GPL-3 or later.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 app-misc/gcal/gcal-3.6.3.ebuild | 4 ++--
13 app-misc/gcal/gcal-4.1.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild
17 index c65c73db2e6..ef7714001f5 100644
18 --- a/app-misc/gcal/gcal-3.6.3.ebuild
19 +++ b/app-misc/gcal/gcal-3.6.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -9,7 +9,7 @@ DESCRIPTION="The GNU Calendar - a replacement for cal"
27 HOMEPAGE="https://www.gnu.org/software/gcal/"
28 SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
29
30 -LICENSE="GPL-3"
31 +LICENSE="GPL-3+"
32 SLOT="0"
33 KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
34 IUSE="ncurses nls unicode"
35
36 diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild
37 index d5a8dbc1d9d..7f56acee8ca 100644
38 --- a/app-misc/gcal/gcal-4.1.ebuild
39 +++ b/app-misc/gcal/gcal-4.1.ebuild
40 @@ -9,7 +9,7 @@ DESCRIPTION="The GNU Calendar - a replacement for cal"
41 HOMEPAGE="https://www.gnu.org/software/gcal/"
42 SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
43
44 -LICENSE="GPL-3"
45 +LICENSE="GPL-3+"
46 SLOT="0"
47 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
48 IUSE="ncurses nls unicode"