summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_metaquot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-11-13 13:10:00 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-11-13 13:10:00 +0000
commite9d044d4b9b71200a96adfa280848858c0f468c9 (patch)
tree1bd8ef816043a8cd340f1d774e79553a1a7d31d8 /dev-ml/ppx_metaquot
parentfc2f1018fc323ef2c6572734a9b130427cba76a6 (diff)
gentoo resync : 13.11.2021
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.11.0.ebuild18
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-ml/ppx_metaquot/Manifest b/dev-ml/ppx_metaquot/Manifest
deleted file mode 100644
index 0ce156c5bb82..000000000000
--- a/dev-ml/ppx_metaquot/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ppx_metaquot-0.11.0.tar.gz 5407 BLAKE2B 610f3197e2809914232310363775bb5f0f889681fec1274071eba71617131b863f6229e85dcdf3749dbb300a980f39dfeacfe23f388f5f898d01925d07fbcc43 SHA512 59d95a5d9298d47adc9e3ca531aae59c91cfa019d90a5d8aa5e11de6bf1f3d3fcd2dbc800028a3ab999ba51257f695116b0a32a96c958bafea39761fe5db230b
-EBUILD ppx_metaquot-0.11.0.ebuild 469 BLAKE2B 690ca22e12d8ab60c1165da107d57b5b3d948d881dd4100d3b52ba9cc9c54c1ad690d3ced05aca88b517f23dbc569c3a488333f8804fcc99fb6996660c6f44b9 SHA512 f3d162a13b3c9329d41c502ea4ac9c32e20d49fb0bd9eef169f4870044cf7c70c027548cb66dcb9962a0f68f3f6e42aabc34b3e782745739d0453b94f187092b
-MISC metadata.xml 333 BLAKE2B 04fb3005f8a005f9077042e52d167ce4b3b0b3086e0cd8914c9f32bce401de6989a3ccd69d8f188bc6c7c88156dcc172b92deb51ea710677d977450341a09fe1 SHA512 8c54d807371eb9bbb29959d07a151df6a50b45bdcd633874d4f2e8f7dcb9d8152a7462ba8ec6a611936d971c17c7b429c3490365dc04df29ed5bd077e2a5bd62
diff --git a/dev-ml/ppx_metaquot/metadata.xml b/dev-ml/ppx_metaquot/metadata.xml
deleted file mode 100644
index 380b6c5bbb6e..000000000000
--- a/dev-ml/ppx_metaquot/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gienah@gentoo.org</email>
- <name>Mark Wright</name>
- </maintainer>
- <upstream>
- <remote-id type="github">janestreet/ppx_metaquot</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild b/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild
deleted file mode 100644
index 2964c1cc7826..000000000000
--- a/dev-ml/ppx_metaquot/ppx_metaquot-0.11.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit dune
-
-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 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="+ocamlopt"
-
-DEPEND="dev-ml/ppxlib:="
-RDEPEND="${DEPEND}"