commit: 6b543c6cd17bd122b9fda78198c123db5f225c2e Author: Vivian Heisz (demize) <demize <AT> unstable <DOT> systems> AuthorDate: Tue Apr 22 21:42:23 2025 +0000 Commit: demize <demize <AT> unstable <DOT> systems> CommitDate: Tue Apr 22 21:42:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b543c6c
dev-ml/uri: treeclean, promoted to ::gentoo Signed-off-by: Vivian Heisz (demize) <demize <AT> unstable.systems> dev-ml/uri/Manifest | 1 - dev-ml/uri/metadata.xml | 12 ------------ dev-ml/uri/uri-4.4.0.ebuild | 40 ---------------------------------------- 3 files changed, 53 deletions(-) diff --git a/dev-ml/uri/Manifest b/dev-ml/uri/Manifest deleted file mode 100644 index a173e6253..000000000 --- a/dev-ml/uri/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST uri-4.4.0.tar.gz 233155 BLAKE2B c89158884a529c80b677a1c1bd9e7588e2d99e25a677e33c1c304066f37e95d2348ba0d82389531e38863312bc2ffae345049d368fd96c48e249e4376530df07 SHA512 e9deb58e8813f0a48810dc210b8053abb195453f7de6de22b317822d863b2236624462413c34f67658a40b475db132ad13dd09a76cc30c45f8259f3e9e087358 diff --git a/dev-ml/uri/metadata.xml b/dev-ml/uri/metadata.xml deleted file mode 100644 index 537c41e59..000000000 --- a/dev-ml/uri/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <description>Hiroki Tokunaga</description> - </maintainer> - <upstream> - <bugs-to>https://github.com/mirage/ocaml-uri/issues</bugs-to> - <remote-id type="github">mirage/ocaml-uri</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/uri/uri-4.4.0.ebuild b/dev-ml/uri/uri-4.4.0.ebuild deleted file mode 100644 index 47c58829f..000000000 --- a/dev-ml/uri/uri-4.4.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit dune - -DESCRIPTION="RFC3986 URI parsing library for OCaml" -HOMEPAGE="https://github.com/mirage/ocaml-uri" -SRC_URI="https://github.com/mirage/ocaml-uri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/ocaml-uri-${PV}" - -LICENSE="ISC" - -SLOT="0/${PV}" - -KEYWORDS="~amd64" -IUSE="ocamlopt test" - -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-ml/angstrom:= - dev-ml/ppx_sexp_conv:= - dev-ml/stringext:= - dev-ml/core_bench:= -" - -DEPEND=" - ${RDEPEND} -" - -BDEPEND=" - test? ( - dev-ml/ounit2:= - dev-ml/crowbar:= - dev-ml/core_bench:= - ) -"
