diff options
author | Julien Roy <julien@jroy.ca> | 2024-11-21 16:21:06 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-11-21 16:21:30 -0500 |
commit | 486992ec68ac71c46bcc84b211049efd4aac5f0a (patch) | |
tree | de8557c8e85405b88e374f447cc823e100327163 | |
parent | games-rpg/snoot-game: remove unused libs (diff) | |
download | guru-dev.tar.gz guru-dev.tar.bz2 guru-dev.zip |
moved to ::gentoo
Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r-- | dev-ml/xmlm/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/xmlm/metadata.xml | 25 | ||||
-rw-r--r-- | dev-ml/xmlm/xmlm-1.4.0.ebuild | 33 |
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-ml/xmlm/Manifest b/dev-ml/xmlm/Manifest deleted file mode 100644 index fa2717989..000000000 --- a/dev-ml/xmlm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xmlm-1.4.0.tbz 26122 BLAKE2B dcc75836199eeca49967c4245b793b612c3ac83677dc4185d956437af63802759cc99190ad3ad036227706b4ecd4af938ed76d2f049b1273e81bf13b79e6316b SHA512 69f6112e6466952256d670fe1751fe4ae79e20d50f018ece1709eb2240cb1b00968ac7cee110771e0617a38ebc1cdb43e9d146471ce66ac1b176e4a1660531eb diff --git a/dev-ml/xmlm/metadata.xml b/dev-ml/xmlm/metadata.xml deleted file mode 100644 index 87b57f2d1..000000000 --- a/dev-ml/xmlm/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>fogti@ytrizja.de</email> - <name>Alain Emilia Anna Zscheile</name> - </maintainer> - <longdescription lang="en">Xmlm is a streaming codec to decode and encode the XML data format. It -can process XML documents without a complete in-memory representation of the -data. - -Xmlm is made of a single independent module and distributed -under the ISC license. - -Home page: http://erratique.ch/software/xmlm</longdescription> - <upstream> - <doc>https://erratique.ch/software/xmlm/doc/</doc> - <bugs-to>https://github.com/dbuenzli/xmlm/issues</bugs-to> - <remote-id type="github">dbuenzli/xmlm</remote-id> - <maintainer> - <name>Daniel Bünzli</name> - <email>daniel.buenzli@erratique.ch</email> - </maintainer> - </upstream> -</pkgmetadata> diff --git a/dev-ml/xmlm/xmlm-1.4.0.ebuild b/dev-ml/xmlm/xmlm-1.4.0.ebuild deleted file mode 100644 index 3a16841c7..000000000 --- a/dev-ml/xmlm/xmlm-1.4.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit findlib opam - -DESCRIPTION="Ocaml XML manipulation module" -HOMEPAGE=" - https://erratique.ch/software/xmlm - https://github.com/dbuenzli/xmlm -" -SRC_URI="https://erratique.ch/software/${PN}/releases/${P}.tbz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND="dev-ml/topkg" -BDEPEND="dev-ml/ocamlbuild" - -RESTRICT="!test? ( test )" -OPAM_FILE=opam - -src_compile() { - ocaml pkg/pkg.ml build --tests $(usex test 'true' 'false') || die -} - -src_test() { - opam_src_test - ocaml pkg/pkg.ml test || die -} |