summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-uri
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-ml/ocaml-uri
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-ml/ocaml-uri')
-rw-r--r--dev-ml/ocaml-uri/Manifest3
-rw-r--r--dev-ml/ocaml-uri/metadata.xml11
-rw-r--r--dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild34
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-ml/ocaml-uri/Manifest b/dev-ml/ocaml-uri/Manifest
deleted file mode 100644
index 70d157b925da..000000000000
--- a/dev-ml/ocaml-uri/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ocaml-uri-1.9.4.tar.gz 213917 BLAKE2B 3b76ae2f39a7a97e581791e32e7ec302faacaf883ae82bb635497f205a7bb12b331f2ef34f834c4b22b56433fef75b6ba2c60db6b66f13997290e108f6f0f38b SHA512 c2314c55d1d89bb7824e6bd2aad57fa2bdc4889d5e6c0b4ce75f4ca33660d510d7ab125ff0f340f4688930f3ddac13193d34762f912cc70c4ce30aa206f32ddc
-EBUILD ocaml-uri-1.9.4-r1.ebuild 680 BLAKE2B a257706ab68aa2da1c8bd062c02cd7ead70646d3fcae9d21d598d9d72e19f2881eae9a3a647a3a2e26ddc3c7530666f53c25378dd303c48f135e04066bade580 SHA512 1432c929860ca6d160544d64ffdab07a19ffa9d7a00e766f6313d00e7b8cf6a2d3113bd604392439f73200f597e87fa4327a1dff1dc95e32746659d73fbe08ca
-MISC metadata.xml 313 BLAKE2B f10b6cbbf903da16e9ff5d9cbc811a3dd6d580e5cc62ef08b2242be8e9525b0c58ffbff5449959c11af7efda005c90423a5e9fd0ba23dbdfa94f958f6239da96 SHA512 9372267613c2a6b3437d082f4936147bbb5f946e431ab45542d13e62f7f0c60c2686a84bdedaec816160064e71a8b43cda374ef9a46de91c225e2a986ab70e65
diff --git a/dev-ml/ocaml-uri/metadata.xml b/dev-ml/ocaml-uri/metadata.xml
deleted file mode 100644
index 5d2f0a1ef512..000000000000
--- a/dev-ml/ocaml-uri/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ml@gentoo.org</email>
- <name>ML</name>
- </maintainer>
- <upstream>
- <remote-id type="github">mirage/ocaml-uri</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild b/dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild
deleted file mode 100644
index 63708fe6bc1f..000000000000
--- a/dev-ml/ocaml-uri/ocaml-uri-1.9.4-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib opam
-
-DESCRIPTION="RFC3986 URI parsing library for OCaml"
-HOMEPAGE="https://github.com/mirage/ocaml-uri https://mirage.io"
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-ml/re:=
- dev-ml/sexplib:=
- dev-ml/ppx_sexp_conv:=
- dev-ml/ppx_core:=
- dev-ml/ppx_type_conv:=
- dev-ml/stringext:=
- dev-ml/type-conv:=
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-ml/ounit-1.0.2 )
- dev-ml/jbuilder
-"
-
-src_install() {
- opam_src_install uri
-}