Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/json/
Date: Sat, 13 Oct 2018 22:05:26
Message-Id: 1539468249.f98d214ea04a71402128894e577dc740e2fc8689.monsieurp@gentoo
1 commit: f98d214ea04a71402128894e577dc740e2fc8689
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 13 22:04:09 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 22:04:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98d214e
7
8 dev-java/json: update HOMEPAGE.
9
10 Closes: https://bugs.gentoo.org/668222
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13
14 dev-java/json/json-20150729.ebuild | 4 ++--
15 dev-java/json/json-20160212.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-java/json/json-20150729.ebuild b/dev-java/json/json-20150729.ebuild
19 index 5c65acbd6d3..6af44fe16da 100644
20 --- a/dev-java/json/json-20150729.ebuild
21 +++ b/dev-java/json/json-20150729.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28 @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source"
29 inherit java-pkg-2 java-pkg-simple
30
31 DESCRIPTION="Java implementation of the JavaScript Object Notation"
32 -HOMEPAGE="http://www.json.org/java/"
33 +HOMEPAGE="https://github.com/douglascrockford/JSON-java"
34 SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip"
35 LICENSE="BSD"
36 SLOT="0"
37
38 diff --git a/dev-java/json/json-20160212.ebuild b/dev-java/json/json-20160212.ebuild
39 index db4c7252b88..09e93dc0828 100644
40 --- a/dev-java/json/json-20160212.ebuild
41 +++ b/dev-java/json/json-20160212.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source"
49 inherit java-pkg-2 java-pkg-simple
50
51 DESCRIPTION="Java implementation of the JavaScript Object Notation"
52 -HOMEPAGE="http://www.json.org/java/"
53 +HOMEPAGE="https://github.com/douglascrockford/JSON-java"
54 SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip"
55 LICENSE="BSD"
56 SLOT="0"