diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 04:14:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:09:26 +0000 |
commit | 9e345ac43f59e97ee5302d69ae7f4983b7b3744f (patch) | |
tree | 7e4355d365d34b0e4d79242bcb0ac5528cdc8289 | |
parent | dev-ml/ppx_traverse: treeclean (diff) | |
download | gentoo-9e345ac43f59e97ee5302d69ae7f4983b7b3744f.tar.gz gentoo-9e345ac43f59e97ee5302d69ae7f4983b7b3744f.tar.bz2 gentoo-9e345ac43f59e97ee5302d69ae7f4983b7b3744f.zip |
dev-ml/ppx_type_conv: treeclean
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ml/ppx_type_conv/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ppx_type_conv/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild | 26 |
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-ml/ppx_type_conv/Manifest b/dev-ml/ppx_type_conv/Manifest deleted file mode 100644 index e7bb605ae29e..000000000000 --- a/dev-ml/ppx_type_conv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ppx_type_conv-0.9.0.tar.gz 14651 BLAKE2B 50b4ffb85062eb306bbadb3b641f9ca0318e95c614482302c4b3e001eeeb14137c4d0050abb8cf5c6e57a5fd8afe70b16a3455b4080e6f85981c88765c8ba945 SHA512 71af29d7e882652a5e101e1fc3610adb4faaba30068161b4b391e3ce7419af7feffd289070c1707cc961c593eda7b7f325609e8c98543c1168400cfafea31472 diff --git a/dev-ml/ppx_type_conv/metadata.xml b/dev-ml/ppx_type_conv/metadata.xml deleted file mode 100644 index 75fe4910a683..000000000000 --- a/dev-ml/ppx_type_conv/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">janestreet/ppx_type_conv</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild b/dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild deleted file mode 100644 index 879332244f97..000000000000 --- a/dev-ml/ppx_type_conv/ppx_type_conv-0.9.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit opam - -DESCRIPTION="Support Library for type-driven code generators" -HOMEPAGE="https://github.com/janestreet/ppx_type_conv" -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_driver:= - dev-ml/ppx_metaquot:= - dev-ml/ppx_core:= - dev-ml/ocaml-migrate-parsetree:= - dev-ml/ppx_deriving:= -" - -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} dev-ml/jbuilder" |