From abb1b1d6e0578770e217bed99662f9ae09b5b40e Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 3 May 2016 12:05:50 +0200 Subject: dev-ml/mirage-profile: fix dep on ocaml-cstruct Package-Manager: portage-2.2.28 --- .../mirage-profile/mirage-profile-0.7.0-r1.ebuild | 33 ++++++++++++++++++++++ dev-ml/mirage-profile/mirage-profile-0.7.0.ebuild | 32 --------------------- 2 files changed, 33 insertions(+), 32 deletions(-) create mode 100644 dev-ml/mirage-profile/mirage-profile-0.7.0-r1.ebuild delete mode 100644 dev-ml/mirage-profile/mirage-profile-0.7.0.ebuild (limited to 'dev-ml/mirage-profile') diff --git a/dev-ml/mirage-profile/mirage-profile-0.7.0-r1.ebuild b/dev-ml/mirage-profile/mirage-profile-0.7.0-r1.ebuild new file mode 100644 index 000000000000..df82368624eb --- /dev/null +++ b/dev-ml/mirage-profile/mirage-profile-0.7.0-r1.ebuild @@ -0,0 +1,33 @@ +# 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="Collect profiling information" +HOMEPAGE="https://github.com/mirage/mirage-profile https://mirage.io" +SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" +# https://github.com/mirage/mirage-profile/issues/11 +RESTRICT="test" + +RDEPEND=" + >=dev-lang/ocaml-4:= + dev-ml/io-page:= + dev-ml/lwt:= + >=dev-ml/ocaml-cstruct-1.9.0:=[ppx(-)] + dev-ml/ppx_tools:= + dev-ml/ocplib-endian:= +" +DEPEND=" + ${RDEPEND} +" + +DOCS=( README.md ) diff --git a/dev-ml/mirage-profile/mirage-profile-0.7.0.ebuild b/dev-ml/mirage-profile/mirage-profile-0.7.0.ebuild deleted file mode 100644 index 5b88e9a45d80..000000000000 --- a/dev-ml/mirage-profile/mirage-profile-0.7.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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="Collect profiling information" -HOMEPAGE="https://github.com/mirage/mirage-profile https://mirage.io" -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" -# https://github.com/mirage/mirage-profile/issues/11 -RESTRICT="test" - -RDEPEND=" - >=dev-lang/ocaml-4:= - dev-ml/io-page:= - dev-ml/lwt:= - >=dev-ml/ocaml-cstruct-1.9.0:=[camlp4(-)] - dev-ml/ocplib-endian:= -" -DEPEND=" - ${RDEPEND} -" - -DOCS=( README.md ) -- cgit v1.2.3-65-gdbad