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 3BFA71382C5 for ; Wed, 24 Jun 2020 10:25:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C494E0936; Wed, 24 Jun 2020 10:25:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 38BE5E0936 for ; Wed, 24 Jun 2020 10:25:49 +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 AA59934EE76 for ; Wed, 24 Jun 2020 10:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 372682B2 for ; Wed, 24 Jun 2020 10:25:44 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1592994333.bd6c21f1a90bec1934f1e7eebfdf94c549e056fe.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-fileutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-fileutils/Manifest dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild X-VCS-Directories: dev-ml/ocaml-fileutils/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bd6c21f1a90bec1934f1e7eebfdf94c549e056fe X-VCS-Branch: master Date: Wed, 24 Jun 2020 10:25:44 +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: b9bb51a5-1ea9-47ea-a779-bb329f76ccdc X-Archives-Hash: f4157fd022634547b6e09b58df73aa48 commit: bd6c21f1a90bec1934f1e7eebfdf94c549e056fe Author: Rafael Kitover gmail com> AuthorDate: Thu Jun 11 19:41:10 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 24 10:25:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6c21f1 dev-ml/ocaml-fileutils: add 0.6.2 Using the new dune.eclass. Closes: https://bugs.gentoo.org/704154 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Rafael Kitover gmail.com> Signed-off-by: Joonas Niilola gentoo.org> dev-ml/ocaml-fileutils/Manifest | 1 + .../ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ml/ocaml-fileutils/Manifest b/dev-ml/ocaml-fileutils/Manifest index 832f2599991..a76b1a8c9ae 100644 --- a/dev-ml/ocaml-fileutils/Manifest +++ b/dev-ml/ocaml-fileutils/Manifest @@ -1,2 +1,3 @@ DIST ocaml-fileutils-0.5.1.tar.gz 129639 BLAKE2B 12f4b33eb70caf3a106e87a484411f31d6924aae68c964350080698b723b39c7bae236d5a732a0546cd6a52b4215c9ddf2b46da613c171a1ef384ef5eee3d5fe SHA512 e2f60d16d9c25f43ea6bf5fcdf5810ae1722ef30a37e9ffcb6302a87bf3aa89777f3e3d43860258fb7c284861df1eafb4e5e2b6bd3f8d78d347ef8d139e460e8 DIST ocaml-fileutils-0.5.2.tar.gz 129676 BLAKE2B 2534c28d134b297cf9f7838c6f33f6fe4a7fde6875cf7ae15990b1d2c2fd53be425ce8b37b6836642b26722fa0042f741e91d1c32211a2618e5f80345b6c63cb SHA512 264282c54ff693686ca9e60f371038f8ea9bce219d04556297dc7b6028c9f65c5a03b7cd263c3519cb212e29665200db1c95c88874bb2cb3d7b610e3b832018d +DIST ocaml-fileutils-0.6.2.tar.bz2 43060 BLAKE2B 20828875a25b1a9d2a41bf495cda00b0ac753efa20111b32a9d2ca439a56e9f07bf0953d16ee9148cf065e204fa1d8d624eaa89f6f4ae7e1613fdaa7cb44fc24 SHA512 104c7389832f22ec189ce6f1596144b28dcaeea7d23d5b19d369c44e54326e97fcb7b4f4c4a8d2965523e63b35b594a1351b7e630dde590871efe512fe38853c diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild new file mode 100644 index 00000000000..1b299b6fd39 --- /dev/null +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DUNE_PKG_NAME="fileutils" + +inherit dune + +DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename" +HOMEPAGE="https://github.com/gildor478/ocaml-fileutils" +SRC_URI="https://github.com/gildor478/${PN}/releases/download/v${PV}/${DUNE_PKG_NAME}-v${PV}.tbz -> ${P}.tar.bz2" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="ocamlopt" + +DEPEND=">=dev-ml/ounit-2.0.0 + >=dev-ml/stdlib-shims-0.2.0" + +DOCS=( "README.md" "CHANGES.md" "LICENSE.txt" ) + +S="${WORKDIR}/${DUNE_PKG_NAME}-v${PV}"