From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1291863-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B5511382C5 for <garchives@archives.gentoo.org>; Wed, 9 Jun 2021 21:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E420AE070D; Wed, 9 Jun 2021 21:48:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB93BE070D for <gentoo-commits@lists.gentoo.org>; Wed, 9 Jun 2021 21:48:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3C73340C02 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Jun 2021 21:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACA8727E for <gentoo-commits@lists.gentoo.org>; Wed, 9 Jun 2021 21:48:40 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1623275267.ab70179e6daf7d1b62ac54cfd268abba5a016da5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_tools/Manifest dev-ml/ppx_tools/ppx_tools-6.3.ebuild X-VCS-Directories: dev-ml/ppx_tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab70179e6daf7d1b62ac54cfd268abba5a016da5 X-VCS-Branch: master Date: Wed, 9 Jun 2021 21:48:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12ce6d6a-2b62-4ac8-bc38-bba4808a8543 X-Archives-Hash: 0d9e25e964289fc1b72062b96a06bec9 commit: ab70179e6daf7d1b62ac54cfd268abba5a016da5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 9 21:47:47 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 9 21:47:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab70179e dev-ml/ppx_tools: add 6.3 Closes: https://bugs.gentoo.org/795039 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/ppx_tools/Manifest | 1 + dev-ml/ppx_tools/ppx_tools-6.3.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-ml/ppx_tools/Manifest b/dev-ml/ppx_tools/Manifest index 53e54129a94..5963a560f3b 100644 --- a/dev-ml/ppx_tools/Manifest +++ b/dev-ml/ppx_tools/Manifest @@ -1 +1,2 @@ DIST ppx_tools-6.2.tar.gz 46150 BLAKE2B f8af2a1eee81d5a1e73ac606ab79d285c8c226533bcf715ed22386aecfaf51260fb9a5075d270675f1b601cb174b68d8c85556f418031a7b6bda06c4376fe443 SHA512 fc3943c69901ef46843355c3482d5a1481d05ee94fb0a344ec04101059a02cbaa76fed5742cfae82730edf378f2e140d859a5cf590653f85359255d451f07dc8 +DIST ppx_tools-6.3.tar.gz 18811 BLAKE2B b1389dbe0c6fd855cafc8d64a9db550866317172909c2731f01acd412c6f8147f07e19a82d527187d0b211fca9eb2f2ad63bb53e8f375b0b8107c4e723710000 SHA512 6a88f6f877f49ea8736aeca60673a19c52d5104ad9e2a3e56db3f71cd557d39df9c709c4e678ccf10263ff1f3e0504f4676227bd05ceba1e0294453a988a736c diff --git a/dev-ml/ppx_tools/ppx_tools-6.3.ebuild b/dev-ml/ppx_tools/ppx_tools-6.3.ebuild new file mode 100644 index 00000000000..1d025b5dacd --- /dev/null +++ b/dev-ml/ppx_tools/ppx_tools-6.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +MY_PV=$(ver_rs 2 '+') +DESCRIPTION="Tools for authors of ppx rewriters" +HOMEPAGE="https://github.com/alainfrisch/ppx_tools" +SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-$(ver_rs 2 '-')" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt"