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 D5EB515808D for ; Thu, 21 Apr 2022 00:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B99BAE08CD; Thu, 21 Apr 2022 00:15: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67B2FE08D3 for ; Thu, 21 Apr 2022 00:15:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B05234132B for ; Thu, 21 Apr 2022 00:15:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E42C03BE for ; Thu, 21 Apr 2022 00:15:07 +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: <1650499772.109064083a1245a13c96fd711e7ae580835ab515.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/core_unix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/core_unix/core_unix-0.14.0.ebuild X-VCS-Directories: dev-ml/core_unix/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 109064083a1245a13c96fd711e7ae580835ab515 X-VCS-Branch: dev Date: Thu, 21 Apr 2022 00:15:07 +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: 08ae1a30-8a7a-41b2-b2ba-9798be38c6e3 X-Archives-Hash: e9d52d6102e99a0c2f73ac8ddbef395f commit: 109064083a1245a13c96fd711e7ae580835ab515 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Apr 21 00:09:32 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Apr 21 00:09:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10906408 dev-ml/core_unix: update HOMEPAGE Signed-off-by: Alessandro Barbieri gmail.com> dev-ml/core_unix/core_unix-0.14.0.ebuild | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/dev-ml/core_unix/core_unix-0.14.0.ebuild b/dev-ml/core_unix/core_unix-0.14.0.ebuild index b1c2cdfd2..15c85fdd5 100644 --- a/dev-ml/core_unix/core_unix-0.14.0.ebuild +++ b/dev-ml/core_unix/core_unix-0.14.0.ebuild @@ -6,7 +6,10 @@ EAPI=8 inherit dune DESCRIPTION="Unix-specific extensions to some of the modules defined in [core] and [core_kernel]" -HOMEPAGE="https://github.com/janestreet/core_unix" +HOMEPAGE=" + https://github.com/janestreet/core_unix + https://opam.ocaml.org/packages/core_unix/ +" SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" @@ -15,17 +18,8 @@ KEYWORDS="~amd64" IUSE="ocamlopt" RDEPEND=" - dev-ml/core_kernel - dev-ml/expect_test_helpers_core - dev-ml/core - dev-ml/ppx_jane - dev-ml/jane-street-headers - dev-ml/jst-config - dev-ml/ocaml_intrinsics - dev-ml/sexplib - dev-ml/timezone - dev-ml/base-threads - dev-ml/spawn + =dev-ml/core-0.14*:= + >=dev-lang/ocaml-4.08.0:=[ocamlopt?] " DEPEND=" ${RDEPEND}