summaryrefslogtreecommitdiff
path: root/dev-ml/reason/reason-3.8.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/reason/reason-3.8.2.ebuild')
-rw-r--r--dev-ml/reason/reason-3.8.2.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-ml/reason/reason-3.8.2.ebuild b/dev-ml/reason/reason-3.8.2.ebuild
deleted file mode 100644
index ade9712c67b7..000000000000
--- a/dev-ml/reason/reason-3.8.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Simple, fast & type safe language that leverages JavaScript and OCaml"
-HOMEPAGE="https://reasonml.github.io"
-SRC_URI="https://github.com/reasonml/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ocamlopt"
-
-RDEPEND="
- dev-ml/fix:=
- dev-ml/menhir:=
- dev-ml/merlin-extend:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/result:=
- dev-ml/utop:=
-"
-DEPEND="${RDEPEND}"
-
-DOCS=(
- CODE_OF_CONDUCT.md HISTORY.md ORIGINS.md PLAN README.md
- docs/GETTING_STARTED_CONTRIBUTING.md
- docs/TYPE_PARAMETERS_PARSING.md
- docs/USING_PARSER_PROGRAMMATICALLY.md
-)
-
-src_install() {
- dune-install reason rtop
- einstalldocs
-}