From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1051830-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 388F8138334 for <garchives@archives.gentoo.org>; Sat, 13 Oct 2018 22:05:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17504E08F4; Sat, 13 Oct 2018 22:05:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEB55E08F4 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Oct 2018 22:05:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6336B335C5D for <gentoo-commits@lists.gentoo.org>; Sat, 13 Oct 2018 22:05:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C084D42A for <gentoo-commits@lists.gentoo.org>; Sat, 13 Oct 2018 22:05:21 +0000 (UTC) From: "Patrice Clement" <monsieurp@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" <monsieurp@gentoo.org> Message-ID: <1539468249.f98d214ea04a71402128894e577dc740e2fc8689.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/json/json-20150729.ebuild dev-java/json/json-20160212.ebuild X-VCS-Directories: dev-java/json/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: f98d214ea04a71402128894e577dc740e2fc8689 X-VCS-Branch: master Date: Sat, 13 Oct 2018 22:05:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 05134168-3921-4023-8179-19f52b9683c6 X-Archives-Hash: 3c8f96090b3fbf666c3155a5044033f8 commit: f98d214ea04a71402128894e577dc740e2fc8689 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Oct 13 22:04:09 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Oct 13 22:04:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98d214e dev-java/json: update HOMEPAGE. Closes: https://bugs.gentoo.org/668222 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-java/json/json-20150729.ebuild | 4 ++-- dev-java/json/json-20160212.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/json/json-20150729.ebuild b/dev-java/json/json-20150729.ebuild index 5c65acbd6d3..6af44fe16da 100644 --- a/dev-java/json/json-20150729.ebuild +++ b/dev-java/json/json-20150729.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java implementation of the JavaScript Object Notation" -HOMEPAGE="http://www.json.org/java/" +HOMEPAGE="https://github.com/douglascrockford/JSON-java" SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" SLOT="0" diff --git a/dev-java/json/json-20160212.ebuild b/dev-java/json/json-20160212.ebuild index db4c7252b88..09e93dc0828 100644 --- a/dev-java/json/json-20160212.ebuild +++ b/dev-java/json/json-20160212.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java implementation of the JavaScript Object Notation" -HOMEPAGE="http://www.json.org/java/" +HOMEPAGE="https://github.com/douglascrockford/JSON-java" SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" SLOT="0"