summaryrefslogtreecommitdiff
path: root/dev-ml/pprint
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-ml/pprint
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-ml/pprint')
-rw-r--r--dev-ml/pprint/Manifest2
-rw-r--r--dev-ml/pprint/metadata.xml16
-rw-r--r--dev-ml/pprint/pprint-20220103.ebuild15
-rw-r--r--dev-ml/pprint/pprint-20230830.ebuild15
4 files changed, 0 insertions, 48 deletions
diff --git a/dev-ml/pprint/Manifest b/dev-ml/pprint/Manifest
deleted file mode 100644
index a7079d6c6975..000000000000
--- a/dev-ml/pprint/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pprint-20220103.tar.gz 47809 BLAKE2B c581370be13f45d2d97a9fe7a6f7e81fc033a33a2f1740dcc808ce388356554506c00393efb05937b5833ae19fbf01c1fc9d013024d11724ef323110925bce88 SHA512 1c4d85e529414dc2d52602fae7e44ca036d2d35e9ce1906fd88b0f8a8d0ba1527042b0e5117fdeb51237b2311020a711065a917cc158b63e2ac932c97fa28406
-DIST pprint-20230830.tar.gz 52012 BLAKE2B c5ece9c608c04c3556fa2b6c98392d086de0e94395d1791184858c723634df1a15983f03eced0789386e56b5ef4e9a8f790396a577397a9ceeff8f76a2657c44 SHA512 7c58275cf9951283cf5051c2cf4c98084e8d562a8172a6379d9831a8fc95c9a19fc06710350217da2ea90fd2b17994142b10d1a9f8dab17b2bbf3e47e76c9f5f
diff --git a/dev-ml/pprint/metadata.xml b/dev-ml/pprint/metadata.xml
deleted file mode 100644
index 619df7b38348..000000000000
--- a/dev-ml/pprint/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ml@gentoo.org</email>
- <name>ML</name>
- </maintainer>
- <longdescription>
- This library offers a set of combinators for building so-called documents
- as well as an efficient engine for converting documents to a textual,
- fixed-width format. The engine takes care of indentation and line breaks,
- while respecting the constraints imposed by the structure of the document
- and by the text width.
- </longdescription>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/dev-ml/pprint/pprint-20220103.ebuild b/dev-ml/pprint/pprint-20220103.ebuild
deleted file mode 100644
index 1b02c9dd5c4e..000000000000
--- a/dev-ml/pprint/pprint-20220103.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="A pretty-printing combinator library and rendering engine"
-HOMEPAGE="https://github.com/fpottier/pprint/"
-SRC_URI="https://github.com/fpottier/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2 LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ocamlopt"
diff --git a/dev-ml/pprint/pprint-20230830.ebuild b/dev-ml/pprint/pprint-20230830.ebuild
deleted file mode 100644
index cf47b0f5dfd8..000000000000
--- a/dev-ml/pprint/pprint-20230830.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="A pretty-printing combinator library and rendering engine"
-HOMEPAGE="https://github.com/fpottier/pprint/"
-SRC_URI="https://github.com/fpottier/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2 LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ocamlopt"