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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09DE615808B for ; Sat, 16 Apr 2022 16:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCE6FE0882; Sat, 16 Apr 2022 16:20:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06A90E087E for ; Sat, 16 Apr 2022 16:20:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CB6C3417D8 for ; Sat, 16 Apr 2022 16:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2F673B1 for ; Sat, 16 Apr 2022 16:20:09 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1650126006.1099ba3b7cd35f431fb49c23b0cd408c8030c9a7.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/mustache/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/mustache/mustache-3.1.0.ebuild X-VCS-Directories: dev-ml/mustache/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 1099ba3b7cd35f431fb49c23b0cd408c8030c9a7 X-VCS-Branch: dev Date: Sat, 16 Apr 2022 16:20:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82b31377-dfd2-49a8-afe1-d6fb65a8dd68 X-Archives-Hash: e6c94bbc8f1ed2b07d0ad0c02ff45ee0 commit: 1099ba3b7cd35f431fb49c23b0cd408c8030c9a7 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Apr 16 12:33:40 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Apr 16 16:20:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1099ba3b dev-ml/mustache: update HOMEPAGE Closes: https://bugs.gentoo.org/838814 Signed-off-by: Alessandro Barbieri gmail.com> dev-ml/mustache/mustache-3.1.0.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/dev-ml/mustache/mustache-3.1.0.ebuild b/dev-ml/mustache/mustache-3.1.0.ebuild index afd8eea78..6861c6c4f 100644 --- a/dev-ml/mustache/mustache-3.1.0.ebuild +++ b/dev-ml/mustache/mustache-3.1.0.ebuild @@ -8,7 +8,10 @@ inherit dune MYPN="ocaml-${PN}" DESCRIPTION="mustache.js logic-less templates in OCaml" -HOMEPAGE="https://github.com/rgrinberg/ocaml-mustache" +HOMEPAGE=" + https://github.com/rgrinberg/ocaml-mustache + https://opam.ocaml.org/packages/mustache/ +" SRC_URI="https://github.com/rgrinberg/${MYPN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MYPN}-${PV}" @@ -18,16 +21,12 @@ KEYWORDS="~amd64" IUSE="ocamlopt test" DEPEND=" - dev-ml/jsonm - dev-ml/menhir - dev-ml/cmdliner + dev-ml/menhir:= + dev-ml/ezjsonm:= " RDEPEND=" ${DEPEND} - test? ( - dev-ml/ounit - dev-ml/ezjsonm - ) + test? ( dev-ml/ounit ) " RESTRICT="!test? ( test )"