summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_inline_test
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_inline_test
parent6d691ad5b6239929063441bbd14c489e92e7396e (diff)
gentoo resync : 12.03.2021
Diffstat (limited to 'dev-ml/ppx_inline_test')
-rw-r--r--dev-ml/ppx_inline_test/Manifest2
-rw-r--r--dev-ml/ppx_inline_test/ppx_inline_test-0.9.2.ebuild27
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-ml/ppx_inline_test/Manifest b/dev-ml/ppx_inline_test/Manifest
index 0c0f3bf72dd2..4a18801766c7 100644
--- a/dev-ml/ppx_inline_test/Manifest
+++ b/dev-ml/ppx_inline_test/Manifest
@@ -1,5 +1,3 @@
DIST ppx_inline_test-0.14.1.tar.gz 19683 BLAKE2B f40e462d8eca18734883fd0b8777a9c69c0cc2741df8e95ade64685ea0b8d51dc614db6a4e93016fec0e2b521ea803a52b85d4b6e030239f6736f4f89da5a721 SHA512 24bda655ae8e1110d9550730281ab908a1795b1412545717a06e01143a80f92ba0a9d42cb20c4c9283f0725003a5c41c187bd46732ef2dd724a4714d9d41814e
-DIST ppx_inline_test-0.9.2.tar.gz 19280 BLAKE2B 3cd354f27c69bc4fdd29b6a8b0637a08f247774127512886341ec04b8957bd2a66ed6bbfad95d1a529e4c670c815bdbfbfb80ecb9c6e02949a8d34d938d515c3 SHA512 39261a51201b2b7fbd6f4f53c72b2921da9f5a47f726479f65f976ed3979630f0a8587328f4536e42d24315d341afbe2770084ffd951569564a3145cd154be5f
EBUILD ppx_inline_test-0.14.1.ebuild 697 BLAKE2B e7eeddfe21b71cd6bba00d7d1bc9a4c42cb88551fbbeaa1de9d965fa1a818250812e3abf6453f0f52d9354b24a859b59ae47aa89340c7aebe90b8b8f21988429 SHA512 6746c9906a1c321d221764c3e79187fc40eaccb2f73d089faac5ac609f3396a97d09cded55265eaba7a06f4e9e7cb41ed2766779e7473c0910c13747588d0379
-EBUILD ppx_inline_test-0.9.2.ebuild 616 BLAKE2B 0342fcbaade3e899a698527ff2f25b45ab52efa5b338e39dd3bedc7753ef282ef7dfbc292d60b309b5f0235086ec6cf080da8ca915c3b5ce3c8b787ffb3f2c07 SHA512 b89457983098553cfa2064f0300915aa65ed3291226ae8014b023ca3268f66a783629d899984bbc643fafcfa6ea96812b7be177e8978e1482a849e57245aaf75
MISC metadata.xml 335 BLAKE2B 411e745b4816ad16d72cd6a1f2aa65e9764f7bc07afcb48d27e7a72086a231abfef2eaf17ddc3f91a1f5efb71b35ce58321518c2df4d29e89bf94a05e96c67f5 SHA512 d12a744043bf4c3806f26de92e9fdccf972ef02bbc0e904cfcc6f712fd22551ebc0e45bd6c01dd3b6aa781ec19a9a987fc7688b1ab9e73a00221309e454702e7
diff --git a/dev-ml/ppx_inline_test/ppx_inline_test-0.9.2.ebuild b/dev-ml/ppx_inline_test/ppx_inline_test-0.9.2.ebuild
deleted file mode 100644
index 16f96131b7a0..000000000000
--- a/dev-ml/ppx_inline_test/ppx_inline_test-0.9.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Syntax extension for writing in-line tests in ocaml code"
-HOMEPAGE="https://github.com/janestreet/ppx_inline_test"
-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/base:=
- dev-ml/ppx_core:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_metaquot:=
- dev-ml/ppx_traverse_builtins:=
- dev-ml/ocaml-migrate-parsetree:=
-"
-
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/jbuilder"