From dcfce960c3460fa526d574ac462cffb5a57c6847 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 11 Aug 2025 19:56:17 +0200 Subject: [PATCH] net-libs/biblesync: drop 2.1.0 Bug: https://bugs.gentoo.org/960136 Signed-off-by: Andreas Sturmlechner --- net-libs/biblesync/biblesync-2.1.0.ebuild | 24 ----------------------- 1 file changed, 24 deletions(-) delete mode 100644 net-libs/biblesync/biblesync-2.1.0.ebuild 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 67b9adb4d38e8..0000000000000 --- 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 -}