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 1D37615808D for ; Sat, 23 Apr 2022 18:46:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3DFAE0934; Sat, 23 Apr 2022 18:46:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 228A0E0933 for ; Sat, 23 Apr 2022 18:46:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BFD134131F for ; Sat, 23 Apr 2022 18:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07563A5 for ; Sat, 23 Apr 2022 18:46:29 +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: <1650739561.9229fe300051b7b2af7410915d95c8a6d1850fc2.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_sexp_conv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0-r1.ebuild dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0.ebuild X-VCS-Directories: dev-ml/ppx_sexp_conv/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 9229fe300051b7b2af7410915d95c8a6d1850fc2 X-VCS-Branch: master Date: Sat, 23 Apr 2022 18:46:29 +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: a12f1d0d-50d0-4726-b895-d482c769f455 X-Archives-Hash: a1f10ba9f1d7a283a2aa39c7e63a5fa1 commit: 9229fe300051b7b2af7410915d95c8a6d1850fc2 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Apr 23 18:45:41 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Apr 23 18:46:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9229fe30 dev-ml/ppx_sexp_conv: depends on slotted dev-ml/base Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> ...{ppx_sexp_conv-0.15.0.ebuild => ppx_sexp_conv-0.15.0-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0-r1.ebuild similarity index 91% rename from dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0.ebuild rename to dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0-r1.ebuild index 289900ec72db..4f3852e37595 100644 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0.ebuild +++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.15.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit dune @@ -10,19 +10,18 @@ HOMEPAGE="https://github.com/janestreet/ppx_sexp_conv" SRC_URI="https://github.com/janestreet/ppx_sexp_conv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/${PV}" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" # Upper bound on ppxlib for bug #769536 DEPEND=" >=dev-lang/ocaml-4.09.0 - =dev-ml/base-0.15*:= + dev-ml/base:${SLOT} dev-ml/findlib:= >=dev-ml/ppxlib-0.23:= >=dev-ml/ocaml-compiler-libs-0.11.0:= >=dev-ml/ocaml-migrate-parsetree-2.0.0:= dev-ml/cinaps:= - dev-ml/sexplib0:= " RDEPEND="${DEPEND}"