summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-24 13:28:10 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-24 13:28:10 +0200
commit2c393ff80c13c95574747fab46adcfa75bdbaf28 (patch)
treec2b9b5819ed5871d4ed8471d8e1060cb60f89e4d
parentdev-ml/fpath: stabilize 0.7.3 for x86 (diff)
downloadgentoo-2c393ff80c13c95574747fab46adcfa75bdbaf28.tar.gz
gentoo-2c393ff80c13c95574747fab46adcfa75bdbaf28.tar.bz2
gentoo-2c393ff80c13c95574747fab46adcfa75bdbaf28.zip
dev-ml/fpath: drop 0.7.2
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-ml/fpath/Manifest1
-rw-r--r--dev-ml/fpath/fpath-0.7.2.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-ml/fpath/Manifest b/dev-ml/fpath/Manifest
index c46046bf7280..186a907c964a 100644
--- a/dev-ml/fpath/Manifest
+++ b/dev-ml/fpath/Manifest
@@ -1,2 +1 @@
-DIST fpath-0.7.2.tbz 24142 BLAKE2B 5aa22a33d0155c2a446c3622d6feef0748be3eaa72f07e7e2770fda1993794864072a5f50a052537b9724e39935064967c87f82d860a2da17fbc86279a1930ab SHA512 d8ab8d6f183a1742d74a3a3220cc1d62e7df38a6f3ca1c04fad18426a0897152255382305ad14d058b5b85ab55a27536c39a62deffac8d46984a730a2a18405d
DIST fpath-0.7.3.tbz 24345 BLAKE2B 5d4e68acebdafb6378422b31385e78decff2dfce1bedd102c7e6baac519f9843e0828629f4a15e075f506865e1af6f9cc7ece761e74fe6608d3476338cc556cb SHA512 acf4b379aee3c25305ef71d1b97b154faa6de1e8248a8e8d046cf11090a3e94f2dc048b961bb51725ca7384e784455f2893fbd51f26bf80571a9cc7e9475b945
diff --git a/dev-ml/fpath/fpath-0.7.2.ebuild b/dev-ml/fpath/fpath-0.7.2.ebuild
deleted file mode 100644
index 3af1323815e7..000000000000
--- a/dev-ml/fpath/fpath-0.7.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="File system paths for OCaml"
-HOMEPAGE="https://erratique.ch/software/fpath https://github.com/dbuenzli/fpath"
-SRC_URI="https://erratique.ch/software/fpath/releases/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="
- dev-ml/result:=
- dev-ml/astring:=
-"
-DEPEND="${RDEPEND}
- dev-ml/topkg
- dev-ml/ocamlbuild
- dev-ml/findlib
-"
-
-src_compile() {
- ocaml pkg/pkg.ml build || die
-}