commit: 13cf7183a1363603d724ab1744247eb28ca5cf54 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Nov 24 19:26:42 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Nov 24 20:24:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cf7183
app-text/ebook-tools: drop 0.2.2-r3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-text/ebook-tools/ebook-tools-0.2.2-r3.ebuild | 35 ------------------------ 1 file changed, 35 deletions(-) diff --git a/app-text/ebook-tools/ebook-tools-0.2.2-r3.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2-r3.ebuild deleted file mode 100644 index 239539f53de4..000000000000 --- a/app-text/ebook-tools/ebook-tools-0.2.2-r3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Tools for accessing and converting various ebook file formats" -HOMEPAGE="https://sourceforge.net/projects/ebook-tools/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv x86" -IUSE="+lit2epub" - -DEPEND=" - dev-libs/libxml2:= - >=dev-libs/libzip-1.7.2:= -" -RDEPEND="${DEPEND} - lit2epub? ( app-text/convertlit ) -" - -PATCHES=( - "${FILESDIR}/${P}-crashfix.patch" - "${FILESDIR}/${P}-fvisibility-hidden.patch" - "${FILESDIR}/${P}-libzip-cmake.patch" - "${FILESDIR}/${P}-cmake4.patch" # bug 955639 -) - -src_prepare() { - cmake_src_prepare - use lit2epub || sed -e "\|lit2epub|d" -i src/tools/CMakeLists.txt || die -}
