summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-webmachine
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/ocaml-webmachine
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ocaml-webmachine')
-rw-r--r--dev-ml/ocaml-webmachine/Manifest3
-rw-r--r--dev-ml/ocaml-webmachine/metadata.xml8
-rw-r--r--dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild32
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-ml/ocaml-webmachine/Manifest b/dev-ml/ocaml-webmachine/Manifest
deleted file mode 100644
index 236cee0a9acf..000000000000
--- a/dev-ml/ocaml-webmachine/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ocaml-webmachine-0.4.0.tar.gz 74818 BLAKE2B cc9491a8761ebec463ec9c496e7cc84944d554bc6e43d8b20af55af9fd5d597783816f81a68bd9866a462e24dab09fd5da6c7ff327295177981677ddf91e6a08 SHA512 5ea06ae41f6c156786b72ea7a164bd0c96cf9b6fc7ae1e93044a928681f03b07cef39da1c4955317fe6762065bd189b3809ba521b3349ec9f6dde9191c857d31
-EBUILD ocaml-webmachine-0.4.0.ebuild 702 BLAKE2B 0b7bd483871a24f691195c14d187a5fcc1d86a2377997ba5bb5c163fde5e92c952b21cf3823d92d388b473a2d701740544e1c92b2076729df379fa540143e8f1 SHA512 00208a9a1c7a0fc0fb26d456de2d072e3f577c5b228285faf532d74fae4a6ebbf56a356187f9210bfbe83f1b49a84640a43109ffdd1ca94e1af4440ee1bb3166
-MISC metadata.xml 262 BLAKE2B c7eab140709ae0d82a14fe7b9b770bbeb61df0518740ba19a577e243effe6d695820d86e1f9c065341757f020de0ac1244e155330c2ac6426d604d56ad2364de SHA512 e5f9a3ac69d0d255e1d53a94536a1ec7ccf302adbe5630918cf8e4b7082a1a5daae78ea8ffff1a54a02873fa25be800dd7d98f4042aec7d55a7824c0b8981ff6
diff --git a/dev-ml/ocaml-webmachine/metadata.xml b/dev-ml/ocaml-webmachine/metadata.xml
deleted file mode 100644
index e2d843a790d9..000000000000
--- a/dev-ml/ocaml-webmachine/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-webmachine</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild b/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild
deleted file mode 100644
index 1f8b5e502946..000000000000
--- a/dev-ml/ocaml-webmachine/ocaml-webmachine-0.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="A REST toolkit for OCaml"
-HOMEPAGE="https://github.com/inhabitedtype/ocaml-webmachine"
-SRC_URI="https://github.com/inhabitedtype/ocaml-webmachine/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-ml/calendar:=
- dev-ml/ocaml-cohttp:=[ocamlopt?]
- dev-ml/ocaml-dispatch:=[ocamlopt(+)?]
- dev-ml/ocaml-re:=[ocamlopt?]
- dev-ml/ocaml-uri:=[ocamlopt(+)?]
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND}
- test? ( dev-ml/ounit[ocamlopt?] )
-"
-
-DOCS=( README.md CONTRIBUTING.md )