From 3847ae923a0fc14f590d21278e3c3128f9148d8a Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 29 Sep 2025 11:50:55 +0200 Subject: [PATCH] dev-ml/pp: drop 1.1.2, 1.2.0 Signed-off-by: Alfredo Tupone --- dev-ml/pp/Manifest | 2 -- dev-ml/pp/pp-1.1.2.ebuild | 20 -------------------- dev-ml/pp/pp-1.2.0.ebuild | 18 ------------------ 3 files changed, 40 deletions(-) delete mode 100644 dev-ml/pp/pp-1.1.2.ebuild delete mode 100644 dev-ml/pp/pp-1.2.0.ebuild diff --git a/dev-ml/pp/Manifest b/dev-ml/pp/Manifest index 838a730aa5859..3e7712d9bcb35 100644 --- a/dev-ml/pp/Manifest +++ b/dev-ml/pp/Manifest @@ -1,3 +1 @@ -DIST pp-1.1.2.tbz 9586 BLAKE2B 36bf09c2623c28215f2d4d3260681dacf7041919e09eb5e53ee04f90706b037784c0f7d5cbdfee58ce2808f28df09638fa4d15b82d8542badc05c06c0d8cce96 SHA512 58f78b083483006b40814be9aac33c895349eb1c6427d2762b4d760192613401262478bd5deff909763517560b06af7bf013c6a6f87d549aafa77b26345303f2 -DIST pp-1.2.0.tbz 10959 BLAKE2B 92d9ca14a9c6370cdd2ccadacfe74cd44fd260a5c0c8ae757354ebbde9a41be14c4af88636e8cd8221cea3a7b4bb3eb584e51a220055473462ed8c43a5d3e0e7 SHA512 912164c2aa7241d73f735dadfbefe8ed0138d241579d2e885440e068fac78eb9f0b3d782c2420e757e313168c1725daff6ab91800dd315b1e05288456998b40a DIST pp-2.0.0.tbz 11585 BLAKE2B f1b9965c1bd455b7f421facfddd2e639c64d659f6090db342d3f2d8a21e1528373b65307f633732b1fbb07c4d0d9ff91fbedcaaf0f1e9895c8b4227d4432d93e SHA512 78cb68f35c0b975dd1e91bd83d5e33bcec1ee642431585d55864c483c70a032755dfcf21ec5697691e7e7554381ddb580639fd149e28ba6f74d04d2ee43d360d diff --git a/dev-ml/pp/pp-1.1.2.ebuild b/dev-ml/pp/pp-1.1.2.ebuild deleted file mode 100644 index 68967b9d9be9a..0000000000000 --- a/dev-ml/pp/pp-1.1.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Pretty-printing library" -HOMEPAGE="https://github.com/ocaml-dune/pp" -SRC_URI="https://github.com/ocaml-dune/pp/releases/download/${PV}/${P}.tbz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" -IUSE="+ocamlopt" - -DEPEND="dev-ml/ppx_expect:= - >=dev-lang/ocaml-4.08" -RDEPEND="${DEPEND}" -BDEPEND="" diff --git a/dev-ml/pp/pp-1.2.0.ebuild b/dev-ml/pp/pp-1.2.0.ebuild deleted file mode 100644 index 3fb76ea320eaa..0000000000000 --- a/dev-ml/pp/pp-1.2.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="Pretty-printing library" -HOMEPAGE="https://github.com/ocaml-dune/pp" -SRC_URI="https://github.com/ocaml-dune/pp/releases/download/${PV}/${P}.tbz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" -IUSE="+ocamlopt test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( dev-ml/ppx_expect )"