commit:     f4d988ac4b91a13ef86116249fc0074002f0869a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  1 18:11:02 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec  1 19:17:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d988ac

dev-ml/reason: drop old 3.15.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-ml/reason/Manifest             |  1 -
 dev-ml/reason/reason-3.15.0.ebuild | 46 --------------------------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest
index f72a70aeff13..93d61125cff8 100644
--- a/dev-ml/reason/Manifest
+++ b/dev-ml/reason/Manifest
@@ -1,2 +1 @@
-DIST reason-3.15.0.tar.gz 687523 BLAKE2B 
33e846d6d42570cf0ed6fd0da72a7d169a4457a77dd192b35c26b261682384869a8e162187df84fb45a671a644e2248bb13e1155cb7b83be73f5a2b8686a54ed
 SHA512 
38f152e3c5c7842a0c3226fd5b5c8a736e3f1635f37d3790cce889471706730d3f60bc66e2037d59e906a1129cb0a6434482e36f7fe28b71f4884925be8511fb
 DIST reason-3.17.0.gh.tar.gz 630462 BLAKE2B 
8c28a7a4fb209b33ed25854027c428a360d9e28a863ff3f8d363256d8a4cceeeaebcf4d2e1730bc84c083eedc0de6ba06ed7a571ca92aeb11a7e8888c495b1bd
 SHA512 
3b3bbdc9cf1b7051777d1b07b43c99b4b8cf8babe51d74abcd11491a084e38fda4163155a2e935484be169da578170c23caf95985e31a86596b14908ec0d74c6

diff --git a/dev-ml/reason/reason-3.15.0.ebuild 
b/dev-ml/reason/reason-3.15.0.ebuild
deleted file mode 100644
index d6d9830c4828..000000000000
--- a/dev-ml/reason/reason-3.15.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 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/
-       https://github.com/reasonml/reason/";
-
-if [[ "${PV}" == *9999* ]] ; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://github.com/reasonml/${PN}.git";
-else
-       SRC_URI="https://github.com/reasonml/${PN}/archive/${PV}.tar.gz
-               -> ${P}.tar.gz"
-
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-IUSE="+ocamlopt"
-
-RDEPEND="
-       dev-ml/cppo:=[ocamlopt?]
-       dev-ml/dune-build-info:=[ocamlopt?]
-       dev-ml/fix:=[ocamlopt?]
-       dev-ml/menhir:=[ocamlopt?]
-       dev-ml/merlin-extend:=[ocamlopt?]
-       dev-ml/ppx_derivers:=[ocamlopt?]
-       dev-ml/ppxlib:=[ocamlopt?]
-       dev-ml/ppxlib:=[ocamlopt?]
-       dev-ml/utop:=[ocamlopt?]
-"
-DEPEND="
-       ${RDEPEND}
-"
-
-src_install() {
-       dune-install reason rtop
-
-       dodoc ./*.md ./docs/*.md
-}

Reply via email to