commit:     bdd8ed955227424892ce3e18287358c3892d991a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 12:17:41 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 12:19:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd8ed95

dev-ml/sedlex: drop 2.5-r1, 3.0, 3.1, 3.2

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-ml/sedlex/Manifest             |  4 ----
 dev-ml/sedlex/sedlex-2.5-r1.ebuild | 37 -------------------------------------
 dev-ml/sedlex/sedlex-3.0.ebuild    | 37 -------------------------------------
 dev-ml/sedlex/sedlex-3.1.ebuild    | 36 ------------------------------------
 dev-ml/sedlex/sedlex-3.2.ebuild    | 36 ------------------------------------
 5 files changed, 150 deletions(-)

diff --git a/dev-ml/sedlex/Manifest b/dev-ml/sedlex/Manifest
index 160fe4bba647..a0af69ecab79 100644
--- a/dev-ml/sedlex/Manifest
+++ b/dev-ml/sedlex/Manifest
@@ -1,5 +1 @@
-DIST sedlex-2.5.tar.gz 134289 BLAKE2B 
47aa67ed34ee0226b92d538e61bbf7252dcead236dd51d4a291c7b81f7d0747d1024e9eb0a274d7648b25cfa078108e3e62d54ea2702450171b9ff4ab60f7706
 SHA512 
5c511a89e43999b34e50cc820a4ac71ecd0315ef144da2af1653077d7497b2ce3658898b723a7c558693766e6bc57369349cdf78c4a4b962a23d4528161b78ef
-DIST sedlex-3.0.tar.gz 133248 BLAKE2B 
f1adb73087b132d4e99b4785af3a99d3d82ee860d16691c48fbec6bd2776d8de23f736f5d6f21b734c846ef793caa8e7c925ce58dfc472d205268eab39973c6a
 SHA512 
564780b7af8b3ddd32c9164caa42fd24b2ff59e0bf9977bcee4c3ddea2be3f0c870bd95949b639c5f1942e0fa2604902f5cd3eb9041d59b6ee2367895df556df
-DIST sedlex-3.1.tar.gz 139786 BLAKE2B 
6bacf781f25a5a21ea4cf710ffef04949fbeea90033eb429a5f9d7733e64108526de7f94b56c2da5c8a3af4fab6eff94421b705de9ffe8137a4e8282aa9900cd
 SHA512 
27c7954c03a9d78f252167708afe7d91648ad3d3aa529e00c73da75bac49c2cf552cc9d27d29f1d9a04b1e2b47b7c6de9e9850c53124ad9f311d0a8f54bb9cae
-DIST sedlex-3.2.tar.gz 134560 BLAKE2B 
302a35a33d6b5be6fc504f655d6d6d24d60d64eac7fd3a36970253d181bd470aa7fdd35bec9f31199f0225a62942a64da90aa6a325656ca0ae2a2d9862dd4689
 SHA512 
00e257d1b97e99d49028d2e38b20a05c6aa151c362991c37c17522bf58c19e273b762ea39dd9783ed9ecc60d11dadeabb0487e16b4af91536e45e7e18c86cfe9
 DIST sedlex-3.3.tar.gz 128967 BLAKE2B 
aab0e15246dbdd5eb442be930483bf3b8950a13189b0175d9c1af90f1a42cff1b39337284dd69e10b06fd94b7889e749faad0d97279675482dc776621d12e686
 SHA512 
791b172b59256cb77df1bbd9e3136aa79e65bcb3df1f64bbe10933d624bad59a7d8b358c35abd07c267b89a3feb01f935e927ffc4fe9c6eb2ac6637cfa9b42cd

diff --git a/dev-ml/sedlex/sedlex-2.5-r1.ebuild 
b/dev-ml/sedlex/sedlex-2.5-r1.ebuild
deleted file mode 100644
index 87cc6542f10d..000000000000
--- a/dev-ml/sedlex/sedlex-2.5-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="An OCaml lexer generator for Unicode"
-HOMEPAGE="https://github.com/ocaml-community/sedlex";
-SRC_URI="https://github.com/ocaml-community/${PN}/archive/v${PV}.tar.gz
-                       -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ocamlopt"
-
-DEPEND="
-       dev-ml/gen:=
-       <dev-ml/ppxlib-0.26:=
-       dev-ml/uchar:=
-"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       ebegin "Building"
-       dune build @install --display short --profile release \
-               --ignore-promoted-rules
-       eend $? || die
-}
-
-dune_src_test() {
-       ebegin "Testing"
-       dune runtest --display short --profile release \
-               --ignore-promoted-rules
-       eend $? || die
-}

diff --git a/dev-ml/sedlex/sedlex-3.0.ebuild b/dev-ml/sedlex/sedlex-3.0.ebuild
deleted file mode 100644
index 7cf89cfc99cc..000000000000
--- a/dev-ml/sedlex/sedlex-3.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="An OCaml lexer generator for Unicode"
-HOMEPAGE="https://github.com/ocaml-community/sedlex";
-SRC_URI="https://github.com/ocaml-community/${PN}/archive/v${PV}.tar.gz
-                       -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ocamlopt"
-
-DEPEND="
-       dev-ml/gen:=
-       >=dev-ml/ppxlib-0.26:=
-       dev-ml/uchar:=
-"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       ebegin "Building"
-       dune build @install --display short --profile release \
-               --ignore-promoted-rules
-       eend $? || die
-}
-
-dune_src_test() {
-       ebegin "Testing"
-       dune runtest --display short --profile release \
-               --ignore-promoted-rules
-       eend $? || die
-}

diff --git a/dev-ml/sedlex/sedlex-3.1.ebuild b/dev-ml/sedlex/sedlex-3.1.ebuild
deleted file mode 100644
index 4c5d9b412edd..000000000000
--- a/dev-ml/sedlex/sedlex-3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Using "--for-release-of-packages" skips the regeneration of "unicode.ml" file
-# (using curl), see "src_compile" and "src_test" and "dune-release".
-DUNE_PKG_NAME=${PN}
-
-inherit dune
-
-DESCRIPTION="An OCaml lexer generator for Unicode"
-HOMEPAGE="https://github.com/ocaml-community/sedlex/";
-SRC_URI="https://github.com/ocaml-community/${PN}/archive/v${PV}.tar.gz
-       -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       dev-ml/gen:=
-       >=dev-ml/ppxlib-0.26:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="test? ( dev-ml/ppx_expect )"
-
-src_compile() {
-       dune-compile ${DUNE_PKG_NAME}
-}
-
-src_test() {
-       dune-test ${DUNE_PKG_NAME}
-}

diff --git a/dev-ml/sedlex/sedlex-3.2.ebuild b/dev-ml/sedlex/sedlex-3.2.ebuild
deleted file mode 100644
index 7dea86f85e6c..000000000000
--- a/dev-ml/sedlex/sedlex-3.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Using "--for-release-of-packages" skips the regeneration of "unicode.ml" file
-# (using curl), see "src_compile" and "src_test" and "dune-release".
-DUNE_PKG_NAME=${PN}
-
-inherit dune
-
-DESCRIPTION="An OCaml lexer generator for Unicode"
-HOMEPAGE="https://github.com/ocaml-community/sedlex/";
-SRC_URI="https://github.com/ocaml-community/${PN}/archive/v${PV}.tar.gz
-       -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="amd64 x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       dev-ml/gen:=
-       >=dev-ml/ppxlib-0.26:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="test? ( dev-ml/ppx_expect )"
-
-src_compile() {
-       dune-compile ${DUNE_PKG_NAME}
-}
-
-src_test() {
-       dune-test ${DUNE_PKG_NAME}
-}

Reply via email to