From 7d040c2d1b0c38c8635ec28dfaa632a2db8be895 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 11 Apr 2023 23:39:55 +0100 Subject: gentoo auto-resync : 11:04:2023 - 23:39:54 --- dev-ml/seq/seq-0.3.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 dev-ml/seq/seq-0.3.ebuild (limited to 'dev-ml/seq/seq-0.3.ebuild') diff --git a/dev-ml/seq/seq-0.3.ebuild b/dev-ml/seq/seq-0.3.ebuild deleted file mode 100644 index 3ae37ac37172..000000000000 --- a/dev-ml/seq/seq-0.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2020-2022 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="