commit: cd82a7e80948aa8cbcf9f0557507d85851233b11 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Oct 1 12:35:46 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Oct 1 12:35:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd82a7e8
dev-ml/uucp: drop 15.0.0, 15.1.0 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/uucp/Manifest | 2 -- dev-ml/uucp/uucp-15.0.0.ebuild | 28 ---------------------------- dev-ml/uucp/uucp-15.1.0.ebuild | 34 ---------------------------------- 3 files changed, 64 deletions(-) diff --git a/dev-ml/uucp/Manifest b/dev-ml/uucp/Manifest index 73ed215e4393..1f4b1f92cdee 100644 --- a/dev-ml/uucp/Manifest +++ b/dev-ml/uucp/Manifest @@ -1,3 +1 @@ -DIST uucp-15.0.0.tbz 481932 BLAKE2B f8f23b8233e65b77dbea5defb968d253a022556b11f0276094fcdebe010fe5de99c36f581fee6aa3e54afadff62345fa5a3d6951ba0baba394f4ddae4175ba1c SHA512 ee4acff5666961766321e85e287fb9d5b8d50533319f22bf6f4eceb943242df2d0e0f4e775c4a140f68ca142837938eaa5926e22362215a3365ffe7f8768923b -DIST uucp-15.1.0.tbz 499248 BLAKE2B 33dc1de451565b216445ead78c66c60e93a8853f27b3ab26a9fe9a71ee0b0f2b12c0ef964e0386eef1a2fb61ee6c03ce90feb970373990bc58ec1a111a734cd1 SHA512 998f94fadb72357b15a3042a3d11c31b3e16f281822673f2defdd515cd1394d55de1817628be8bd5c030175f9e62c53630d4139a1c0253800f9fb898b0f11364 DIST uucp-16.0.0.tbz 509732 BLAKE2B a9618c15c7460d350707c34b0413fc472999dd2b597f543564e3d26db13d03c28288ea37ba10046d514a5508e6c2050f0a8504033d35be65bb3c0143fc91e120 SHA512 5c06d8cadb2b011b1e4ac52e14732044f6ab8e9c11e1184950ff8629b26bd173f1264247623a635b8aa4033e287bfe42d709994f19a3d79f7cbfd20158aa4992 diff --git a/dev-ml/uucp/uucp-15.0.0.ebuild b/dev-ml/uucp/uucp-15.0.0.ebuild deleted file mode 100644 index 9fb60f6e3ad5..000000000000 --- a/dev-ml/uucp/uucp-15.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit opam - -DESCRIPTION="Unicode character properties for OCaml" -HOMEPAGE="https://erratique.ch/software/uucp https://github.com/dbuenzli/uucp" -SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="amd64 x86" - -DEPEND="dev-ml/topkg - dev-ml/findlib" -RDEPEND="${DEPEND}" -BDEPEND="dev-ml/ocamlbuild" -OPAM_FILE=opam - -src_compile() { - ocaml pkg/pkg.ml build \ - --with-uutf true \ - --with-uunf false \ - --with-cmdliner true \ - || die -} diff --git a/dev-ml/uucp/uucp-15.1.0.ebuild b/dev-ml/uucp/uucp-15.1.0.ebuild deleted file mode 100644 index 784aed4a2ffc..000000000000 --- a/dev-ml/uucp/uucp-15.1.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit opam - -DESCRIPTION="Unicode character properties for OCaml" -HOMEPAGE="https://erratique.ch/software/uucp https://github.com/dbuenzli/uucp" -SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="amd64 x86" - -DEPEND=" - dev-ml/topkg - dev-ml/findlib -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-ml/ocamlbuild -" - -OPAM_FILE="opam" - -src_compile() { - ocaml pkg/pkg.ml build \ - --with-uunf false \ - --with-cmdliner true \ - || die "failed to run the pkg/pkg.ml ocaml compilation script" -}
