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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C53AD13835A for ; Mon, 8 Feb 2021 08:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C425BE086F; Mon, 8 Feb 2021 08:00:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AAAD5E086F for ; Mon, 8 Feb 2021 08:00:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7E517340C97 for ; Mon, 8 Feb 2021 08:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B43584C1 for ; Mon, 8 Feb 2021 08:00:23 +0000 (UTC) From: "Sam James" 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" Message-ID: <1612770922.d15e00661321cb3d314ab5e4c113fb87f3e2fca4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cinaps/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/cinaps/Manifest dev-ml/cinaps/cinaps-0.15.0.ebuild X-VCS-Directories: dev-ml/cinaps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d15e00661321cb3d314ab5e4c113fb87f3e2fca4 X-VCS-Branch: master Date: Mon, 8 Feb 2021 08:00:23 +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: cf40a6c0-87bd-4bb2-b096-c45d3de70013 X-Archives-Hash: 601ad64068510e4bcf3fae6854efe755 commit: d15e00661321cb3d314ab5e4c113fb87f3e2fca4 Author: Sam James gentoo org> AuthorDate: Mon Feb 8 07:55:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 8 07:55:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15e0066 dev-ml/cinaps: bump to 0.15.0 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/cinaps/Manifest | 1 + dev-ml/cinaps/cinaps-0.15.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ml/cinaps/Manifest b/dev-ml/cinaps/Manifest index 1d75851eb9b..bbbd1c0d837 100644 --- a/dev-ml/cinaps/Manifest +++ b/dev-ml/cinaps/Manifest @@ -1 +1,2 @@ DIST cinaps-0.14.0.tar.gz 9602 BLAKE2B 01d71b199dc966ac7653aca31d8a2e238102a5a29c4b6a1cf2ddd3f4624b41a4fd3e433025217951e7bd49b5eba21b6e4462217ef65a8755e6a4075683a55c5e SHA512 03f94ce7ab16d034edfc1976dd8fb83d533a1e5bc7f89dde3ea661553e05d6d8098c62c7e154013ef7814a283bb8cf535df0256891bcc6e0fdc847f6bf62aaf9 +DIST cinaps-0.15.0.tar.gz 9697 BLAKE2B b3c28b54269b7c35070b1a61b99087986aa5fead2792558597964a55d935544f09167aed269d6d68be65c1f588b7c0d645aabeed303885929a2f41628f6fabd9 SHA512 e69018c1b8ffc8895a5280c592bfbb0ac074b5a0367dc79392198819e751bf77dcbb67cf56e5f722e57939538a54b584bdb998cd8baedf6d01014a1f7d18a0c5 diff --git a/dev-ml/cinaps/cinaps-0.15.0.ebuild b/dev-ml/cinaps/cinaps-0.15.0.ebuild new file mode 100644 index 00000000000..beef4845858 --- /dev/null +++ b/dev-ml/cinaps/cinaps-0.15.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Trivial metaprogramming tool" +HOMEPAGE="https://github.com/ocaml-ppx/cinaps" +SRC_URI="https://github.com/ocaml-ppx/cinaps/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +DEPEND="dev-ml/re:=" +RDEPEND="${DEPEND}" +BDEPEND=" + test? ( + dev-ml/ppx_jane + ) +"