diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2015-10-16 14:32:55 +0200 |
---|---|---|
committer | Matthew Brewer <tomboy64@sina.cn> | 2015-10-17 19:02:42 +0200 |
commit | e7d338bfeb3061eef8f0da2f5c66981faf0ef66b (patch) | |
tree | e85c70df79ac5f1baaae6ed4c4416dd90cc66c26 /dev-ml/io-page/io-page-1.5.1.ebuild | |
parent | dev-qt/qtsql: drop -r0 (diff) | |
download | gentoo-e7d338bfeb3061eef8f0da2f5c66981faf0ef66b.tar.gz gentoo-e7d338bfeb3061eef8f0da2f5c66981faf0ef66b.tar.bz2 gentoo-e7d338bfeb3061eef8f0da2f5c66981faf0ef66b.zip |
dev-ml/io-page: new ebuild
- needed as a transitive dependency of Libre S3 1.1 (net-misc/libres3)
- explicit support for MirageOS is not enabled
Diffstat (limited to 'dev-ml/io-page/io-page-1.5.1.ebuild')
-rw-r--r-- | dev-ml/io-page/io-page-1.5.1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-ml/io-page/io-page-1.5.1.ebuild b/dev-ml/io-page/io-page-1.5.1.ebuild new file mode 100644 index 000000000000..79f78c0356c2 --- /dev/null +++ b/dev-ml/io-page/io-page-1.5.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="IO memory page library for Mirage backends" +HOMEPAGE="https://github.com/mirage/io-page https://mirage.io" +SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-lang/ocaml-4:= + >=dev-ml/ocaml-cstruct-1.1.0:= +" +DEPEND=" + test? ( dev-ml/ounit ) + ${RDEPEND} +" + +DOCS=( CHANGES README.md ) |