summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-09-22 14:16:48 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-09-22 16:09:43 +0200
commit92179a2daa55cb0d16e9ec257550d543c984f1ce (patch)
tree1fd4dbd6c9ab8ac7a44e246615fad737d4703a4e
parentdev-ml/uucp: drop old 13.0.0-r2 (diff)
downloadgentoo-92179a2daa55cb0d16e9ec257550d543c984f1ce.tar.gz
gentoo-92179a2daa55cb0d16e9ec257550d543c984f1ce.tar.bz2
gentoo-92179a2daa55cb0d16e9ec257550d543c984f1ce.zip
dev-ml/uucp: drop old 14.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--dev-ml/uucp/Manifest1
-rw-r--r--dev-ml/uucp/uucp-14.0.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ml/uucp/Manifest b/dev-ml/uucp/Manifest
index 9c7528350aa4..377668eb8840 100644
--- a/dev-ml/uucp/Manifest
+++ b/dev-ml/uucp/Manifest
@@ -1,2 +1 @@
-DIST uucp-14.0.0.tbz 476162 BLAKE2B 1c75b7bf98858bc60dee12bebfa99556afd6b344b65b12a4eafcbd39c57e2359f1a47aa0f28c5450f078db95d78ab545eecf84d0d5dbadb2bf1705c17e7179a4 SHA512 2d0224aed5d5accbb121624898f08598e8c74a2415942f159a54221c0cdac62ed64fc70a039c833e50110cefce77754ada9ac2d58f79a6fc9331135326fe6899
DIST uucp-15.0.0.tbz 481932 BLAKE2B f8f23b8233e65b77dbea5defb968d253a022556b11f0276094fcdebe010fe5de99c36f581fee6aa3e54afadff62345fa5a3d6951ba0baba394f4ddae4175ba1c SHA512 ee4acff5666961766321e85e287fb9d5b8d50533319f22bf6f4eceb943242df2d0e0f4e775c4a140f68ca142837938eaa5926e22362215a3365ffe7f8768923b
diff --git a/dev-ml/uucp/uucp-14.0.0.ebuild b/dev-ml/uucp/uucp-14.0.0.ebuild
deleted file mode 100644
index c66d847e4131..000000000000
--- a/dev-ml/uucp/uucp-14.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2019-2022 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
-}