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 via email to