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 475BF15808D for ; Sat, 23 Apr 2022 21:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84A65E07C9; Sat, 23 Apr 2022 21:42:42 +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 5D107E07C9 for ; Sat, 23 Apr 2022 21:42:42 +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 52B15341E79 for ; Sat, 23 Apr 2022 21:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A83C3DC for ; Sat, 23 Apr 2022 21:42:39 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1650750148.07df17042285161cea0643c8e249545e42a95358.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/sexplib0/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild X-VCS-Directories: dev-ml/sexplib0/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 07df17042285161cea0643c8e249545e42a95358 X-VCS-Branch: master Date: Sat, 23 Apr 2022 21:42:39 +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: 603c6443-8629-4ee1-bf3f-34d0f2036758 X-Archives-Hash: 7048150edfa6633dd6b039abe1c81b2c commit: 07df17042285161cea0643c8e249545e42a95358 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Apr 23 21:42:28 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Apr 23 21:42:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07df1704 dev-ml/sexplib0: HomepageInSrcUri Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild b/dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild index b3fe7c25936f..93a138589029 100644 --- a/dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild +++ b/dev-ml/sexplib0/sexplib0-0.15.0-r1.ebuild @@ -7,7 +7,8 @@ inherit dune DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" HOMEPAGE="https://github.com/janestreet/sexplib0" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/janestreet/sexplib0/archive/v${PV}.tar.gz + -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/$(ver_cut 1-2)"