summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-11-10 16:11:06 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-11-10 16:16:26 +0100
commit7981cf255ba721920854efe9695d82ad4feb7158 (patch)
tree3aaa6ea2bd684ec5398b6574cd8054cea879a6ac /dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild
parentdev-ml/ocaml-ssl: bump to 0.5.3; switch to github (diff)
downloadgentoo-7981cf255ba721920854efe9695d82ad4feb7158.tar.gz
gentoo-7981cf255ba721920854efe9695d82ad4feb7158.tar.bz2
gentoo-7981cf255ba721920854efe9695d82ad4feb7158.zip
dev-ml/ocaml-fileutils: bump to 0.5.1
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild')
-rw-r--r--dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild
new file mode 100644
index 000000000000..85ccd63820f1
--- /dev/null
+++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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/1651/${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" )