From 3ad2886bc3058a93ae7e8b753a6d1d526f5050cf Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 24 Jun 2016 11:53:47 +0200 Subject: dev-ml/ocaml-data-notation: drop backward compat dep on camlp4 Package-Manager: portage-2.3.0 --- .../ocaml-data-notation-0.0.11-r1.ebuild | 26 ++++++++++++++++++++++ .../ocaml-data-notation-0.0.11.ebuild | 25 --------------------- 2 files changed, 26 insertions(+), 25 deletions(-) create mode 100644 dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild delete mode 100644 dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild (limited to 'dev-ml') diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild new file mode 100644 index 000000000000..0fc2510f97ab --- /dev/null +++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation" +HOMEPAGE="http://forge.ocamlcore.org/projects/odn" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1310/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-ml/type-conv-108.07.01:= + dev-ml/camlp4:= + " +DEPEND="${RDEPEND} + test? ( >=dev-ml/ounit-2.0.0[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )" + +DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" ) diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild deleted file mode 100644 index 168330a2e762..000000000000 --- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation" -HOMEPAGE="http://forge.ocamlcore.org/projects/odn" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1310/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-ml/type-conv-108.07.01:= - || ( dev-ml/camlp4:=