summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_metaquot
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_metaquot
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ml/ppx_metaquot')
-rw-r--r--dev-ml/ppx_metaquot/Manifest3
-rw-r--r--dev-ml/ppx_metaquot/metadata.xml11
-rw-r--r--dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild25
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-ml/ppx_metaquot/Manifest b/dev-ml/ppx_metaquot/Manifest
deleted file mode 100644
index 729a63b9275b..000000000000
--- a/dev-ml/ppx_metaquot/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ppx_metaquot-0.9.0.tar.gz 6801 BLAKE2B b5629da4c2460ed064e614e0051bd104fd731526498ffd085a75039672c186f314918c4c355a9dacfee7982c06b338950de0a670b27bd061e19b688a21693c08 SHA512 7645f02f964f2a33836f947a725384f95c7724dcd88c031aa3dd2d255127a21d473e19ff77cb917f845930ab44541a4698becf56721cc1a0a0eee5912947cd22
-EBUILD ppx_metaquot-0.9.0.ebuild 594 BLAKE2B f71b7eb1e1bb1603f15582c62e35ea6da4f9d9bcddb4f875e324f3e4fd080bfc1415a86bc8e1baa3e10917d8333cc16d5bfbd12e27cff776801d15cef2dc2a69 SHA512 78cc5d4fd248e0a277e61b34e0c85fbb700f5cedf4eabe331995a185a13747fe9fe66457edac74c97367d6d519359a939f547fa9dd0b08b0d1b5c5afbc1c2d1d
-MISC metadata.xml 335 BLAKE2B ff4e6872b981bae944a92b8741855871ac32fa926c976a012d48c8984c54bcfb9984fde268aea58c3efede44bdfd4476efb50b8b9972d06b563180ca1b7ebfb8 SHA512 a4d14e881ec67436fa519f5a937bd9a496d88647a0ef4ce1748c8d04092b30aa08b8b670f07a1ef0e2df27200a56442b6fd03d252c4e83997dc261d1cb526dc7
diff --git a/dev-ml/ppx_metaquot/metadata.xml b/dev-ml/ppx_metaquot/metadata.xml
deleted file mode 100644
index a5d8e36c3aa4..000000000000
--- a/dev-ml/ppx_metaquot/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_metaquot</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild b/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
deleted file mode 100644
index 2cf71db77f80..000000000000
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Write OCaml AST fragment using OCaml syntax"
-HOMEPAGE="https://github.com/janestreet/ppx_metaquot"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
- dev-ml/ppx_core:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_traverse_builtins:=
- dev-ml/ocaml-migrate-parsetree:=
- <dev-ml/ppx_core-100
- "
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"