From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D2943138334 for ; Sat, 13 Oct 2018 22:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B85B5E0900; Sat, 13 Oct 2018 22:02:08 +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 7D207E0900 for ; Sat, 13 Oct 2018 22:02:07 +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 E316D335CDA for ; Sat, 13 Oct 2018 22:02:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D95B143C for ; Sat, 13 Oct 2018 22:02:02 +0000 (UTC) From: "Patrice Clement" 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" Message-ID: <1539468105.aea50ec286440d3d3f7df310d905605a7b72a8d8.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/yojson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/yojson/yojson-1.4.0.ebuild X-VCS-Directories: dev-ml/yojson/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: aea50ec286440d3d3f7df310d905605a7b72a8d8 X-VCS-Branch: master Date: Sat, 13 Oct 2018 22:02:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e3e4993b-12d3-44f2-afed-75b2d412d35d X-Archives-Hash: 3ffc3205a621dd2035f7288e42908bb0 commit: aea50ec286440d3d3f7df310d905605a7b72a8d8 Author: Wim Muskee gmail com> AuthorDate: Sat Oct 13 04:51:01 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Oct 13 22:01:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea50ec2 dev-ml/yojson: update HOMEPAGE. Closes: https://bugs.gentoo.org/668276 Signed-off-by: Wim Muskee gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10133 Signed-off-by: Patrice Clement gentoo.org> dev-ml/yojson/yojson-1.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/yojson/yojson-1.4.0.ebuild b/dev-ml/yojson/yojson-1.4.0.ebuild index e3b9f39c517..6a3ad0c2f22 100644 --- a/dev-ml/yojson/yojson-1.4.0.ebuild +++ b/dev-ml/yojson/yojson-1.4.0.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 @@ -6,7 +6,7 @@ EAPI=5 inherit findlib opam DESCRIPTION="JSON parsing and pretty-printing library for OCaml" -HOMEPAGE="http://mjambon.com/yojson.html https://github.com/mjambon/yojson" +HOMEPAGE="https://github.com/mjambon/yojson" SRC_URI="https://github.com/mjambon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0/${PV}"