commit:     33a45a52e786127c09f81170d24308fc35db0c8e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 17:05:19 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 17:08:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a45a52

app-text/libebook: Remove old

Package-Manager: portage-2.3.2

 app-text/libebook/libebook-0.1.2.ebuild | 50 ---------------------------------
 1 file changed, 50 deletions(-)

diff --git a/app-text/libebook/libebook-0.1.2.ebuild 
b/app-text/libebook/libebook-0.1.2.ebuild
deleted file mode 100644
index 34c586e..00000000
--- a/app-text/libebook/libebook-0.1.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN="libe-book"
-MY_P="${MY_PN}-${PV}"
-
-inherit eutils
-
-DESCRIPTION="Library parsing various ebook formats"
-HOMEPAGE="http://www.sourceforge.net/projects/libebook/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc test"
-
-RDEPEND="
-       dev-libs/icu:=
-       dev-libs/librevenge
-       dev-libs/libxml2
-       sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-       dev-libs/boost:=
-       dev-util/gperf
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )
-       test? ( dev-util/cppunit )
-"
-RDEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-       econf \
-               --disable-static \
-               --disable-werror \
-               $(use_with doc docs) \
-               $(use_enable test tests) \
-               --docdir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-src_install() {
-       default
-       prune_libtool_files --all
-}

Reply via email to