commit: b7a7c117028137af7b145cdc3c9e13854057a06a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 18 20:07:03 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 18 20:12:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a7c117
app-text/ebook-tools: Drop 0.2.2-r1 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild | 29 ------------------------ 1 file changed, 29 deletions(-) diff --git a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild deleted file mode 100644 index 3b018f5a2d6..00000000000 --- a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Tools for accessing and converting various ebook file formats" -HOMEPAGE="https://sourceforge.net/projects/ebook-tools/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 x86" -IUSE="+lit2epub" - -DEPEND=" - dev-libs/libxml2 - dev-libs/libzip:= -" -RDEPEND="${DEPEND} - lit2epub? ( app-text/convertlit ) -" - -src_prepare() { - cmake-utils_src_prepare - - use lit2epub || sed -i -e '\|lit2epub|d' -- 'src/tools/CMakeLists.txt' || die -}
