commit: ee7536be43b9e0c2aaef565f93911f2ae30e6895 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Oct 4 07:44:45 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Oct 4 08:01:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7536be
dev-ml/ocamlmod: bump to 0.0.9 Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-ml/ocamlmod/Manifest | 1 + dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-ml/ocamlmod/Manifest b/dev-ml/ocamlmod/Manifest index 5a21fe40252..fdb3e56bcea 100644 --- a/dev-ml/ocamlmod/Manifest +++ b/dev-ml/ocamlmod/Manifest @@ -1 +1,2 @@ DIST ocamlmod-0.0.8.tar.gz 48985 SHA256 2f6909279c87ab2df0f6e291ebb79d9eddd632dc6f84dd00187357ef1d451cf0 SHA512 beb64c109c241965f33a60b4868f5215e6c112742a3be214d3b7a0503b9d29494c0453fa5f2551bbc1975cd4b123d0b917116aeeba968d2a7d2c6fb9651a64f4 WHIRLPOOL e094e4fb45fc740bb932310607c8d568c5e4e5af6218e1b78b55842b82de2a8e0a1fe21bb8321059237baacb5dae1282e59a6f1b5c254345fcaae9c1fd58da20 +DIST ocamlmod-0.0.9.tar.gz 55025 SHA256 4a1178ccdddccf46b09c2a62218e65d86de754c015d7dc1af45e1d9c314ef731 SHA512 cf0d3671cf8fa83bdbd0e4b47888a50f9eab24691c71685c0612a9a8efaf36ba9fa66cee604c928a71f2d8da40b35453d2f2d3619f73141aba0f46de3bd97537 WHIRLPOOL 569ecb5b131586dfdebc4dc4c703bca9fbcd701c8a083a0082fe3929ecf70c8611bb367455a597dcb0cffef561f103a7f0a2bef2f57fc0ba6d4481d805c8b8ef diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild new file mode 100644 index 00000000000..79bf89a1897 --- /dev/null +++ b/dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Generate OCaml modules from source files" +HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1702/ocamlmod-0.0.9.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( >=dev-ml/ounit-2.0.0 )" + +DOCS=( "AUTHORS.txt" "README.txt" )
