summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_here
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_here
parent6d691ad5b6239929063441bbd14c489e92e7396e (diff)
gentoo resync : 12.03.2021
Diffstat (limited to 'dev-ml/ppx_here')
-rw-r--r--dev-ml/ppx_here/Manifest2
-rw-r--r--dev-ml/ppx_here/ppx_here-0.9.1.ebuild24
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-ml/ppx_here/Manifest b/dev-ml/ppx_here/Manifest
index b813be7dbb41..2efef2967335 100644
--- a/dev-ml/ppx_here/Manifest
+++ b/dev-ml/ppx_here/Manifest
@@ -1,5 +1,3 @@
DIST ppx_here-0.14.0.tar.gz 5005 BLAKE2B 1711ec047c85af76d2343895e54889fec6e9aa29d4d188e83ff9d9ee12cecf42e4ca968a97f341a818f87efc0cc6ccb7e26f025e8af2195c341cb57325aec62b SHA512 3386e9c727f93be86de1daee2e94c9b7a22bcb4bd0ef20bd2c40ac227723ac36c9ac04fd3e16121731227a9b5256898594e0f33860864edf6f15797b98b114da
-DIST ppx_here-0.9.1.tar.gz 7225 BLAKE2B 7115c77477b2bab47febfafe55d422bef03c32502d9d0064c5633d6925faf1b3a8b580f2a0974edcf86613f9b2582b0067f3e08a4ca474333f7e15c2c7adb87d SHA512 ca21fb490a4d980616349850b781e4ee02c0eb8a27e8ef9d4092d15ee235ffc504dab1b2a3db44fc6a84fa6b2cdbd67c0c4adbc41fb094b7bb9d4f710193aaf2
EBUILD ppx_here-0.14.0.ebuild 666 BLAKE2B 65ea398a155c0f9f377fdfe6e807cd3f03a919293a08f6fd9a166b6d7bed1f5b62ebe4242d4027c06a6e311c221081b675addab4721e9c079eabe3bbf49689ad SHA512 60a4c3cfd3a0af40112752d0e6bfcd7355a41a230594e27af101689c7ef28537107c16032549abbd3e60b3cab23cec38ec23fd880251292a898fdc9bd0b15611
-EBUILD ppx_here-0.9.1.ebuild 538 BLAKE2B 64924fd0c832b54f95ec5293842b4cda4f0d315ad79861c87aa4487270e6e2e4e3658a9eee8300cf2e9c21336beb7007ff4e537e6a6ca01dc70746ba83ab216f SHA512 2ad8d7d1bdc781bce326f8c535bff2d814e6536194945a7ec27b1ee021bea4a409e5f5a7d5b4de1b3c3e169d9780ce54d195441363d8d68239a584111d00401f
MISC metadata.xml 328 BLAKE2B 237c41f5203286b25de7ce745ff90b0ba2300827a054fb00cd00779abd0faba6657e0d29f5d6b07e7a318c9759725a029091de2e94e3bc354e172450bff3f1e9 SHA512 695ad950cf7bb20dba1394f7204baa066fd5aeed13415cf0ed4b67c425ab275d35a624d710197ce62e51f414c5ad8e8b32ec1f692f5f87070ba6ecd8d65c8c91
diff --git a/dev-ml/ppx_here/ppx_here-0.9.1.ebuild b/dev-ml/ppx_here/ppx_here-0.9.1.ebuild
deleted file mode 100644
index 972fc65d0d4b..000000000000
--- a/dev-ml/ppx_here/ppx_here-0.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit opam
-
-DESCRIPTION="Expands [%here] into its location"
-HOMEPAGE="https://github.com/janestreet/ppx_here"
-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_optcomp:=
- dev-ml/ocaml-migrate-parsetree:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${RDEPEND} dev-ml/jbuilder"