diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-26 18:05:19 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-26 18:08:41 +0100 |
commit | 33a45a52e786127c09f81170d24308fc35db0c8e (patch) | |
tree | e2c130a5f427414674046c702daa4ea01bbe6f76 /app-text/libebook | |
parent | app-emulation/open-vm-tools: patch -Werror out of configure.ac (diff) | |
download | gentoo-33a45a52e786127c09f81170d24308fc35db0c8e.tar.gz gentoo-33a45a52e786127c09f81170d24308fc35db0c8e.tar.bz2 gentoo-33a45a52e786127c09f81170d24308fc35db0c8e.zip |
app-text/libebook: Remove old
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-text/libebook')
-rw-r--r-- | app-text/libebook/libebook-0.1.2.ebuild | 50 |
1 files changed, 0 insertions, 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 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 -} |