diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-03-08 20:11:24 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-03-08 20:14:39 +0100 |
commit | 70934f810a563d5fda58505b5532de555413aed9 (patch) | |
tree | ca65eceeacebeec458d73147026101210a26d630 /dev-ml/ppx_metaquot | |
parent | dev-ml/ppx_here: drop 0.9.1 (diff) | |
download | gentoo-70934f810a563d5fda58505b5532de555413aed9.tar.gz gentoo-70934f810a563d5fda58505b5532de555413aed9.tar.bz2 gentoo-70934f810a563d5fda58505b5532de555413aed9.zip |
dev-ml/ppx_metaquot: drop 0.9.0
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_metaquot')
-rw-r--r-- | dev-ml/ppx_metaquot/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ppx_metaquot/ppx_metaquot-0.9.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-ml/ppx_metaquot/Manifest b/dev-ml/ppx_metaquot/Manifest index 19d8b13ffd84..912a5fa013e7 100644 --- a/dev-ml/ppx_metaquot/Manifest +++ b/dev-ml/ppx_metaquot/Manifest @@ -1,2 +1 @@ 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 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" |