public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xalan-c/
Date: Sun, 28 Jul 2024 08:37:02 +0000 (UTC)	[thread overview]
Message-ID: <1722155801.7c9ad187168f53f95ee2324769e48676505033f7.ceamac@gentoo> (raw)

commit:     7c9ad187168f53f95ee2324769e48676505033f7
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 08:33:08 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 08:36:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9ad187

dev-libs/xalan-c: drop 9999

Pointless to keep, upstream is dead.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-libs/xalan-c/xalan-c-9999.ebuild | 64 ------------------------------------
 1 file changed, 64 deletions(-)

diff --git a/dev-libs/xalan-c/xalan-c-9999.ebuild b/dev-libs/xalan-c/xalan-c-9999.ebuild
deleted file mode 100644
index 13753c18e646..000000000000
--- a/dev-libs/xalan-c/xalan-c-9999.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-MY_PN=${PN/-/_}
-DESCRIPTION="XSLT processor for transforming XML into HTML, text, or other XML types"
-HOMEPAGE="https://apache.github.io/xalan-c/"
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/apache/xalan-c.git"
-
-	SLOT="0"
-else
-	inherit verify-sig
-	SRC_URI="
-		https://dlcdn.apache.org/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz
-		verify-sig? ( https://dlcdn.apache.org/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz.asc )
-	"
-	VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/apache-xalan-c.asc
-
-	SLOT="0/$(ver_cut 1-2)"
-	KEYWORDS="~amd64 ~ppc ~x86"
-	S="${WORKDIR}/${MY_PN}-${PV}"
-	BDEPEND="
-		verify-sig? ( sec-keys/openpgp-keys-apache-xalan-c )
-	"
-fi
-
-LICENSE="Apache-2.0"
-IUSE="doc"
-
-RDEPEND="
-	dev-libs/icu:=
-	dev-libs/xerces-c[icu]
-"
-DEPEND="${RDEPEND}"
-BDEPEND+="
-	doc? ( app-text/doxygen[dot] )
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.12-fix-lto.patch
-	"${FILESDIR}"/${PN}-1.12-icu-75.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-Ddoxygen=$(usex doc)
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	if use doc; then
-		docinto examples
-		dodoc -r samples/*/
-	fi
-}


             reply	other threads:[~2024-07-28  8:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-28  8:37 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-11  5:55 [gentoo-commits] repo/gentoo:master commit in: dev-libs/xalan-c/ Eli Schwartz
2025-07-17 11:43 Viorel Munteanu
2025-07-09 11:10 Sam James
2025-07-09 11:10 Sam James
2025-06-04  2:13 Sam James
2025-05-02 23:42 Sam James
2023-01-20 17:34 Viorel Munteanu
2023-01-20 17:00 Sam James
2023-01-20 17:00 Sam James
2022-11-29  8:09 Viorel Munteanu
2022-11-24 13:57 Viorel Munteanu
2022-11-24 13:57 Viorel Munteanu
2022-11-24  7:48 Viorel Munteanu
2017-02-12  9:21 Ulrich Müller

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=1722155801.7c9ad187168f53f95ee2324769e48676505033f7.ceamac@gentoo \
    --to=ceamac@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