summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_metaquot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-12 21:55:15 +0000
commit7218e1b46bceac05841e90472501742d905fb3fc (patch)
tree56fae051db521b8fce8014cbc8b11484885b14b3 /dev-ml/ppx_metaquot
parent6d691ad5b6239929063441bbd14c489e92e7396e (diff)
gentoo resync : 12.03.2021
Diffstat (limited to 'dev-ml/ppx_metaquot')
-rw-r--r--dev-ml/ppx_metaquot/Manifest2
-rw-r--r--dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-ml/ppx_metaquot/Manifest b/dev-ml/ppx_metaquot/Manifest
index 9bb6e5b7b38c..b73059278e0a 100644
--- a/dev-ml/ppx_metaquot/Manifest
+++ b/dev-ml/ppx_metaquot/Manifest
@@ -1,5 +1,3 @@
DIST ppx_metaquot-0.11.0.tar.gz 5407 BLAKE2B 610f3197e2809914232310363775bb5f0f889681fec1274071eba71617131b863f6229e85dcdf3749dbb300a980f39dfeacfe23f388f5f898d01925d07fbcc43 SHA512 59d95a5d9298d47adc9e3ca531aae59c91cfa019d90a5d8aa5e11de6bf1f3d3fcd2dbc800028a3ab999ba51257f695116b0a32a96c958bafea39761fe5db230b
-DIST ppx_metaquot-0.9.0.tar.gz 6801 BLAKE2B b5629da4c2460ed064e614e0051bd104fd731526498ffd085a75039672c186f314918c4c355a9dacfee7982c06b338950de0a670b27bd061e19b688a21693c08 SHA512 7645f02f964f2a33836f947a725384f95c7724dcd88c031aa3dd2d255127a21d473e19ff77cb917f845930ab44541a4698becf56721cc1a0a0eee5912947cd22
EBUILD ppx_metaquot-0.11.0.ebuild 469 BLAKE2B 690ca22e12d8ab60c1165da107d57b5b3d948d881dd4100d3b52ba9cc9c54c1ad690d3ced05aca88b517f23dbc569c3a488333f8804fcc99fb6996660c6f44b9 SHA512 f3d162a13b3c9329d41c502ea4ac9c32e20d49fb0bd9eef169f4870044cf7c70c027548cb66dcb9962a0f68f3f6e42aabc34b3e782745739d0453b94f187092b
-EBUILD ppx_metaquot-0.9.0.ebuild 594 BLAKE2B f71b7eb1e1bb1603f15582c62e35ea6da4f9d9bcddb4f875e324f3e4fd080bfc1415a86bc8e1baa3e10917d8333cc16d5bfbd12e27cff776801d15cef2dc2a69 SHA512 78cc5d4fd248e0a277e61b34e0c85fbb700f5cedf4eabe331995a185a13747fe9fe66457edac74c97367d6d519359a939f547fa9dd0b08b0d1b5c5afbc1c2d1d
MISC metadata.xml 332 BLAKE2B 8f74ef84efdd30605ca120024b04014dd82bb6d3902d167919216da7fe28c44028ff281e3d81f8ac3769cd674c7bea61e65961fde530da9b073b6e6f52bd8bf5 SHA512 5849ed7bc902c04088bc204e977955d94f8b5fe40a7b5b74290651979e810d3e8df50a3edf592235d52c4eb046aae61f597385e28ed3229ecbaef3e3e61c9bd9
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"