Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libebook/
Date: Sat, 26 Nov 2016 17:08:52
Message-Id: 1480180121.33a45a52e786127c09f81170d24308fc35db0c8e.dilfridge@gentoo
1 commit: 33a45a52e786127c09f81170d24308fc35db0c8e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 17:05:19 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 17:08:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a45a52
7
8 app-text/libebook: Remove old
9
10 Package-Manager: portage-2.3.2
11
12 app-text/libebook/libebook-0.1.2.ebuild | 50 ---------------------------------
13 1 file changed, 50 deletions(-)
14
15 diff --git a/app-text/libebook/libebook-0.1.2.ebuild b/app-text/libebook/libebook-0.1.2.ebuild
16 deleted file mode 100644
17 index 34c586e..00000000
18 --- a/app-text/libebook/libebook-0.1.2.ebuild
19 +++ /dev/null
20 @@ -1,50 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -MY_PN="libe-book"
28 -MY_P="${MY_PN}-${PV}"
29 -
30 -inherit eutils
31 -
32 -DESCRIPTION="Library parsing various ebook formats"
33 -HOMEPAGE="http://www.sourceforge.net/projects/libebook/"
34 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
35 -
36 -LICENSE="MPL-2.0"
37 -SLOT="0"
38 -KEYWORDS="amd64 ~arm x86"
39 -IUSE="doc test"
40 -
41 -RDEPEND="
42 - dev-libs/icu:=
43 - dev-libs/librevenge
44 - dev-libs/libxml2
45 - sys-libs/zlib
46 -"
47 -DEPEND="${RDEPEND}
48 - dev-libs/boost:=
49 - dev-util/gperf
50 - virtual/pkgconfig
51 - doc? ( app-doc/doxygen )
52 - test? ( dev-util/cppunit )
53 -"
54 -RDEPEND="${RDEPEND}"
55 -
56 -S="${WORKDIR}/${MY_P}"
57 -
58 -src_configure() {
59 - econf \
60 - --disable-static \
61 - --disable-werror \
62 - $(use_with doc docs) \
63 - $(use_enable test tests) \
64 - --docdir="${EPREFIX}"/usr/share/doc/${PF}
65 -}
66 -
67 -src_install() {
68 - default
69 - prune_libtool_files --all
70 -}