commit: dcfce960c3460fa526d574ac462cffb5a57c6847 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 11 17:56:17 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Aug 11 18:03:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfce960
net-libs/biblesync: drop 2.1.0 Bug: https://bugs.gentoo.org/960136 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/biblesync/biblesync-2.1.0.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/net-libs/biblesync/biblesync-2.1.0.ebuild b/net-libs/biblesync/biblesync-2.1.0.ebuild deleted file mode 100644 index 67b9adb4d38e..000000000000 --- a/net-libs/biblesync/biblesync-2.1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="A multicast protocol to support Bible software shared co-navigation" -HOMEPAGE="https://wiki.crosswire.org/BibleSync" -SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64" -IUSE="static" - -src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=$(usex !static) - # To prevent multilib-strict violations - -DLIBDIR="${EPREFIX}"/usr/$(get_libdir) - ) - cmake_src_configure -}
