Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/sexp_pretty/
Date: Wed, 27 Apr 2022 00:08:48
Message-Id: 1651018117.9c38bd77362a7646c9a551ab28550252058a4780.Alessandro-Barbieri@gentoo
1 commit: 9c38bd77362a7646c9a551ab28550252058a4780
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 27 00:08:26 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Apr 27 00:08:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c38bd77
7
8 dev-ml/sexp_pretty: treeclean
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-ml/sexp_pretty/Manifest | 1 -
13 dev-ml/sexp_pretty/metadata.xml | 16 ----------------
14 dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild | 23 -----------------------
15 3 files changed, 40 deletions(-)
16
17 diff --git a/dev-ml/sexp_pretty/Manifest b/dev-ml/sexp_pretty/Manifest
18 deleted file mode 100644
19 index 2a8745be3..000000000
20 --- a/dev-ml/sexp_pretty/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST sexp_pretty-0.14.0.tar.gz 19700 BLAKE2B 21672e09c994f24d0080a6bfc8fbfc74bf43efe2131338b600ad802ec61581f401c984397036103bc1848544078a1af37b7f197b94c6d36c57c8d55422cf7dfa SHA512 7b32a7df5e66db77aef5e00279cfbb49dec185de604c31baa1ff1f4991bd930aca39fce94fcb737414279458ff942df968382090f79a011e9366e676eced9a74
24
25 diff --git a/dev-ml/sexp_pretty/metadata.xml b/dev-ml/sexp_pretty/metadata.xml
26 deleted file mode 100644
27 index 2b479d507..000000000
28 --- a/dev-ml/sexp_pretty/metadata.xml
29 +++ /dev/null
30 @@ -1,16 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <maintainer type="person">
35 - <description>co-maintainers welcome</description>
36 - <email>lssndrbarbieri@×××××.com</email>
37 - <name>Alessandro Barbieri</name>
38 - </maintainer>
39 - <longdescription lang="en">A library for pretty-printing s-expressions, using better indentation rules than
40 -the default pretty printer in Sexplib.</longdescription>
41 - <upstream>
42 - <doc>https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp_pretty/index.html</doc>
43 - <bugs-to>https://github.com/janestreet/sexp_pretty/issues</bugs-to>
44 - <remote-id type="github">janestreet/sexp_pretty</remote-id>
45 - </upstream>
46 -</pkgmetadata>
47
48 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
49 deleted file mode 100644
50 index d16dc48ab..000000000
51 --- a/dev-ml/sexp_pretty/sexp_pretty-0.14.0-r1.ebuild
52 +++ /dev/null
53 @@ -1,23 +0,0 @@
54 -# Copyright 1999-2022 Gentoo Authors
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=8
58 -
59 -inherit dune
60 -
61 -DESCRIPTION="S-expression pretty-printer"
62 -HOMEPAGE="https://github.com/janestreet/sexp_pretty"
63 -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
64 -
65 -LICENSE="MIT"
66 -SLOT="0/${PV}"
67 -KEYWORDS="~amd64"
68 -IUSE="ocamlopt"
69 -
70 -RDEPEND="
71 - dev-ml/base
72 - dev-ml/ppx_base
73 - dev-ml/sexplib
74 - dev-ml/re
75 -"
76 -DEPEND="${RDEPEND}"