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/ocaml-fileutils-0.5.2.ebuild | |
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/ocaml-fileutils-0.5.2.ebuild')
-rw-r--r-- | dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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" ) |