summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-re
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ml/ocaml-re
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/ocaml-re')
-rw-r--r--dev-ml/ocaml-re/Manifest3
-rw-r--r--dev-ml/ocaml-re/metadata.xml11
-rw-r--r--dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild23
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-ml/ocaml-re/Manifest b/dev-ml/ocaml-re/Manifest
deleted file mode 100644
index 70ade7274a37..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 576 BLAKE2B 0e74cb7fdd3cc5bec7d3023e5867e4386a333fd1b3497262bc86cc8ea6399d40912391dd2f380957adf43d4321351c644663e8812d750b83dc640ad0cfa82748 SHA512 dd6a545ae2248d505f228fb65ae991aac2bb27b189fe30482807eb7246a839c9385e0fcd4b6682d6e5c72ca77ba499ed77169f11240fd9325413333c5a4f120a
-MISC metadata.xml 336 BLAKE2B 1fb6ac83de1c59502f81d6d5cbae8c58219febadfe06858b265cba7c71c1ee11f62c72c552994fc8cb5c0cac1eb75d8d35edbfcd4a9f866143c55778a279d3b2 SHA512 fda73130580115b8758991ed0dfe16e58b06ee1a3bfa442c7287d23fb8fb9f19b672a06b30ec3e52825790c8d23bbf6cda6fbb62aaf7d569305ed09dbb247a0b
diff --git a/dev-ml/ocaml-re/metadata.xml b/dev-ml/ocaml-re/metadata.xml
deleted file mode 100644
index abe6645e39bb..000000000000
--- a/dev-ml/ocaml-re/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>Gentoo ML Project</name>
- </maintainer>
- <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 c8cec900da50..000000000000
--- a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
+++ /dev/null
@@ -1,23 +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="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"
-
-RDEPEND=">=dev-lang/ocaml-4.02:="
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
-DOCS=( "CHANGES" "TODO.txt" "README.md" )