aboutsummaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-27 02:08:26 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-27 02:08:37 +0200
commit9c38bd77362a7646c9a551ab28550252058a4780 (patch)
treea844bf68388c554836af18c147282fb38f674180 /dev-ml
parentdev-ml/expect_test_helpers_core: treeclean (diff)
downloadguru-9c38bd77362a7646c9a551ab28550252058a4780.tar.gz
guru-9c38bd77362a7646c9a551ab28550252058a4780.tar.bz2
guru-9c38bd77362a7646c9a551ab28550252058a4780.zip
dev-ml/sexp_pretty: treeclean
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/sexp_pretty/Manifest1
-rw-r--r--dev-ml/sexp_pretty/metadata.xml16
-rw-r--r--dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild23
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-ml/sexp_pretty/Manifest b/dev-ml/sexp_pretty/Manifest
deleted file mode 100644
index 2a8745be3..000000000
--- a/dev-ml/sexp_pretty/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sexp_pretty-0.14.0.tar.gz 19700 BLAKE2B 21672e09c994f24d0080a6bfc8fbfc74bf43efe2131338b600ad802ec61581f401c984397036103bc1848544078a1af37b7f197b94c6d36c57c8d55422cf7dfa SHA512 7b32a7df5e66db77aef5e00279cfbb49dec185de604c31baa1ff1f4991bd930aca39fce94fcb737414279458ff942df968382090f79a011e9366e676eced9a74
diff --git a/dev-ml/sexp_pretty/metadata.xml b/dev-ml/sexp_pretty/metadata.xml
deleted file mode 100644
index 2b479d507..000000000
--- a/dev-ml/sexp_pretty/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">A library for pretty-printing s-expressions, using better indentation rules than
-the default pretty printer in Sexplib.</longdescription>
- <upstream>
- <doc>https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp_pretty/index.html</doc>
- <bugs-to>https://github.com/janestreet/sexp_pretty/issues</bugs-to>
- <remote-id type="github">janestreet/sexp_pretty</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild b/dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild
deleted file mode 100644
index d16dc48ab..000000000
--- a/dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="S-expression pretty-printer"
-HOMEPAGE="https://github.com/janestreet/sexp_pretty"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="ocamlopt"
-
-RDEPEND="
- dev-ml/base
- dev-ml/ppx_base
- dev-ml/sexplib
- dev-ml/re
-"
-DEPEND="${RDEPEND}"