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: Sun, 03 Jul 2016 20:27:59
Message-Id: 1467577661.1fef8a1da808284891c379117d2545987da1294e.dilfridge@gentoo
1 commit: 1fef8a1da808284891c379117d2545987da1294e
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 5 10:05:04 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 20:27:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fef8a1d
7
8 app-text/libebook: Drop old
9
10 Package-Manager: portage-2.2.28
11
12 app-text/libebook/Manifest | 2 --
13 app-text/libebook/libebook-0.0.2.ebuild | 50 ---------------------------------
14 app-text/libebook/libebook-0.1.1.ebuild | 50 ---------------------------------
15 3 files changed, 102 deletions(-)
16
17 diff --git a/app-text/libebook/Manifest b/app-text/libebook/Manifest
18 index ceaa0d4..c7a48aa 100644
19 --- a/app-text/libebook/Manifest
20 +++ b/app-text/libebook/Manifest
21 @@ -1,3 +1 @@
22 -DIST libe-book-0.0.2.tar.bz2 409605 SHA256 c6f10ca827a2060e1a64497fbf43c5c113a07d4673f17a7c2c3da4ac6e2677ae SHA512 843fb7c92e7bedb3f7747e3baa547b14845718075c6fc5f12fdc0af91ca976014b651b8cc5960e7ae2bf7c89dcad99b9fd60712c68faccbcbd84fd0f54683e78 WHIRLPOOL 357fbac27c16d0e4cc2fb97561e8af817de65223099c6e1824a33b90a58b473aa2d379dc715c4dfd33aab168bdafa6be61b0076ad443ddb79d6be14322653591
23 -DIST libe-book-0.1.1.tar.bz2 466712 SHA256 90353fc60827a33b391d0b63ecfe5239229d489af99ff6ea014ede3b39fa32b5 SHA512 5d952cac33ece4481057686f89f5a953508e6d5b8ddfdb45c745f79c881cd4429ec0a8024144bfc9cc3a53f7a201f25e831f9125f7cc4fc8591563df09d1feec WHIRLPOOL ff702630f2b8e05edaba25bc2f003f21f2ba838a7876aaa03777146083cd4539479f74785a02b41e166e448de2b27e83e9816cfd8dd2d8fc7b314716929a4d8b
24 DIST libe-book-0.1.2.tar.bz2 465922 SHA256 b710a57c633205b933015474d0ac0862253d1c52114d535dd09b20939a0d1850 SHA512 82982874f9c0f5e400166e9367a4b6017cf11bbd69e2e79240137385a5d68ddea08f13676f8c5d0e983f441de17cda9f4b5f7c90c5cb3515e319de638edf3a38 WHIRLPOOL 068e8ed47ea5ad231c47d8848157db6c0bdd03425f87f181c2b3ce23c8006a9d7e6848d9dee960d3ad0fd5dbc24f8e7a4d15249056a0ae58debbb653d10a8228
25
26 diff --git a/app-text/libebook/libebook-0.0.2.ebuild b/app-text/libebook/libebook-0.0.2.ebuild
27 deleted file mode 100644
28 index 2797c91..0000000
29 --- a/app-text/libebook/libebook-0.0.2.ebuild
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -MY_PN="libe-book"
39 -MY_P="${MY_PN}-${PV}"
40 -
41 -inherit eutils
42 -
43 -DESCRIPTION="Library parsing various ebook formats"
44 -HOMEPAGE="http://www.sourceforge.net/projects/libebook/"
45 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
46 -
47 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
50 -IUSE="doc test"
51 -
52 -RDEPEND="
53 - >=app-text/libwpd-0.9.5:0.9
54 - dev-libs/icu:=
55 - dev-libs/libxml2
56 - sys-libs/zlib
57 -"
58 -DEPEND="${RDEPEND}
59 - dev-libs/boost:=
60 - dev-util/gperf
61 - virtual/pkgconfig
62 - doc? ( app-doc/doxygen )
63 - test? ( dev-util/cppunit )
64 -"
65 -RDEPEND="${RDEPEND}"
66 -
67 -S="${WORKDIR}/${MY_P}"
68 -
69 -src_configure() {
70 - econf \
71 - --disable-static \
72 - --disable-werror \
73 - $(use_with doc docs) \
74 - $(use_enable test tests) \
75 - --docdir="${EPREFIX}"/usr/share/doc/${PF}
76 -}
77 -
78 -src_install() {
79 - default
80 - prune_libtool_files --all
81 -}
82
83 diff --git a/app-text/libebook/libebook-0.1.1.ebuild b/app-text/libebook/libebook-0.1.1.ebuild
84 deleted file mode 100644
85 index 3f385d9..0000000
86 --- a/app-text/libebook/libebook-0.1.1.ebuild
87 +++ /dev/null
88 @@ -1,50 +0,0 @@
89 -# Copyright 1999-2014 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -# $Id$
92 -
93 -EAPI=5
94 -
95 -MY_PN="libe-book"
96 -MY_P="${MY_PN}-${PV}"
97 -
98 -inherit eutils
99 -
100 -DESCRIPTION="Library parsing various ebook formats"
101 -HOMEPAGE="http://www.sourceforge.net/projects/libebook/"
102 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
103 -
104 -LICENSE="MPL-2.0"
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~arm ~x86"
107 -IUSE="doc test"
108 -
109 -RDEPEND="
110 - dev-libs/icu:=
111 - dev-libs/librevenge
112 - dev-libs/libxml2
113 - sys-libs/zlib
114 -"
115 -DEPEND="${RDEPEND}
116 - dev-libs/boost:=
117 - dev-util/gperf
118 - virtual/pkgconfig
119 - doc? ( app-doc/doxygen )
120 - test? ( dev-util/cppunit )
121 -"
122 -RDEPEND="${RDEPEND}"
123 -
124 -S="${WORKDIR}/${MY_P}"
125 -
126 -src_configure() {
127 - econf \
128 - --disable-static \
129 - --disable-werror \
130 - $(use_with doc docs) \
131 - $(use_enable test tests) \
132 - --docdir="${EPREFIX}"/usr/share/doc/${PF}
133 -}
134 -
135 -src_install() {
136 - default
137 - prune_libtool_files --all
138 -}