diff options
author | 2021-03-07 19:13:02 +0100 | |
---|---|---|
committer | 2021-03-07 19:22:12 +0100 | |
commit | 9c6628090b4156503ed773bc2844314155af9dbd (patch) | |
tree | 3065967cf1a62e04a81dcd7d3c3d789691ba973b /dev-ml/ppx_fail | |
parent | dev-ml/ppx_js_style: rm old version (diff) | |
download | gentoo-9c6628090b4156503ed773bc2844314155af9dbd.tar.gz gentoo-9c6628090b4156503ed773bc2844314155af9dbd.tar.bz2 gentoo-9c6628090b4156503ed773bc2844314155af9dbd.zip |
dev-ml/ppx_fail: rm old version
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_fail')
-rw-r--r-- | dev-ml/ppx_fail/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ppx_fail/ppx_fail-0.9.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-ml/ppx_fail/Manifest b/dev-ml/ppx_fail/Manifest index 49b65277bb9d..753d78207ae8 100644 --- a/dev-ml/ppx_fail/Manifest +++ b/dev-ml/ppx_fail/Manifest @@ -1,2 +1 @@ DIST ppx_fail-0.14.0.tar.gz 3773 BLAKE2B ef5c7a84808045a9b9ddb78556061ec0d9b04f5b08d5cb4096c353d0e38aa3bca360538efe53cf5faffad6628634d689504c063bbb563790c15a4f3d327f8c14 SHA512 a683430e5cdb50b52846b45d0e25a7b2498f14f34153319cb3ffd30e7b6e493f36790ffc5ea82ec3fbb0281a29e13bb2df10a1754ec32f0e5faad0890b6d211e -DIST ppx_fail-0.9.0.tar.gz 5908 BLAKE2B 671d6c565ffef4582600346642d64884706c9f5bbff114868b0069f82abea3241c44bd92472e40b11365a560335efac59f2a93ab993d19cf98c2a3da09c5968d SHA512 43bd13d5e41f7a297da2c67b032b9d88b94ab2ef152f756738e2bab41aa22829ec3a17d2824243e5194c4d2ee9ea567f06a638172f8c77ca7c466a641da8017a diff --git a/dev-ml/ppx_fail/ppx_fail-0.9.0.ebuild b/dev-ml/ppx_fail/ppx_fail-0.9.0.ebuild deleted file mode 100644 index f394a9dcb62c..000000000000 --- a/dev-ml/ppx_fail/ppx_fail-0.9.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="Add location to calls to failwiths" -HOMEPAGE="https://github.com/janestreet/ppx_fail" -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_here:= - dev-ml/ppx_metaquot:= - dev-ml/ocaml-migrate-parsetree:= -" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} dev-ml/jbuilder" |