commit: 50a95813f42c72595a246c3c0b38a65195f9f054 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Sun Jul 20 00:35:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 23 02:30:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a95813
app-text/sword: drop 1.9.0-r1 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43077 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/sword/sword-1.9.0-r1.ebuild | 42 ------------------------------------ 1 file changed, 42 deletions(-) diff --git a/app-text/sword/sword-1.9.0-r1.ebuild b/app-text/sword/sword-1.9.0-r1.ebuild deleted file mode 100644 index 860fc9d30d0e..000000000000 --- a/app-text/sword/sword-1.9.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Library for Bible reading software" -HOMEPAGE="https://www.crosswire.org/sword/" -SRC_URI="https://www.crosswire.org/ftpmirror/pub/${PN}/source/v${PV%.*}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-macos" -IUSE="clucene curl debug doc icu" - -RDEPEND="sys-libs/zlib - curl? ( net-misc/curl ) - icu? ( dev-libs/icu:= ) - clucene? ( dev-cpp/clucene )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( AUTHORS CODINGSTYLE ChangeLog README ) - -src_configure() { - use doc && DOCS+=( examples/ samples/ ) - - # Upstream default is to build both the shared and the static library, - # make sure we only build the shared one. - local mycmakeargs=( - -DSYSCONF_INSTALL_DIR="${EPREFIX}/etc" - -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" - -DLIBSWORD_LIBRARY_TYPE="Shared" - -DWITH_CLUCENE=$(usex clucene) - -DWITH_CURL=$(usex curl) - -DWITH_ICU=$(usex icu) - -DWITH_ZLIB=1 - ) - - cmake_src_configure -}
