From cdc78e287de256ad82dbf3a42e8e9bd38afe478d Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 30 Oct 2020 17:22:43 +0100 Subject: app-text/libebook: Drop 0.1.2-r1 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner --- app-text/libebook/Manifest | 1 - .../files/libebook-0.1.2-boost-1.59-makefile.patch | 10 ---- app-text/libebook/files/libebook-0.1.2-tests.patch | 27 ---------- app-text/libebook/libebook-0.1.2-r1.ebuild | 63 ---------------------- 4 files changed, 101 deletions(-) delete mode 100644 app-text/libebook/files/libebook-0.1.2-boost-1.59-makefile.patch delete mode 100644 app-text/libebook/files/libebook-0.1.2-tests.patch delete mode 100644 app-text/libebook/libebook-0.1.2-r1.ebuild diff --git a/app-text/libebook/Manifest b/app-text/libebook/Manifest index b9dc46f930d0..640e6982bbfd 100644 --- a/app-text/libebook/Manifest +++ b/app-text/libebook/Manifest @@ -1,2 +1 @@ -DIST libe-book-0.1.2.tar.bz2 465922 BLAKE2B 11898cb34d41a6abbf256ed8a7ff44006f239616987ca5883a8a611041bcda2cce221acc00c57cd36d94f8c26510889df3206ca4f071c23ae272262938e2c396 SHA512 82982874f9c0f5e400166e9367a4b6017cf11bbd69e2e79240137385a5d68ddea08f13676f8c5d0e983f441de17cda9f4b5f7c90c5cb3515e319de638edf3a38 DIST libe-book-0.1.3.tar.bz2 510498 BLAKE2B e29f9f80a85210447494af20cf30ce7f231ef43f40af9683df7f63e172f5ff8d944d74b995b5850856b2736044b1a5a1ac386262e52a48575325339224a1d339 SHA512 9afa2949f702a34fd6278145ce8d18d504326ed5a103bbc872d0493fcf3e2166d41d094bb0d74b80aa913ca6d082f5bd3259799a4a3c7359331ccdfa1e029a21 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 deleted file mode 100644 index 9869b308c73c..000000000000 --- a/app-text/libebook/files/libebook-0.1.2-boost-1.59-makefile.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/lib/Makefile.am -+++ b/src/lib/Makefile.am -@@ -64,6 +64,7 @@ - libe_book_@EBOOK_MAJOR_VERSION@_@EBOOK_MINOR_VERSION@_la_SOURCES = \ - EBOOKDocument.cpp - -+libe_book_internal_la_CPPFLAGS = -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED - libe_book_internal_la_SOURCES = \ - EBOOKBitStream.cpp \ - EBOOKBitStream.h \ diff --git a/app-text/libebook/files/libebook-0.1.2-tests.patch b/app-text/libebook/files/libebook-0.1.2-tests.patch deleted file mode 100644 index 624051a757aa..000000000000 --- a/app-text/libebook/files/libebook-0.1.2-tests.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 263d95ce191421a51d4b2d088297700032a8987b Mon Sep 17 00:00:00 2001 -From: eroen -Date: Mon, 19 Dec 2016 19:53:15 +0100 -Subject: [PATCH] Check for librevenge-stream if tests are enabled - -X-Gentoo-Bug: 603098 -X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=603098 ---- - configure.ac | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/configure.ac b/configure.ac -index 6e00ed5..ecbd14b 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -357,6 +357,8 @@ AS_IF([test "x$with_tools" = "xyes"],[ - PKG_CHECK_MODULES([REVENGE_GENERATORS],[ - librevenge-generators-0.0 - ]) -+]) -+AS_IF([test "x$with_tools" = "xyes" || test "x$enable_tests" = "xyes"],[ - PKG_CHECK_MODULES([REVENGE_STREAM],[ - librevenge-stream-0.0 - ]) --- -2.11.0 - diff --git a/app-text/libebook/libebook-0.1.2-r1.ebuild b/app-text/libebook/libebook-0.1.2-r1.ebuild deleted file mode 100644 index d7fb8e609183..000000000000 --- a/app-text/libebook/libebook-0.1.2-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="libe-book" -MY_P="${MY_PN}-${PV}" - -inherit autotools flag-o-matic - -DESCRIPTION="Library parsing various ebook formats" -HOMEPAGE="https://www.sourceforge.net/projects/libebook/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" -IUSE="doc test tools" -RESTRICT="!test? ( 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}" - -PATCHES=( - "${FILESDIR}/${P}-boost-1.59-makefile.patch" - "${FILESDIR}/${P}-tests.patch" -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - # bug 618854 - append-cxxflags -std=c++14 - - econf \ - --disable-static \ - --disable-werror \ - $(use_with doc docs) \ - $(use_enable test tests) \ - $(use_with tools) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} -- cgit v1.2.3-65-gdbad