public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/atd/
Date: Thu,  2 Nov 2023 22:11:27 +0000 (UTC)	[thread overview]
Message-ID: <1698963079.71fc16e0a03d3cbbf32bab6baf1a9828a55e47d4.xgqt@gentoo> (raw)

commit:     71fc16e0a03d3cbbf32bab6baf1a9828a55e47d4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  2 21:26:07 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Nov  2 22:11:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fc16e0

dev-ml/atd: drop old 2.10.0

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

 dev-ml/atd/Manifest          |  1 -
 dev-ml/atd/atd-2.10.0.ebuild | 39 ---------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-ml/atd/Manifest b/dev-ml/atd/Manifest
index ab07de6a155d..faa86f98f9cc 100644
--- a/dev-ml/atd/Manifest
+++ b/dev-ml/atd/Manifest
@@ -1,4 +1,3 @@
-DIST atd-2.10.0.tar.gz 3294787 BLAKE2B 7ef136e795a567eddc064986e1b78f3bbccf0433485c75742a989e7f48ca91b55444f01def67210c55de74f9283ee0316e6de0d38fc6d40a5ff499f16f0cbd63 SHA512 1f5ccd44cb5d7f41745d6399517f6b61c4dfc698a70f24594805ac07e0be240e2a44c1d992ad48622ed85a23384ecaab111b78e76e8e050d25d857356c3bf45b
 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.10.0.ebuild b/dev-ml/atd/atd-2.10.0.ebuild
deleted file mode 100644
index a06dee2319dc..000000000000
--- a/dev-ml/atd/atd-2.10.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 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
-}


             reply	other threads:[~2023-11-02 22:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-02 22:11 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-26 21:36 [gentoo-commits] repo/gentoo:master commit in: dev-ml/atd/ Maciej Barć
2023-11-02 22:11 Maciej Barć
2023-11-02 22:11 Maciej Barć
2023-07-11 16:44 Alfredo Tupone
2023-02-17 23:39 Maciej Barć
2022-10-23 16:06 Maciej Barć
2022-10-23  9:27 Maciej Barć
2017-06-23 12:31 Alexis Ballier
2017-06-23 12:31 Alexis Ballier
2017-05-17  8:14 Alexis Ballier
2017-04-02  8:38 Alexis Ballier
2017-04-01 12:24 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1698963079.71fc16e0a03d3cbbf32bab6baf1a9828a55e47d4.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox