From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 898AC158041 for ; Mon, 26 Feb 2024 00:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05793E29C8; Mon, 26 Feb 2024 00:55:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1942E29CA for ; Mon, 26 Feb 2024 00:55:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E398533C84E for ; Mon, 26 Feb 2024 00:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B22214CE for ; Mon, 26 Feb 2024 00:54:59 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1708908848.0d85fd441fe5f2b0ff8c5717b95363c49df68d2b.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/reason/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/reason/Manifest dev-ml/reason/reason-3.9.0-r1.ebuild X-VCS-Directories: dev-ml/reason/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 0d85fd441fe5f2b0ff8c5717b95363c49df68d2b X-VCS-Branch: master Date: Mon, 26 Feb 2024 00:54:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a70607a-6143-4c7d-ab99-18cb83ad0a92 X-Archives-Hash: bf65225ce1c438f691d2c306e0307721 commit: 0d85fd441fe5f2b0ff8c5717b95363c49df68d2b Author: Maciej Barć gentoo org> AuthorDate: Mon Feb 26 00:33:10 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Feb 26 00:54:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d85fd44 dev-ml/reason: drop old 3.9.0-r1 Signed-off-by: Maciej Barć gentoo.org> dev-ml/reason/Manifest | 1 - dev-ml/reason/reason-3.9.0-r1.ebuild | 41 ------------------------------------ 2 files changed, 42 deletions(-) diff --git a/dev-ml/reason/Manifest b/dev-ml/reason/Manifest index 13f0c838b71d..86e36fac92ad 100644 --- a/dev-ml/reason/Manifest +++ b/dev-ml/reason/Manifest @@ -1,2 +1 @@ DIST reason-3.10.0.tar.gz 668962 BLAKE2B 11ab06cf12d2bd2381a6e12bd0dd7627ce454356db21ad189acaea7d24dac7e3647c10bb4478ded41f946d2d982b20988e448eb63ba4b68574bdbafa2984d0b7 SHA512 9be379b3953f57096139d766ef7c55d89bf70be4a8153177b9812bfa69c4260ee91dfeb87df2b71d63840f612e53e46cd2867085bdcfc7040e53817a8ff92225 -DIST reason-3.9.0.tar.gz 668271 BLAKE2B 46c5937a16462807e653837c7359c661eeb378dcc9ca619b80d8c308e153227c9cfba9c6c1878f87e08c6ca4a026f0acf5ff8e8902765084bddfd4fbacdfd617 SHA512 0b22d21674ed9d0efcde8512476cb6274b3ef43a619c02ae448fb3bb55318af0509c7fc8fb14784411383375e020729eba4b3855569ecefb177deadf462a0de4 diff --git a/dev-ml/reason/reason-3.9.0-r1.ebuild b/dev-ml/reason/reason-3.9.0-r1.ebuild deleted file mode 100644 index d5e02288741c..000000000000 --- a/dev-ml/reason/reason-3.9.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 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/dune-build-info:= - dev-ml/fix:= - dev-ml/menhir:= - dev-ml/merlin-extend:= - dev-ml/ocaml-migrate-parsetree:= - dev-ml/ppx_derivers:= - dev-ml/ppxlib:= - dev-ml/utop:= -" -DEPEND="${RDEPEND}" - -src_install() { - dune-install reason rtop - - dodoc *.md docs/*.md -}