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 E2AF315808D for ; Wed, 20 Apr 2022 21:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 703FDE08BF; Wed, 20 Apr 2022 21:57:16 +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 35969E089C for ; Wed, 20 Apr 2022 21:57:16 +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 038383416D2 for ; Wed, 20 Apr 2022 21:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E07143BC for ; Wed, 20 Apr 2022 21:57: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: <1650491819.7e9d204660e3d38ee76a8d188e2824f37be23239.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/fd-send-recv/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild X-VCS-Directories: dev-ml/fd-send-recv/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 7e9d204660e3d38ee76a8d188e2824f37be23239 X-VCS-Branch: dev Date: Wed, 20 Apr 2022 21:57: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: dde82c99-9a8f-4df6-9af7-20de6b779e31 X-Archives-Hash: df99b6bd3c633e57dc6bb2dcbfe1d253 commit: 7e9d204660e3d38ee76a8d188e2824f37be23239 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Apr 19 23:02:48 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Apr 20 21:56:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e9d2046 dev-ml/fd-send-recv: update HOMEPAGE Signed-off-by: Alessandro Barbieri gmail.com> dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild b/dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild index d8e168fcb..9a004f5d9 100644 --- a/dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild +++ b/dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild @@ -8,7 +8,10 @@ MYPN="ocaml-${PN}" inherit dune DESCRIPTION="Send and receive Unix.file_descrs over Unix domain sockets" -HOMEPAGE="https://github.com/xapi-project/ocaml-fd-send-recv" +HOMEPAGE=" + https://github.com/xapi-project/ocaml-fd-send-recv + https://opam.ocaml.org/packages/fd-send-recv/ +" SRC_URI="https://github.com/xapi-project/${MYPN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MYPN}-${PV}" @@ -17,5 +20,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="ocamlopt" -DEPEND="dev-ml/tuntap" +DEPEND="dev-ml/tuntap:=" RDEPEND="${DEPEND}" + +RESTRICT="test" # tests require sudo