diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-08-27 14:36:33 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-08-27 14:42:47 +0200 |
commit | 0f4470c19165dc10691657b5f9690499db0e4776 (patch) | |
tree | f19964bb79e6c177ddf7da51c02a72e96ab1a465 /dev-ml | |
parent | dev-ml/utop: drop old 2.11.0-r1 (diff) | |
download | gentoo-0f4470c19165dc10691657b5f9690499db0e4776.tar.gz gentoo-0f4470c19165dc10691657b5f9690499db0e4776.tar.bz2 gentoo-0f4470c19165dc10691657b5f9690499db0e4776.zip |
dev-ml/reason: drop old 3.8.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/reason/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/reason/reason-3.8.2.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest index 14bfb56e5e26..ce468f89d3cf 100644 --- a/dev-ml/reason/Manifest +++ b/dev-ml/reason/Manifest @@ -1,2 +1 @@ -DIST reason-3.8.2.tar.gz 1264705 BLAKE2B f82cde6c3e825e9c0e0911ed9c3f5febd0b475e7f93c8919be4a817d3ebb11193b4b827eedce3db06d343dc6c508b355b7b5a1cab612bfcb54f020ff52be7be0 SHA512 a38d4727ac9c53b8c7c1aa86b1db62ab85e149084e44ef559c5eb6e92090eca09a78f810b93f7d7d180fa8dfa40569b622fc439e0569749dc8478094404d8916 DIST reason-3.9.0.tar.gz 668271 BLAKE2B 46c5937a16462807e653837c7359c661eeb378dcc9ca619b80d8c308e153227c9cfba9c6c1878f87e08c6ca4a026f0acf5ff8e8902765084bddfd4fbacdfd617 SHA512 0b22d21674ed9d0efcde8512476cb6274b3ef43a619c02ae448fb3bb55318af0509c7fc8fb14784411383375e020729eba4b3855569ecefb177deadf462a0de4 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 -} |