diff options
author | 2023-06-17 14:14:19 +0200 | |
---|---|---|
committer | 2023-06-17 19:43:33 +0200 | |
commit | 2c00f12c9d2b94dea6c8d2993546212a507ff26d (patch) | |
tree | 83ccb4f9e019adf959aadcfe06d001bf75022d4d /dev-ml | |
parent | dev-ml/reason: drop old 3.8.0 (diff) | |
download | gentoo-2c00f12c9d2b94dea6c8d2993546212a507ff26d.tar.gz gentoo-2c00f12c9d2b94dea6c8d2993546212a507ff26d.tar.bz2 gentoo-2c00f12c9d2b94dea6c8d2993546212a507ff26d.zip |
dev-ml/reason: drop old 3.8.1
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.1.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest index e95d5d3bb004..a031a7db81ab 100644 --- a/dev-ml/reason/Manifest +++ b/dev-ml/reason/Manifest @@ -1,2 +1 @@ -DIST reason-3.8.1.tar.gz 1263319 BLAKE2B 340aa12bbf53255bd83af4922f552e0e341a09dc9946eb1afd486c57446b29f70891abe58fe04c46f94b4fce3ca7d3b015bff5599c002c95e5e161104c3d30d3 SHA512 b792c654f07f3aaf529811c422b548036a51a3170892110945d9c17580f931815fb0773362d00f939a68e89b9ebdb74bcf05f65ae99d93b36f1cd398e877cfd3 DIST reason-3.8.2.tar.gz 1264705 BLAKE2B f82cde6c3e825e9c0e0911ed9c3f5febd0b475e7f93c8919be4a817d3ebb11193b4b827eedce3db06d343dc6c508b355b7b5a1cab612bfcb54f020ff52be7be0 SHA512 a38d4727ac9c53b8c7c1aa86b1db62ab85e149084e44ef559c5eb6e92090eca09a78f810b93f7d7d180fa8dfa40569b622fc439e0569749dc8478094404d8916 diff --git a/dev-ml/reason/reason-3.8.1.ebuild b/dev-ml/reason/reason-3.8.1.ebuild deleted file mode 100644 index 29a823b9621d..000000000000 --- a/dev-ml/reason/reason-3.8.1.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" -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 -} |