diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 04:13:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:09:17 +0000 |
commit | 30f0b66c9aee0bf589af08dc40894c0e499e04d4 (patch) | |
tree | 056dc42eb97c6a47b2b2dc9f1a7fb95b9e300cdc | |
parent | dev-ml/ocaml-cohttp: treeclean (diff) | |
download | gentoo-30f0b66c9aee0bf589af08dc40894c0e499e04d4.tar.gz gentoo-30f0b66c9aee0bf589af08dc40894c0e499e04d4.tar.bz2 gentoo-30f0b66c9aee0bf589af08dc40894c0e499e04d4.zip |
dev-ml/ocaml-dispatch: treeclean
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ml/ocaml-dispatch/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-dispatch/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-dispatch/ocaml-dispatch-0.4.0.ebuild | 44 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-ml/ocaml-dispatch/Manifest b/dev-ml/ocaml-dispatch/Manifest deleted file mode 100644 index 104692c7dbf8..000000000000 --- a/dev-ml/ocaml-dispatch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ocaml-dispatch-0.4.0.tar.gz 7554 BLAKE2B 9bbe102df8a27642cbf54ad876caa276ba966ca3b19af53ac8f957799d0ca98b030c0d5ec055cc2868b2c374d71371c6e91ef0b89f4b5a072fbe2c47133df919 SHA512 d5318bda4079c21820fce5b21d178ed88fd0535a5cdc559dd6ceeb4d06ffb08456ee5aec1e56efd40b6d4f456f7d5c7eda17dc728666e6514dc936898b605b36 diff --git a/dev-ml/ocaml-dispatch/metadata.xml b/dev-ml/ocaml-dispatch/metadata.xml deleted file mode 100644 index cf004079a542..000000000000 --- a/dev-ml/ocaml-dispatch/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">inhabitedtype/ocaml-dispatch</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/ocaml-dispatch/ocaml-dispatch-0.4.0.ebuild b/dev-ml/ocaml-dispatch/ocaml-dispatch-0.4.0.ebuild deleted file mode 100644 index 2e502161f235..000000000000 --- a/dev-ml/ocaml-dispatch/ocaml-dispatch-0.4.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib - -DESCRIPTION="Path-based dispatching for client- and server-side applications" -HOMEPAGE="https://github.com/inhabitedtype/ocaml-dispatch" -SRC_URI="https://github.com/inhabitedtype/ocaml-dispatch/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-ml/result:= - dev-lang/ocaml:= -" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} - dev-ml/jbuilder - dev-ml/opam - test? ( dev-ml/ounit ) -" - -src_compile() { - jbuilder build -p dispatch || die -} - -oinstall() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - --mandir="${ED}/usr/share/man" \ - ${1}.install || die -} - -src_install() { - oinstall dispatch -} |