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: dev-java/json/
Date: Fri, 05 Jul 2019 10:43:19
Message-Id: 1562323353.78b1dea2077c6b16a362b2a4ca06855decd843d9.ulm@gentoo
1 commit: 78b1dea2077c6b16a362b2a4ca06855decd843d9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 5 10:41:32 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 5 10:42:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b1dea2
7
8 dev-java/json: Fix LICENSE.
9
10 Acked-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/689314
12 Package-Manager: Portage-2.3.67, Repoman-2.3.15
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 dev-java/json/json-20150729.ebuild | 5 +++--
16 dev-java/json/json-20160212.ebuild | 5 +++--
17 2 files changed, 6 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-java/json/json-20150729.ebuild b/dev-java/json/json-20150729.ebuild
20 index 6af44fe16da..1a1e7bda2a3 100644
21 --- a/dev-java/json/json-20150729.ebuild
22 +++ b/dev-java/json/json-20150729.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="5"
29 @@ -9,7 +9,8 @@ inherit java-pkg-2 java-pkg-simple
30 DESCRIPTION="Java implementation of the JavaScript Object Notation"
31 HOMEPAGE="https://github.com/douglascrockford/JSON-java"
32 SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip"
33 -LICENSE="BSD"
34 +
35 +LICENSE="JSON"
36 SLOT="0"
37 KEYWORDS="amd64 x86"
38 IUSE=""
39
40 diff --git a/dev-java/json/json-20160212.ebuild b/dev-java/json/json-20160212.ebuild
41 index 09e93dc0828..e0a506eb646 100644
42 --- a/dev-java/json/json-20160212.ebuild
43 +++ b/dev-java/json/json-20160212.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=5
50 @@ -9,7 +9,8 @@ inherit java-pkg-2 java-pkg-simple
51 DESCRIPTION="Java implementation of the JavaScript Object Notation"
52 HOMEPAGE="https://github.com/douglascrockford/JSON-java"
53 SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip"
54 -LICENSE="BSD"
55 +
56 +LICENSE="JSON"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE=""