commit:     beac6391542b9dfcd2c13f087ca264e8a79ae918
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 20:08:48 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 30 20:11:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beac6391

dev-ml/markup: drop 1.0.0-r1, 1.0.2-r1, EAPI=7--

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

 dev-ml/markup/Manifest               |  2 --
 dev-ml/markup/markup-1.0.0-r1.ebuild | 23 -----------------------
 dev-ml/markup/markup-1.0.2-r1.ebuild | 23 -----------------------
 3 files changed, 48 deletions(-)

diff --git a/dev-ml/markup/Manifest b/dev-ml/markup/Manifest
index 0717eb30a587..289d294fd28f 100644
--- a/dev-ml/markup/Manifest
+++ b/dev-ml/markup/Manifest
@@ -1,3 +1 @@
-DIST markup-1.0.0.tar.gz 280927 BLAKE2B 
cdf670e97c9f6e9b514d98f19a50bb4915c0c434a4ca27ac71be36f3893ed049eef8c0b5f48893e3f247938283272ff0c03d24743d679ef5e0296f7059131c58
 SHA512 
6383ed24fd86be0f6a64d9386b547d323fa0e763571ff3e7405119173c6ac6a7ed043bc0d35afd6e933101f22ed4b2f8baa08ba07d3df57a68015caaf79030ab
-DIST markup-1.0.2.tar.gz 281957 BLAKE2B 
04094edf2b6e7cec8de8e1d2ebc9c43b55aa18ccd7c38ee07217a7578764e1b919da8f30b3855d04deb75862be9c429ddf2c24c7a8a2baa2ed01921514f3b334
 SHA512 
6a04240da095a7557932e26b8f20979e0a8dc4ef2b5ce98aac7dfcaf82f0350397633120b638f76efd2a30a482a2381566b66a35c0585535e225f44004539b87
 DIST markup-1.0.3.tar.gz 281554 BLAKE2B 
71e6719c83ea0b456bb72ac469f11f8aab849098728431cf65e63f3484d98957250cec95a6c78e1bb586768f07fdf91bd4a8dc8195815b0bee836ce7c59fd2c8
 SHA512 
1bb030fa2d79f7a7ac2d04c07c72a39e83620757b1d7d8a33eea1ec9b4c32883a67de45d1eea9bfa6533ae8076009fab9af5f180ad2be9c1fef66e3e5937048a

diff --git a/dev-ml/markup/markup-1.0.0-r1.ebuild 
b/dev-ml/markup/markup-1.0.0-r1.ebuild
deleted file mode 100644
index fdce883345f3..000000000000
--- a/dev-ml/markup/markup-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="Error-recovering streaming HTML5 and XML parsers"
-HOMEPAGE="https://github.com/aantron/markup.ml";
-SRC_URI="https://github.com/aantron/markup.ml/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-ml/lwt:=
-       dev-ml/uutf:="
-DEPEND="${RDEPEND}
-       test? ( dev-ml/ounit2 )"
-
-S="${WORKDIR}/${PN}.ml-${PV}"

diff --git a/dev-ml/markup/markup-1.0.2-r1.ebuild 
b/dev-ml/markup/markup-1.0.2-r1.ebuild
deleted file mode 100644
index 28d135faf971..000000000000
--- a/dev-ml/markup/markup-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-DESCRIPTION="Error-recovering streaming HTML5 and XML parsers"
-HOMEPAGE="https://github.com/aantron/markup.ml";
-SRC_URI="https://github.com/aantron/markup.ml/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="+ocamlopt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-ml/lwt:=
-       dev-ml/uutf:="
-DEPEND="${RDEPEND}
-       test? ( dev-ml/ounit2 )"
-
-S="${WORKDIR}/${PN}.ml-${PV}"

Reply via email to