diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ml/pprint | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/pprint')
| -rw-r--r-- | dev-ml/pprint/Manifest | 2 | ||||
| -rw-r--r-- | dev-ml/pprint/metadata.xml | 19 | ||||
| -rw-r--r-- | dev-ml/pprint/pprint-20220103.ebuild | 15 | ||||
| -rw-r--r-- | dev-ml/pprint/pprint-20230830.ebuild | 15 |
4 files changed, 0 insertions, 51 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 63026bfdf8bd..000000000000 --- a/dev-ml/pprint/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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> - <upstream> - <remote-id type="github">fpottier/pprint</remote-id> - </upstream> -</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" |
