Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libebook/, app-text/libebook/files/
Date: Sat, 31 Oct 2020 09:23:58
Message-Id: 1604136031.cdc78e287de256ad82dbf3a42e8e9bd38afe478d.asturm@gentoo
1 commit: cdc78e287de256ad82dbf3a42e8e9bd38afe478d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 16:22:43 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 09:20:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc78e28
7
8 app-text/libebook: Drop 0.1.2-r1
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/libebook/Manifest | 1 -
14 .../files/libebook-0.1.2-boost-1.59-makefile.patch | 10 ----
15 app-text/libebook/files/libebook-0.1.2-tests.patch | 27 ----------
16 app-text/libebook/libebook-0.1.2-r1.ebuild | 63 ----------------------
17 4 files changed, 101 deletions(-)
18
19 diff --git a/app-text/libebook/Manifest b/app-text/libebook/Manifest
20 index b9dc46f930d..640e6982bbf 100644
21 --- a/app-text/libebook/Manifest
22 +++ b/app-text/libebook/Manifest
23 @@ -1,2 +1 @@
24 -DIST libe-book-0.1.2.tar.bz2 465922 BLAKE2B 11898cb34d41a6abbf256ed8a7ff44006f239616987ca5883a8a611041bcda2cce221acc00c57cd36d94f8c26510889df3206ca4f071c23ae272262938e2c396 SHA512 82982874f9c0f5e400166e9367a4b6017cf11bbd69e2e79240137385a5d68ddea08f13676f8c5d0e983f441de17cda9f4b5f7c90c5cb3515e319de638edf3a38
25 DIST libe-book-0.1.3.tar.bz2 510498 BLAKE2B e29f9f80a85210447494af20cf30ce7f231ef43f40af9683df7f63e172f5ff8d944d74b995b5850856b2736044b1a5a1ac386262e52a48575325339224a1d339 SHA512 9afa2949f702a34fd6278145ce8d18d504326ed5a103bbc872d0493fcf3e2166d41d094bb0d74b80aa913ca6d082f5bd3259799a4a3c7359331ccdfa1e029a21
26
27 diff --git a/app-text/libebook/files/libebook-0.1.2-boost-1.59-makefile.patch b/app-text/libebook/files/libebook-0.1.2-boost-1.59-makefile.patch
28 deleted file mode 100644
29 index 9869b308c73..00000000000
30 --- a/app-text/libebook/files/libebook-0.1.2-boost-1.59-makefile.patch
31 +++ /dev/null
32 @@ -1,10 +0,0 @@
33 ---- a/src/lib/Makefile.am
34 -+++ b/src/lib/Makefile.am
35 -@@ -64,6 +64,7 @@
36 - libe_book_@EBOOK_MAJOR_VERSION@_@EBOOK_MINOR_VERSION@_la_SOURCES = \
37 - EBOOKDocument.cpp
38 -
39 -+libe_book_internal_la_CPPFLAGS = -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED
40 - libe_book_internal_la_SOURCES = \
41 - EBOOKBitStream.cpp \
42 - EBOOKBitStream.h \
43
44 diff --git a/app-text/libebook/files/libebook-0.1.2-tests.patch b/app-text/libebook/files/libebook-0.1.2-tests.patch
45 deleted file mode 100644
46 index 624051a757a..00000000000
47 --- a/app-text/libebook/files/libebook-0.1.2-tests.patch
48 +++ /dev/null
49 @@ -1,27 +0,0 @@
50 -From 263d95ce191421a51d4b2d088297700032a8987b Mon Sep 17 00:00:00 2001
51 -From: eroen <eroen@×××××××××××.eu>
52 -Date: Mon, 19 Dec 2016 19:53:15 +0100
53 -Subject: [PATCH] Check for librevenge-stream if tests are enabled
54 -
55 -X-Gentoo-Bug: 603098
56 -X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=603098
57 ----
58 - configure.ac | 2 ++
59 - 1 file changed, 2 insertions(+)
60 -
61 -diff --git a/configure.ac b/configure.ac
62 -index 6e00ed5..ecbd14b 100644
63 ---- a/configure.ac
64 -+++ b/configure.ac
65 -@@ -357,6 +357,8 @@ AS_IF([test "x$with_tools" = "xyes"],[
66 - PKG_CHECK_MODULES([REVENGE_GENERATORS],[
67 - librevenge-generators-0.0
68 - ])
69 -+])
70 -+AS_IF([test "x$with_tools" = "xyes" || test "x$enable_tests" = "xyes"],[
71 - PKG_CHECK_MODULES([REVENGE_STREAM],[
72 - librevenge-stream-0.0
73 - ])
74 ---
75 -2.11.0
76 -
77
78 diff --git a/app-text/libebook/libebook-0.1.2-r1.ebuild b/app-text/libebook/libebook-0.1.2-r1.ebuild
79 deleted file mode 100644
80 index d7fb8e60918..00000000000
81 --- a/app-text/libebook/libebook-0.1.2-r1.ebuild
82 +++ /dev/null
83 @@ -1,63 +0,0 @@
84 -# Copyright 1999-2019 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=6
88 -
89 -MY_PN="libe-book"
90 -MY_P="${MY_PN}-${PV}"
91 -
92 -inherit autotools flag-o-matic
93 -
94 -DESCRIPTION="Library parsing various ebook formats"
95 -HOMEPAGE="https://www.sourceforge.net/projects/libebook/"
96 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
97 -
98 -LICENSE="MPL-2.0"
99 -SLOT="0"
100 -KEYWORDS="amd64 ~arm arm64 x86"
101 -IUSE="doc test tools"
102 -RESTRICT="!test? ( test )"
103 -
104 -RDEPEND="
105 - dev-libs/icu:=
106 - dev-libs/librevenge
107 - dev-libs/libxml2
108 - sys-libs/zlib
109 -"
110 -DEPEND="${RDEPEND}
111 - dev-libs/boost
112 - dev-util/gperf
113 - virtual/pkgconfig
114 - doc? ( app-doc/doxygen )
115 - test? ( dev-util/cppunit )
116 -"
117 -RDEPEND="${RDEPEND}"
118 -
119 -S="${WORKDIR}/${MY_P}"
120 -
121 -PATCHES=(
122 - "${FILESDIR}/${P}-boost-1.59-makefile.patch"
123 - "${FILESDIR}/${P}-tests.patch"
124 -)
125 -
126 -src_prepare() {
127 - default
128 - eautoreconf
129 -}
130 -
131 -src_configure() {
132 - # bug 618854
133 - append-cxxflags -std=c++14
134 -
135 - econf \
136 - --disable-static \
137 - --disable-werror \
138 - $(use_with doc docs) \
139 - $(use_enable test tests) \
140 - $(use_with tools)
141 -}
142 -
143 -src_install() {
144 - default
145 - find "${D}" -name '*.la' -delete || die
146 -}