summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-18 21:07:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-18 21:12:16 +0100
commitb7a7c117028137af7b145cdc3c9e13854057a06a (patch)
tree3e9d29ea1d89b64bf62f3d767f900cdd4ee23f8d /app-text/ebook-tools
parentsci-mathematics/cgal: Drop 4.11.3 (diff)
downloadgentoo-b7a7c117028137af7b145cdc3c9e13854057a06a.tar.gz
gentoo-b7a7c117028137af7b145cdc3c9e13854057a06a.tar.bz2
gentoo-b7a7c117028137af7b145cdc3c9e13854057a06a.zip
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@gentoo.org>
Diffstat (limited to 'app-text/ebook-tools')
-rw-r--r--app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild29
1 files changed, 0 insertions, 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 3b018f5a2d63..000000000000
--- 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
-}