Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pprint/
Date: Fri, 23 Sep 2022 00:09:46
Message-Id: 1663891780.99ff9b761158193d74b8e7d198623bc449371381.xgqt@gentoo
1 commit: 99ff9b761158193d74b8e7d198623bc449371381
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 00:08:14 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 00:09:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ff9b76
7
8 dev-ml/pprint: bump to 20220103
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 dev-ml/pprint/Manifest | 1 +
13 dev-ml/pprint/pprint-20220103.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/dev-ml/pprint/Manifest b/dev-ml/pprint/Manifest
17 index 3a38bd294900..f570a9b665e2 100644
18 --- a/dev-ml/pprint/Manifest
19 +++ b/dev-ml/pprint/Manifest
20 @@ -1 +1,2 @@
21 DIST pprint-20211129.tar.gz 42778 BLAKE2B b5becf959d750e07ecf12c58cf6f41ff10f841d8034e9f89544b28e81eefdf564e2144a102fa918256736bb092de454eba13dfa38363e1ed230742eb95817e9d SHA512 12133735f558075f1ecdcec16cc11f7237dd82883c542645c479f534acd8ed6935f05a3f9aad8e330c329520852bdff6d420d632636bd9004a4d0aade762cae6
22 +DIST pprint-20220103.tar.gz 47809 BLAKE2B c581370be13f45d2d97a9fe7a6f7e81fc033a33a2f1740dcc808ce388356554506c00393efb05937b5833ae19fbf01c1fc9d013024d11724ef323110925bce88 SHA512 1c4d85e529414dc2d52602fae7e44ca036d2d35e9ce1906fd88b0f8a8d0ba1527042b0e5117fdeb51237b2311020a711065a917cc158b63e2ac932c97fa28406
23
24 diff --git a/dev-ml/pprint/pprint-20220103.ebuild b/dev-ml/pprint/pprint-20220103.ebuild
25 new file mode 100644
26 index 000000000000..1b02c9dd5c4e
27 --- /dev/null
28 +++ b/dev-ml/pprint/pprint-20220103.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit dune
36 +
37 +DESCRIPTION="A pretty-printing combinator library and rendering engine"
38 +HOMEPAGE="https://github.com/fpottier/pprint/"
39 +SRC_URI="https://github.com/fpottier/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="LGPL-2 LGPL-2-with-linking-exception"
42 +SLOT="0/${PV}"
43 +KEYWORDS="~amd64 ~x86"
44 +IUSE="+ocamlopt"