diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-05-25 08:05:14 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-05-25 16:50:10 +0200 |
commit | 5f5df3fd67cbf40b128563a8e2a5360cd692761d (patch) | |
tree | fe2da39a6e759323a9ff3b3428fc83daf50c9790 /dev-ml/ocaml-fileutils | |
parent | sci-libs/rtabmap: bump to 0.12.5 (diff) | |
download | gentoo-5f5df3fd67cbf40b128563a8e2a5360cd692761d.tar.gz gentoo-5f5df3fd67cbf40b128563a8e2a5360cd692761d.tar.bz2 gentoo-5f5df3fd67cbf40b128563a8e2a5360cd692761d.zip |
dev-ml/ocaml-fileutils: bump to 0.5.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml/ocaml-fileutils')
-rw-r--r-- | dev-ml/ocaml-fileutils/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-ml/ocaml-fileutils/Manifest b/dev-ml/ocaml-fileutils/Manifest index 20a98aed4f5d..8220b25da80b 100644 --- a/dev-ml/ocaml-fileutils/Manifest +++ b/dev-ml/ocaml-fileutils/Manifest @@ -1 +1,2 @@ DIST ocaml-fileutils-0.5.1.tar.gz 129639 SHA256 ef28b094a2bf3894be1c93e8abfb8d09b2681ceb3185487da793a9cdb2e8df3c SHA512 e2f60d16d9c25f43ea6bf5fcdf5810ae1722ef30a37e9ffcb6302a87bf3aa89777f3e3d43860258fb7c284861df1eafb4e5e2b6bd3f8d78d347ef8d139e460e8 WHIRLPOOL baaf9ac58d19daa0e66cc5cac5bf95f498d12c523176fae496ec3b4d5392048651181d20579951a06acacf0c762c77b344f93833e7854307b6a730681f5bb2a1 +DIST ocaml-fileutils-0.5.2.tar.gz 129676 SHA256 7b073be10480d1371026ff896190ac22d300216c042945ec59625539d486881a SHA512 264282c54ff693686ca9e60f371038f8ea9bce219d04556297dc7b6028c9f65c5a03b7cd263c3519cb212e29665200db1c95c88874bb2cb3d7b610e3b832018d WHIRLPOOL 95d40f06852a7fcffb14f8c8bd13ef68802c9f2eab4f3d25ccde3ca3347694907979bafd9345c91b1c2b940b444873ba032c197160f2d087430c594f15de99f7 diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild new file mode 100644 index 000000000000..40d4d20f42d6 --- /dev/null +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +OASIS_BUILD_DOCS=1 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename" +HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1695/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-ml/ounit-2.0.0" + +DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" ) |