From ff83095dbae0ab3a3364bf7039f4699daeab164d Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Tue, 11 Apr 2023 18:49:29 +0200 Subject: dev-ml/seq: update >=3.0 deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/904167 Signed-off-by: Maciej Barć --- dev-ml/seq/seq-0.3-r1.ebuild | 18 ++++++++++++++++++ dev-ml/seq/seq-0.3.1-r1.ebuild | 18 ++++++++++++++++++ dev-ml/seq/seq-0.3.1.ebuild | 17 ----------------- dev-ml/seq/seq-0.3.ebuild | 17 ----------------- 4 files changed, 36 insertions(+), 34 deletions(-) create mode 100644 dev-ml/seq/seq-0.3-r1.ebuild create mode 100644 dev-ml/seq/seq-0.3.1-r1.ebuild delete mode 100644 dev-ml/seq/seq-0.3.1.ebuild delete mode 100644 dev-ml/seq/seq-0.3.ebuild (limited to 'dev-ml') diff --git a/dev-ml/seq/seq-0.3-r1.ebuild b/dev-ml/seq/seq-0.3-r1.ebuild new file mode 100644 index 000000000000..8df53d15f2e4 --- /dev/null +++ b/dev-ml/seq/seq-0.3-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Compatibility package for the standard OCaml iterator type" +HOMEPAGE="https://github.com/c-cube/seq" +SRC_URI="https://github.com/c-cube/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" + +RDEPEND=">=dev-lang/ocaml-4.07" +BDEPEND="${RDEPEND}" diff --git a/dev-ml/seq/seq-0.3.1-r1.ebuild b/dev-ml/seq/seq-0.3.1-r1.ebuild new file mode 100644 index 000000000000..8df53d15f2e4 --- /dev/null +++ b/dev-ml/seq/seq-0.3.1-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Compatibility package for the standard OCaml iterator type" +HOMEPAGE="https://github.com/c-cube/seq" +SRC_URI="https://github.com/c-cube/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" + +RDEPEND=">=dev-lang/ocaml-4.07" +BDEPEND="${RDEPEND}" diff --git a/dev-ml/seq/seq-0.3.1.ebuild b/dev-ml/seq/seq-0.3.1.ebuild deleted file mode 100644 index f04696a3c432..000000000000 --- a/dev-ml/seq/seq-0.3.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Compatibility package for the standard OCaml iterator type" -HOMEPAGE="https://github.com/c-cube/seq" -SRC_URI="https://github.com/c-cube/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="+ocamlopt" - -RDEPEND="