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 629D315808D for ; Thu, 21 Apr 2022 17:46:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BC172BC03C; Thu, 21 Apr 2022 17:46:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 41CD42BC03C for ; Thu, 21 Apr 2022 17:46:30 +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 55A42341D31 for ; Thu, 21 Apr 2022 17:46:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A69353F6 for ; Thu, 21 Apr 2022 17:46:26 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1650499407.425e7879713850e1c7704ed9fa3cda52ef3d24c1.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ml/inotify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/inotify/inotify-2.3_p20211118.ebuild X-VCS-Directories: dev-ml/inotify/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 425e7879713850e1c7704ed9fa3cda52ef3d24c1 X-VCS-Branch: master Date: Thu, 21 Apr 2022 17:46:26 +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: 7396b7e3-e4c5-49cf-b7c0-9c0b4ea6bc4c X-Archives-Hash: e7ceb8be3ba49ec4d165b1bfa9c9d9a2 commit: 425e7879713850e1c7704ed9fa3cda52ef3d24c1 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Apr 21 00:03:27 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Apr 21 00:03:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=425e7879 dev-ml/inotify: update HOMEPAGE Signed-off-by: Alessandro Barbieri gmail.com> dev-ml/inotify/inotify-2.3_p20211118.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ml/inotify/inotify-2.3_p20211118.ebuild b/dev-ml/inotify/inotify-2.3_p20211118.ebuild index 6b478199d..006f042e9 100644 --- a/dev-ml/inotify/inotify-2.3_p20211118.ebuild +++ b/dev-ml/inotify/inotify-2.3_p20211118.ebuild @@ -9,7 +9,10 @@ COMMIT="b340204c72ae3ff27def6e116c1998485fc3227e" MYPN="ocaml-${PN}" DESCRIPTION="OCaml bindings for inotify" -HOMEPAGE="https://github.com/whitequark/ocaml-inotify" +HOMEPAGE=" + https://github.com/whitequark/ocaml-inotify + https://opam.ocaml.org/packages/inotify/ +" SRC_URI="https://github.com/whitequark/${MYPN}/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz" S="${WORKDIR}/${MYPN}-${COMMIT}" @@ -18,12 +21,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="ocamlopt test" +RDEPEND="dev-lang/ocaml:=[ocamlopt?]" DEPEND=" - dev-ml/base-unix:= - dev-ml/base-bytes:= -" -RDEPEND=" - ${DEPEND} + ${RDEPEND} test? ( dev-ml/ounit2 dev-ml/ocaml-fileutils