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-ml/yojson/
Date: Sat, 13 Oct 2018 22:02:09
Message-Id: 1539468105.aea50ec286440d3d3f7df310d905605a7b72a8d8.monsieurp@gentoo
1 commit: aea50ec286440d3d3f7df310d905605a7b72a8d8
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 13 04:51:01 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 22:01:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea50ec2
7
8 dev-ml/yojson: update HOMEPAGE.
9
10 Closes: https://bugs.gentoo.org/668276
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/10133
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 dev-ml/yojson/yojson-1.4.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ml/yojson/yojson-1.4.0.ebuild b/dev-ml/yojson/yojson-1.4.0.ebuild
19 index e3b9f39c517..6a3ad0c2f22 100644
20 --- a/dev-ml/yojson/yojson-1.4.0.ebuild
21 +++ b/dev-ml/yojson/yojson-1.4.0.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 @@ -6,7 +6,7 @@ EAPI=5
29 inherit findlib opam
30
31 DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
32 -HOMEPAGE="http://mjambon.com/yojson.html https://github.com/mjambon/yojson"
33 +HOMEPAGE="https://github.com/mjambon/yojson"
34 SRC_URI="https://github.com/mjambon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35
36 SLOT="0/${PV}"