From 33a45a52e786127c09f81170d24308fc35db0c8e Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 26 Nov 2016 18:05:19 +0100 Subject: 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(-) delete mode 100644 app-text/libebook/libebook-0.1.2.ebuild (limited to 'app-text/libebook') 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 34c586e4bf45..000000000000 --- 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 -} -- cgit v1.2.3-65-gdbad