summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_fail
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_fail
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/ppx_fail')
-rw-r--r--dev-ml/ppx_fail/Manifest3
-rw-r--r--dev-ml/ppx_fail/metadata.xml11
-rw-r--r--dev-ml/ppx_fail/ppx_fail-0.9.0.ebuild25
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-ml/ppx_fail/Manifest b/dev-ml/ppx_fail/Manifest
deleted file mode 100644
index 0cca30b5866b..000000000000
--- a/dev-ml/ppx_fail/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ppx_fail-0.9.0.tar.gz 5908 BLAKE2B 671d6c565ffef4582600346642d64884706c9f5bbff114868b0069f82abea3241c44bd92472e40b11365a560335efac59f2a93ab993d19cf98c2a3da09c5968d SHA512 43bd13d5e41f7a297da2c67b032b9d88b94ab2ef152f756738e2bab41aa22829ec3a17d2824243e5194c4d2ee9ea567f06a638172f8c77ca7c466a641da8017a
-EBUILD ppx_fail-0.9.0.ebuild 558 BLAKE2B 82c0eaf5b8399c798fffd80a74846d331ed7e125c7f75cd8feffe641433fe476da6142194c8ecdc04e7f26bb029fefa316893245fe4063c185914ac0379d5679 SHA512 1779731707eed4ccea346845234b2818a18c4bc7cb3e2d0509177a74bf4ceb2af6a577474e8b0eca9e29abc91d572e05cbdb30c0fa0257336e1a92a7a6b1718e
-MISC metadata.xml 331 BLAKE2B fe3dece450d658b827d104599fd0ea557a2dca8dd09241cf82df925956dff0b2383a850f4b1af480d3278625c038e6ccda9b47705446be88bc484757d3503030 SHA512 fb164a7ca38c13caa3b097d39bf0e2408abd9b603f75325e7059c1fda078afcb2c6000d8d5a21f7db58d8f95cf68667ae8bec12455f6d02a163f2d58f3befc6d
diff --git a/dev-ml/ppx_fail/metadata.xml b/dev-ml/ppx_fail/metadata.xml
deleted file mode 100644
index 3ed1070e00f0..000000000000
--- a/dev-ml/ppx_fail/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_fail</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ppx_fail/ppx_fail-0.9.0.ebuild b/dev-ml/ppx_fail/ppx_fail-0.9.0.ebuild
deleted file mode 100644
index f394a9dcb62c..000000000000
--- a/dev-ml/ppx_fail/ppx_fail-0.9.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Add location to calls to failwiths"
-HOMEPAGE="https://github.com/janestreet/ppx_fail"
-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/ppx_core:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_here:=
- dev-ml/ppx_metaquot:=
- dev-ml/ocaml-migrate-parsetree:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"