summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-06-16 05:32:37 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-06-16 05:32:59 +1000
commit2f7f19a5f4c169d9267a27b89f9a7430dad22a04 (patch)
tree0709d9fbf5b7e7fe185f079a153dc7b922380733 /app-text/ebook-tools
parentapp-text/ebook-tools: amd64/x86 stable (diff)
downloadgentoo-2f7f19a5f4c169d9267a27b89f9a7430dad22a04.tar.gz
gentoo-2f7f19a5f4c169d9267a27b89f9a7430dad22a04.tar.bz2
gentoo-2f7f19a5f4c169d9267a27b89f9a7430dad22a04.zip
app-text/ebook-tools: remove old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-text/ebook-tools')
-rw-r--r--app-text/ebook-tools/ebook-tools-0.2.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-text/ebook-tools/ebook-tools-0.2.2.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2.ebuild
deleted file mode 100644
index 42797564390d..000000000000
--- a/app-text/ebook-tools/ebook-tools-0.2.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit cmake-utils multilib
-
-DESCRIPTION="Tools for accessing and converting various ebook file formats"
-HOMEPAGE="http://sourceforge.net/projects/ebook-tools"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/libxml2
- dev-libs/libzip"
-RDEPEND="${DEPEND}
- app-text/convertlit"
-
-DOCS=( INSTALL README TODO )