diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-10-04 09:44:45 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-10-04 10:01:43 +0200 |
commit | ee7536be43b9e0c2aaef565f93911f2ae30e6895 (patch) | |
tree | ec18b417287d079ff00dd2b60cc4e3310ee25490 /dev-ml | |
parent | media-video/avidemux: Fix building with GCC-5 (diff) | |
download | gentoo-ee7536be43b9e0c2aaef565f93911f2ae30e6895.tar.gz gentoo-ee7536be43b9e0c2aaef565f93911f2ae30e6895.tar.bz2 gentoo-ee7536be43b9e0c2aaef565f93911f2ae30e6895.zip |
dev-ml/ocamlmod: bump to 0.0.9
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlmod/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocamlmod/ocamlmod-0.0.9.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-ml/ocamlmod/Manifest b/dev-ml/ocamlmod/Manifest index 5a21fe402526..fdb3e56bceac 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 000000000000..79bf89a18978 --- /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" ) |