summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-re
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocaml-re')
-rw-r--r--dev-ml/ocaml-re/Manifest3
-rw-r--r--dev-ml/ocaml-re/metadata.xml8
-rw-r--r--dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild24
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-ml/ocaml-re/Manifest b/dev-ml/ocaml-re/Manifest
deleted file mode 100644
index 2c1fe875a66c..000000000000
--- a/dev-ml/ocaml-re/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ocaml-re-1.7.1.tar.gz 132948 BLAKE2B 79a3114cb6221742e7e26187080a7029c8e17f728066ce4f4420c0b69be6377bb651f143a97f55f7976074ce9e48913489a51c586f9c79ed6adbcb6c9a595924 SHA512 0df5b0db4c8ab7017576516adbd8edf2e7774afbdca63383cbdb0f2f2b023efb7215366a6679c8810f3b70d542e0181e6b6d4a212b30531cb5d0bef0a6033747
-EBUILD ocaml-re-1.7.1.ebuild 600 BLAKE2B 8e70ff0b736650dd87893fae794905e6446d9cb698d1fa69d174eee1cad9a2daaf8660bd4e496ff23afe169ece60916434fbdf936f1defd57bd84ff27eff6401 SHA512 7fc13e5f4b2ee034aeb6f4fc35e60ba323a39f4124157cb0ae36488fd856f8f258e7b3026f7e31d099fc0582d3d72832a26882af903b7ae7ef8c8373ca0d94b1
-MISC metadata.xml 251 BLAKE2B fc2d3e50a65be6ca39dd40d42d4b83a5497fb3800bed18a1ec57c9e19f4dccd182bae2fa78a1332625ec3c694014e41a9f99ce41cc65cd12ca4637b9aac0ac61 SHA512 d83b5d64c82a9dba5e7e3b78cb59c7eefa9b8ac17bc55ac3a89782df170aa1a3009ecadb3e2376151bc792b6ae5f21fec24aa014a8449ec6c839af6c94f49368
diff --git a/dev-ml/ocaml-re/metadata.xml b/dev-ml/ocaml-re/metadata.xml
deleted file mode 100644
index f2a7b592bd52..000000000000
--- a/dev-ml/ocaml-re/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">ocaml/ocaml-re</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild b/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
deleted file mode 100644
index 0c28d5c302a8..000000000000
--- a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Regular expression library for OCaml"
-HOMEPAGE="https://github.com/ocaml/ocaml-re"
-SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-lang/ocaml-4.02:="
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
-DOCS=( "CHANGES" "TODO.txt" "README.md" )