public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/xml-light/
Date: Sat, 21 Dec 2024 18:32:07 +0000 (UTC)	[thread overview]
Message-ID: <1734805900.bdb3fbd2f726aea71a9ea6e048cc42f57640fed5.tupone@gentoo> (raw)

commit:     bdb3fbd2f726aea71a9ea6e048cc42f57640fed5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 18:30:55 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 18:31:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb3fbd2

dev-ml/xml-light: drop 2.2-r3

Closes: https://bugs.gentoo.org/880055
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/xml-light/Manifest                |  1 -
 dev-ml/xml-light/xml-light-2.2-r3.ebuild | 69 --------------------------------
 2 files changed, 70 deletions(-)

diff --git a/dev-ml/xml-light/Manifest b/dev-ml/xml-light/Manifest
index e5f6265491b3..94ad73c51e01 100644
--- a/dev-ml/xml-light/Manifest
+++ b/dev-ml/xml-light/Manifest
@@ -1,2 +1 @@
-DIST xml-light-2.2.zip 22130 BLAKE2B 95b4bc23be63ef5c6faf529877aaf753e3c9fee99948dff82bab5e3206ea718a71ce1e03a2bdba17ff21c040dc8774312ce752c97450f0420681926524864f58 SHA512 b3be968db1ea8b9f8cc439fc8a685083227a7b07469af17c31993229a506f2ff6b1b0cf2097f4198a71e1d858d166f36c99bb26720136633c233a790764087ed
 DIST xml-light-2.5.tar.gz 18212 BLAKE2B 94174b0bed12b77647044de5552e3e6bbdbd8aa1c9e4683709d4a51227fd54bbd426de9a0c894ddc73271eefa763dfbc8df75a23b654fc6c681b49826ab082a9 SHA512 95d9d8ede370a9d82ecea08c717ef35f8df56907724596149af29b21871dd9942a4d5742d1fa16d63d4735d65d5529627d26f7bc703249a7f2f62e5479d72310

diff --git a/dev-ml/xml-light/xml-light-2.2-r3.ebuild b/dev-ml/xml-light/xml-light-2.2-r3.ebuild
deleted file mode 100644
index 13a88a9f841b..000000000000
--- a/dev-ml/xml-light/xml-light-2.2-r3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Minimal Xml parser and printer for OCaml"
-HOMEPAGE="http://tech.motion-twin.com/xmllight.html"
-SRC_URI="http://tech.motion-twin.com/zip/${P}.zip"
-S="${WORKDIR}/${PN}"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
-IUSE="doc +ocamlopt"
-
-RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
-DEPEND="${RDEPEND}"
-BDEPEND="app-arch/unzip"
-
-PATCHES=(
-	"${FILESDIR}"/01_installopt.patch
-	"${FILESDIR}"/02_cmi_depends.patch
-	"${FILESDIR}"/03_cflags.patch
-	"${FILESDIR}"/04_dtd_trace.patch
-)
-
-src_compile() {
-	emake -j1
-
-	if use ocamlopt; then
-		emake -j1 opt
-	fi
-
-	if use doc;then
-		emake doc
-	fi
-}
-
-src_test() {
-	# There are no tests...
-	:
-}
-
-src_install() {
-	dodir /usr/$(get_libdir)/ocaml/${PN}
-	emake INSTALLDIR="${D}"/usr/$(get_libdir)/ocaml/${PN} install
-
-	cat > "${ED}"/usr/$(get_libdir)/ocaml/${PN}/META || die << EOF
-name="${PN}"
-version="${PV}"
-description="${DESCRIPTION}"
-requires=""
-archive(byte)="xml-light.cma"
-EOF
-
-	if use ocamlopt; then
-		emake INSTALLDIR="${D}"/usr/$(get_libdir)/ocaml/${PN} installopt
-		echo 'archive(native)="xml-light.cmxa"' >> "${ED}"/usr/$(get_libdir)/ocaml/${PN}/META || die
-	fi
-
-	dodoc README
-
-	if use doc; then
-		emake doc
-
-		docinto html
-		dodoc doc/*
-	fi
-}


             reply	other threads:[~2024-12-21 18:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-21 18:32 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-15 15:25 [gentoo-commits] repo/gentoo:master commit in: dev-ml/xml-light/ Arthur Zamarin
2024-06-20 20:53 Alfredo Tupone
2021-03-14  0:48 Sam James
2021-02-11  6:31 Sam James
2021-02-10 16:33 Sam James
2020-10-28  3:36 Sam James
2017-04-05  9:51 Michael Weber
2017-03-09 21:31 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1734805900.bdb3fbd2f726aea71a9ea6e048cc42f57640fed5.tupone@gentoo \
    --to=tupone@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox