summaryrefslogtreecommitdiff
path: root/dev-ml/rresult/rresult-0.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/rresult/rresult-0.5.0.ebuild')
-rw-r--r--dev-ml/rresult/rresult-0.5.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ml/rresult/rresult-0.5.0.ebuild b/dev-ml/rresult/rresult-0.5.0.ebuild
deleted file mode 100644
index ab19c850466b..000000000000
--- a/dev-ml/rresult/rresult-0.5.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Result value combinators for OCaml"
-HOMEPAGE="https://erratique.ch/software/rresult https://github.com/dbuenzli/rresult"
-SRC_URI="https://erratique.ch/software/rresult/releases/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="dev-ml/result:="
-DEPEND="${RDEPEND}
- dev-ml/topkg
- dev-ml/ocamlbuild"
-
-src_compile() {
- ocaml pkg/pkg.ml build || die
-}