summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_variants_conv
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_variants_conv
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/ppx_variants_conv')
-rw-r--r--dev-ml/ppx_variants_conv/Manifest3
-rw-r--r--dev-ml/ppx_variants_conv/metadata.xml11
-rw-r--r--dev-ml/ppx_variants_conv/ppx_variants_conv-0.9.0.ebuild26
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-ml/ppx_variants_conv/Manifest b/dev-ml/ppx_variants_conv/Manifest
deleted file mode 100644
index bac7c02c00d3..000000000000
--- a/dev-ml/ppx_variants_conv/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ppx_variants_conv-0.9.0.tar.gz 10649 BLAKE2B 824405cce55213ab055fb576becba6b7c2111501ad9e2784fd4eb62c32edf1288eb66f1e8d4c0e78e6aeb8ecf4ad62819b767c4d0a7eedc5ddbd3803d60e028a SHA512 4bb7c087c835fe0c8debc25b66dab9da2da3a5ad4eef856845075a146a2fe3a2598a5b77851bd922b532b57cb821ee934336f8638d44cc0fd81faefcc56e1d89
-EBUILD ppx_variants_conv-0.9.0.ebuild 630 BLAKE2B cc9749b8da218416be67eba83f186f9d49c9b11e31e221774b7b6b46d06f964950534b2b2d7b2e7f3c84ad165cb0b324e35b1782d29c1a0d9f3a7edb2b6a22da SHA512 85764a2d7fd531292563763ed40953aff421bef807852309f405d2c685f074dbdfb611ad74acb9c3f1a8ca1b023a63a87fe760100a127ea8a2984addce2bec05
-MISC metadata.xml 340 BLAKE2B dcb21c8375715a153c18f168032c3d56cb856b322c3659815370b19b8caae1f9187942737af28d93cd5d45116376ae4b4310f7cc0f784f171dbb3d0ab4aa76b2 SHA512 161ce34be9aafd26a53ba2b7a3e8d01409de2d5a25e551abcf8c284749daa09d901f37afc60353e8c762b5475d6b239311973b5cf6f1955727edce6bcd5766c9
diff --git a/dev-ml/ppx_variants_conv/metadata.xml b/dev-ml/ppx_variants_conv/metadata.xml
deleted file mode 100644
index d13fa2252af4..000000000000
--- a/dev-ml/ppx_variants_conv/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_variants_conv</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ppx_variants_conv/ppx_variants_conv-0.9.0.ebuild b/dev-ml/ppx_variants_conv/ppx_variants_conv-0.9.0.ebuild
deleted file mode 100644
index bf5e566ce2b0..000000000000
--- a/dev-ml/ppx_variants_conv/ppx_variants_conv-0.9.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Generation of accessor and iteration functions for ocaml variant types"
-HOMEPAGE="https://github.com/janestreet/ppx_variants_conv"
-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_metaquot:=
- dev-ml/ppx_type_conv:=
- dev-ml/variantslib:=
- dev-ml/ocaml-migrate-parsetree:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"