Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libvpd/
Date: Sat, 01 Dec 2018 13:03:36
Message-Id: 1543669408.8edd8be372855654791b61ffe83d5adae3705161.jer@gentoo
1 commit: 8edd8be372855654791b61ffe83d5adae3705161
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 13:03:04 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 13:03:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edd8be3
7
8 sys-libs/libvpd: Fix LICENSE
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 sys-libs/libvpd/libvpd-2.1.3.ebuild | 4 ++--
14 sys-libs/libvpd/libvpd-2.2.4.ebuild | 4 ++--
15 sys-libs/libvpd/libvpd-2.2.5.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-libs/libvpd/libvpd-2.1.3.ebuild b/sys-libs/libvpd/libvpd-2.1.3.ebuild
19 index 27e6ba63446..fc751d0e440 100644
20 --- a/sys-libs/libvpd/libvpd-2.1.3.ebuild
21 +++ b/sys-libs/libvpd/libvpd-2.1.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=4
28 @@ -7,7 +7,7 @@ DESCRIPTION="Library implementation for listing vpds"
29 HOMEPAGE="https://sourceforge.net/projects/linux-diag/"
30 SRC_URI="https://sourceforge.net/projects/linux-diag/files/libvpd/${PV}/libvpd-${PV}.tar.gz"
31
32 -LICENSE="IBM"
33 +LICENSE="LGPL-2.1+"
34 SLOT="0"
35 KEYWORDS="ppc ppc64"
36 IUSE=""
37
38 diff --git a/sys-libs/libvpd/libvpd-2.2.4.ebuild b/sys-libs/libvpd/libvpd-2.2.4.ebuild
39 index 5c1e8632876..4f122900c08 100644
40 --- a/sys-libs/libvpd/libvpd-2.2.4.ebuild
41 +++ b/sys-libs/libvpd/libvpd-2.2.4.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -8,7 +8,7 @@ DESCRIPTION="Library implementation for listing vpds"
49 HOMEPAGE="https://sourceforge.net/projects/linux-diag/"
50 SRC_URI="https://sourceforge.net/projects/linux-diag/files/libvpd/${PV}/libvpd-${PV}.tar.gz"
51
52 -LICENSE="IBM"
53 +LICENSE="LGPL-2.1+"
54 SLOT="0"
55 KEYWORDS="~ppc ~ppc64"
56 IUSE="static-libs"
57
58 diff --git a/sys-libs/libvpd/libvpd-2.2.5.ebuild b/sys-libs/libvpd/libvpd-2.2.5.ebuild
59 index 5c1e8632876..4f122900c08 100644
60 --- a/sys-libs/libvpd/libvpd-2.2.5.ebuild
61 +++ b/sys-libs/libvpd/libvpd-2.2.5.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2015 Gentoo Foundation
64 +# Copyright 1999-2018 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=5
68 @@ -8,7 +8,7 @@ DESCRIPTION="Library implementation for listing vpds"
69 HOMEPAGE="https://sourceforge.net/projects/linux-diag/"
70 SRC_URI="https://sourceforge.net/projects/linux-diag/files/libvpd/${PV}/libvpd-${PV}.tar.gz"
71
72 -LICENSE="IBM"
73 +LICENSE="LGPL-2.1+"
74 SLOT="0"
75 KEYWORDS="~ppc ~ppc64"
76 IUSE="static-libs"