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 99A2F158089 for ; Thu, 2 Nov 2023 22:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D58BE2BC02C; Thu, 2 Nov 2023 22:11:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B97392BC02C for ; Thu, 2 Nov 2023 22:11:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06E7F335D3A for ; Thu, 2 Nov 2023 22:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06172AAF for ; Thu, 2 Nov 2023 22:11:28 +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: <1698963079.dc3bf940bc9cae252f4cd5f7bf3b860a9dff06d8.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/atd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/atd/Manifest dev-ml/atd/atd-2.11.0.ebuild X-VCS-Directories: dev-ml/atd/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: dc3bf940bc9cae252f4cd5f7bf3b860a9dff06d8 X-VCS-Branch: master Date: Thu, 2 Nov 2023 22:11:28 +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: f0835bc4-abaf-41a1-9516-7f14fd0459e1 X-Archives-Hash: 2d5209049bf826a4be6e0d66f30dd6b4 commit: dc3bf940bc9cae252f4cd5f7bf3b860a9dff06d8 Author: Maciej Barć gentoo org> AuthorDate: Thu Nov 2 21:26:13 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Nov 2 22:11:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3bf940 dev-ml/atd: drop old 2.11.0 Signed-off-by: Maciej Barć gentoo.org> dev-ml/atd/Manifest | 1 - dev-ml/atd/atd-2.11.0.ebuild | 41 ----------------------------------------- 2 files changed, 42 deletions(-) diff --git a/dev-ml/atd/Manifest b/dev-ml/atd/Manifest index faa86f98f9cc..42ed8f1b5c85 100644 --- a/dev-ml/atd/Manifest +++ b/dev-ml/atd/Manifest @@ -1,3 +1,2 @@ -DIST atd-2.11.0.tar.gz 3300353 BLAKE2B e6f7f167a24eb6cd43900507e65646d251200db30ee01f8b4f1289f0e965af688bdcccaa6ef5590325ed9934ff4092554124c9b7c47687a2d05f271d8a245e86 SHA512 264e94015bebd096afd452845a63515c5efbd50d30c2cc19bf454079665a2119b2c837ffee809e67de9421020d3224ab2ed1ae8d99f301f32a056b1a7084a8ac DIST atd-2.12.0.tar.gz 3302788 BLAKE2B 12688b6971eb600106a56ae4e75228c562d6f482867114737d8037ab1543daa8b3f9dce85732f79f57b7f8d917641a165c2bbc40474e7e39427a97286f0a5c9b SHA512 96a0cb809bc1a063104b9941d1552ce2906cd1ed6348b8350cd4b095251c1f3a189f2e696ee28bce1a71a8601d906d22f600fa381ac318c0b7d7b2f84c328037 DIST atd-2.15.0.tar.gz 3352231 BLAKE2B 4e5ca04bef5f534da3191ee740b1879ffa6a7886498eb988e3124e85daf35942ce81954e7e08e4074c75bc8c528237c16d24bd44b9576f03ea3a90b7fad4d437 SHA512 e9a777d9453ccc8f41f907d130bbf3d094ab373bbb89eb6ee02b24f046cbc3a0881a33b9bf3b01674cbae3e586589eeae50a64ad7c7877b50fc764d05abd12fe diff --git a/dev-ml/atd/atd-2.11.0.ebuild b/dev-ml/atd/atd-2.11.0.ebuild deleted file mode 100644 index 8cbc489b2d4c..000000000000 --- a/dev-ml/atd/atd-2.11.0.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="Static types for JSON APIs" -HOMEPAGE="https://github.com/ahrefs/atd/" -SRC_URI="https://github.com/ahrefs/atd/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" -RESTRICT="test" - -RDEPEND=" - >=dev-lang/ocaml-4.08:=[ocamlopt?] - >=dev-ml/cmdliner-1.1.1:= - >=dev-ml/yojson-2.0.2:= - dev-ml/biniou:= - dev-ml/easy-format:= - dev-ml/menhir:= - dev-ml/re:= -" -DEPEND="${RDEPEND}" - -src_install() { - dune-install atd \ - atdgen \ - atdgen-codec-runtime \ - atdgen-runtime \ - atdj \ - atdpy \ - atds \ - atdts - - dodoc CHANGES.md CONTRIBUTING.md README.md -}