summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_expect
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/ppx_expect
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/ppx_expect')
-rw-r--r--dev-ml/ppx_expect/Manifest3
-rw-r--r--dev-ml/ppx_expect/metadata.xml11
-rw-r--r--dev-ml/ppx_expect/ppx_expect-0.9.0.ebuild36
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest
deleted file mode 100644
index e861e2a78ea0..000000000000
--- a/dev-ml/ppx_expect/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ppx_expect-0.9.0.tar.gz 33700 BLAKE2B f03d1183b12efe84016a15b6a6b45b7bef93b23bc4d470c2796361aca2be229fc9447103c0a31d95a94f6c05bbabf1cbe9d138dc3518df9f505b6b009eefb104 SHA512 b8a6941f3ac0dea2167d7fe5c61e7adf605f5399e11049b5c9f22c613182983a014d05c2fb16e7a2dc94dbccf445e1801c39a89e6d995b5599cb40ee4322148e
-EBUILD ppx_expect-0.9.0.ebuild 803 BLAKE2B db16cfe2c0f98e9608036e6ed55f82ce0c000e4719ad610ed2a63a00f30dbd4d726be74c15648b1d158751eba3dafcde8af0c22341e3539f6d29aaa0272c430e SHA512 75d553529f0b249139a1d81f5990c10711e0580046f089be442ea328fe9f96045677e7149018bf75aec5cc9ab0fe20e74d411fa782b9371fb7a4dcfd80f2f992
-MISC metadata.xml 333 BLAKE2B e7782ff38a4b997faef85ca8eb9681f1099c4e4fada5e42636b1bd5bb4f3f54dda857ee510d7cc37e198bb8a144662445266826eb64ddb40f9e92242b39ac43d SHA512 dcd6ccfffa22702f27e4806617c3c5f1a38f2bb84592df6b1f8acd60ee34c518e7b836e574561b2c393d5edef15611fc3c9187cd0615846a72134eaf8445511f
diff --git a/dev-ml/ppx_expect/metadata.xml b/dev-ml/ppx_expect/metadata.xml
deleted file mode 100644
index cc6dd4d744bd..000000000000
--- a/dev-ml/ppx_expect/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">janestreet/ppx_expect</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ppx_expect/ppx_expect-0.9.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.9.0.ebuild
deleted file mode 100644
index 3ab20bb348ff..000000000000
--- a/dev-ml/ppx_expect/ppx_expect-0.9.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Cram like framework for OCaml"
-HOMEPAGE="https://github.com/janestreet/ppx_expect"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-ml/base:=
- dev-ml/ppx_assert:=
- dev-ml/ppx_compare:=
- dev-ml/ppx_core:=
- dev-ml/ppx_custom_printf:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_fields_conv:=
- dev-ml/ppx_here:=
- dev-ml/ppx_inline_test:=
- dev-ml/ppx_metaquot:=
- dev-ml/ppx_sexp_conv:=
- dev-ml/ppx_traverse:=
- dev-ml/ppx_variants_conv:=
- dev-ml/stdio:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/ocaml-re:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"