app-text/ebook-tools: remove old
authorMichael Palimaka <kensington@gentoo.org>
Wed, 15 Jun 2016 19:32:37 +0000 (05:32 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Wed, 15 Jun 2016 19:32:59 +0000 (05:32 +1000)
Package-Manager: portage-2.3.0_rc1

app-text/ebook-tools/ebook-tools-0.2.2.ebuild [deleted file]

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 (file)
index 4279756..0000000
+++ /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 )