commit: bfc11bc9b84f9a96fc243e441b8a3086ec39a638 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Mon Nov 28 09:54:20 2022 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Tue Nov 29 08:07:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc11bc9
dev-libs/xalan-c: drop 1.12-r1 Closes: https://github.com/gentoo/gentoo/pull/28460 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-libs/xalan-c/xalan-c-1.12-r1.ebuild | 59 --------------------------------- 1 file changed, 59 deletions(-) diff --git a/dev-libs/xalan-c/xalan-c-1.12-r1.ebuild b/dev-libs/xalan-c/xalan-c-1.12-r1.ebuild deleted file mode 100644 index 53dc25c881f6..000000000000 --- a/dev-libs/xalan-c/xalan-c-1.12-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2022 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=" - mirror://apache/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="${BROOT}"/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-doc/doxygen[dot] ) -" - -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 -}
