Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libgepub/
Date: Fri, 15 Feb 2019 17:51:19
Message-Id: 1550252981.0aa2024e75b59d2592a3352a67214f7a027a953b.leio@gentoo
1 commit: 0aa2024e75b59d2592a3352a67214f7a027a953b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 15:39:40 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 17:49:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa2024e
7
8 app-text/libgepub: fix LICENSE
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-text/libgepub/libgepub-0.4.ebuild | 2 +-
14 app-text/libgepub/libgepub-0.5.2.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-text/libgepub/libgepub-0.4.ebuild b/app-text/libgepub/libgepub-0.4.ebuild
18 index 816748d4611..101e914610a 100644
19 --- a/app-text/libgepub/libgepub-0.4.ebuild
20 +++ b/app-text/libgepub/libgepub-0.4.ebuild
21 @@ -8,7 +8,7 @@ inherit gnome2
22 DESCRIPTION="GObject based library for handling and rendering epub documents"
23 HOMEPAGE="https://git.gnome.org/browse/libgepub"
24
25 -LICENSE="LGPL-2"
26 +LICENSE="LGPL-2+"
27 SLOT="0"
28 KEYWORDS="amd64 x86"
29 IUSE="+introspection"
30
31 diff --git a/app-text/libgepub/libgepub-0.5.2.ebuild b/app-text/libgepub/libgepub-0.5.2.ebuild
32 index 37ff044fb87..8f894e8e55f 100644
33 --- a/app-text/libgepub/libgepub-0.5.2.ebuild
34 +++ b/app-text/libgepub/libgepub-0.5.2.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -8,7 +8,7 @@ inherit gnome.org meson
42 DESCRIPTION="GObject based library for handling and rendering epub documents"
43 HOMEPAGE="https://git.gnome.org/browse/libgepub"
44
45 -LICENSE="LGPL-2"
46 +LICENSE="LGPL-2+"
47 SLOT="0"
48 KEYWORDS="~amd64 ~x86"
49 IUSE="+introspection"