[gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/files/, app-text/libetonyek/

2021-06-10 Thread Andreas Sturmlechner
commit: 38c0862b0b5d6822c569df3d537e2a43975fe88e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  6 17:02:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 10 15:32:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c0862b

app-text/libetonyek: Drop 0.1.9-r1

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/Manifest   |  1 -
 .../files/libetonyek-0.1.9-boost-1.73.patch| 12 
 app-text/libetonyek/libetonyek-0.1.9-r1.ebuild | 66 --
 3 files changed, 79 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 475aa43f70d..710f9294bb5 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,2 +1 @@
 DIST libetonyek-0.1.10.tar.xz 1494000 BLAKE2B 
1c47b410050380d134d96b5551f0c9186c24aa0ea52c801e26655e3013f030e92198d8e3f19e8a341744206eeaad2d10ca130f286fd42c8a9c3b56f773cfa7d5
 SHA512 
516a14fcb7b7b5898484a4263d593a036ac728b90144da9d1c22a5d0fdffc879839e19a7b390f99d924c390d433e64433fb08939b1e04ca24359315571c5772b
-DIST libetonyek-0.1.9.tar.xz 1477064 BLAKE2B 
088d27c83d4aff41cb208cf840def78e323f378a1b7d456448db3abf51d1e850c8159ace75c8836958b533c2b84e583d5a622e638081230d2f862f6d1d175e98
 SHA512 
3f439b369d450bb1a4bdb3fe92023bda234b323cf676570f1738318c56867a97910f536280b9b164c3fdaa423a3ee669c935df75a5c700bc1530ea5b9a00391e

diff --git a/app-text/libetonyek/files/libetonyek-0.1.9-boost-1.73.patch 
b/app-text/libetonyek/files/libetonyek-0.1.9-boost-1.73.patch
deleted file mode 100644
index 2992f9f1add..000
--- a/app-text/libetonyek/files/libetonyek-0.1.9-boost-1.73.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/lib/NUM3Parser.cpp b/src/lib/NUM3Parser.cpp
-index 6dc0e9a..6f8e79e 100644
 a/src/lib/NUM3Parser.cpp
-+++ b/src/lib/NUM3Parser.cpp
-@@ -7,6 +7,7 @@
-  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-  */
- 
-+#include 
- #include 
- 
- #include "NUM3Parser.h"
\ No newline at end of file

diff --git a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
deleted file mode 100644
index 66621ce15c8..000
--- a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == * ]]; then
-   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git;
-   inherit autotools git-r3
-else
-   SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-fi
-DESCRIPTION="Library parsing Apple Keynote presentations"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek;
-
-LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
-SLOT="0"
-IUSE="doc static-libs test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-RDEPEND="
-   app-text/liblangtag
-   dev-libs/librevenge
-   dev-libs/libxml2
-   >=dev-util/mdds-1.4.3:1=
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   media-libs/glm
-   sys-devel/libtool
-   test? ( dev-util/cppunit )
-"
-
-PATCHES=( "${FILESDIR}/${P}-boost-1.73.patch" ) # bug 722042
-
-src_prepare() {
-   default
-   [[ -d m4 ]] || mkdir "m4"
-   [[ ${PV} == * ]] && eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --disable-werror
-   $(use_with doc docs)
-   $(use_enable static-libs static)
-   $(use_enable test tests)
-   )
-   if has_version ">=dev-util/mdds-1.5"; then
-   myeconfargs+=( --with-mdds=1.5 )
-   else
-   myeconfargs+=( --with-mdds=1.4 )
-   fi
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/files/, app-text/libetonyek/

2020-05-14 Thread Andreas Sturmlechner
commit: f39ebfce6ea758c721ecb0b1fc053ebb61b80765
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 14 19:02:58 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 14 20:10:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39ebfce

app-text/libetonyek: Fix build with boost-1.73

Reported-by: Pavel Volkov  thurston.ru>
Closes: https://bugs.gentoo.org/722042
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/files/libetonyek-0.1.9-boost-1.73.patch | 12 
 app-text/libetonyek/libetonyek-0.1.9-r1.ebuild  |  2 ++
 2 files changed, 14 insertions(+)

diff --git a/app-text/libetonyek/files/libetonyek-0.1.9-boost-1.73.patch 
b/app-text/libetonyek/files/libetonyek-0.1.9-boost-1.73.patch
new file mode 100644
index 000..2992f9f1add
--- /dev/null
+++ b/app-text/libetonyek/files/libetonyek-0.1.9-boost-1.73.patch
@@ -0,0 +1,12 @@
+diff --git a/src/lib/NUM3Parser.cpp b/src/lib/NUM3Parser.cpp
+index 6dc0e9a..6f8e79e 100644
+--- a/src/lib/NUM3Parser.cpp
 b/src/lib/NUM3Parser.cpp
+@@ -7,6 +7,7 @@
+  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+  */
+ 
++#include 
+ #include 
+ 
+ #include "NUM3Parser.h"
\ No newline at end of file

diff --git a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
index 63aab3eb452..43f51e4a6e2 100644
--- a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
@@ -36,6 +36,8 @@ DEPEND="${RDEPEND}
test? ( dev-util/cppunit )
 "
 
+PATCHES=( "${FILESDIR}/${P}-boost-1.73.patch" ) # bug 722042
+
 src_prepare() {
default
[[ -d m4 ]] || mkdir "m4"



[gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/files/, app-text/libetonyek/

2019-02-17 Thread Andreas Sturmlechner
commit: 15f5593d7344f9218749b0273621541a9beafd0f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 17 19:15:04 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 17 22:59:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f5593d

app-text/libetonyek: Drop 0.1.8

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/Manifest   |  1 -
 .../files/libetonyek-0.1.8-glm-0.9.9.patch | 12 
 .../files/libetonyek-0.1.8-no-parentheses.patch| 29 --
 .../files/libetonyek-0.1.8-typo-fix.patch  | 28 -
 app-text/libetonyek/libetonyek-0.1.8-r1.ebuild | 67 --
 app-text/libetonyek/libetonyek-0.1.8.ebuild| 56 --
 6 files changed, 193 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 7a9f758407e..00c59b08dfc 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,2 +1 @@
-DIST libetonyek-0.1.8.tar.xz 1324868 BLAKE2B 
2088349df75011f54f5822ffd69336a7942a148ff829111c02efbfb99c705a9e00105147942f3e9e81278be3b1f2be4d63aba8cbf6a54127f04fc547df6b7b1d
 SHA512 
c8c08100b0c75e0420bbcd796f7cb9285e77ce1be34757df5b237d114a428a4a6094f12e442f81769a2fac5be45ea4376ff9e1d90448e18b3443bfe7c645a865
 DIST libetonyek-0.1.9.tar.xz 1477064 BLAKE2B 
088d27c83d4aff41cb208cf840def78e323f378a1b7d456448db3abf51d1e850c8159ace75c8836958b533c2b84e583d5a622e638081230d2f862f6d1d175e98
 SHA512 
3f439b369d450bb1a4bdb3fe92023bda234b323cf676570f1738318c56867a97910f536280b9b164c3fdaa423a3ee669c935df75a5c700bc1530ea5b9a00391e

diff --git a/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch 
b/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch
deleted file mode 100644
index db78fa81d47..000
--- a/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Gentoo-bug: https://bugs.gentoo.org/657820
-
 a/configure.ac 2018-03-18 14:51:31.0 +0100
-+++ b/configure.ac 2018-07-11 23:13:14.901127036 +0200
-@@ -119,7 +119,6 @@
- saved_CPPFLAGS="${CPPFLAGS}"
- CPPFLAGS="${GLM_CFLAGS} ${CPPFLAGS}"
- GLM_headers="glm/glm.hpp"
--AS_IF([test "x$enable_tests" == "xyes"], [GLM_headers="$GLM_headers 
glm/gtx/io.hpp"], [])
- AC_CHECK_HEADERS(
- [$GLM_headers],
- [],

diff --git a/app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch 
b/app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch
deleted file mode 100644
index e13fe5f31ce..000
--- a/app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 935cb58a61e45f441bdea143317a7d0d52c7f944 Mon Sep 17 00:00:00 2001
-From: David Tardon 
-Date: Sat, 5 May 2018 14:01:43 +0200
-Subject: [PATCH] =?utf8?q?WaE:=20unnecessary=20parentheses=20in=20declarat?=
- =?utf8?q?ion=20of=20=E2=80=98aligns=E2=80=99?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=utf8
-Content-Transfer-Encoding: 8bit
-
-Change-Id: Ic3cb38d071db8e3947c09a4b216b62d18e01b6aa

- src/lib/IWAParser.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/lib/IWAParser.cpp b/src/lib/IWAParser.cpp
-index ab9c6c8..973610e 100644
 a/src/lib/IWAParser.cpp
-+++ b/src/lib/IWAParser.cpp
-@@ -1676,7 +1676,7 @@ void IWAParser::parseCellStyle(const unsigned id, 
IWORKStylePtr_t )
-   auto align=get(properties.uint32(8));
-   if (align<=2)
-   {
--const IWORKVerticalAlignment(aligns[])=
-+const IWORKVerticalAlignment aligns[] =
- {
-   IWORK_VERTICAL_ALIGNMENT_TOP, IWORK_VERTICAL_ALIGNMENT_MIDDLE, 
IWORK_VERTICAL_ALIGNMENT_BOTTOM
- };
--- 
-2.11.0

diff --git a/app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch 
b/app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch
deleted file mode 100644
index 32593fed480..000
--- a/app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 9b78187ac2ccca0158cc9cc0bcc0576b457a78d7 Mon Sep 17 00:00:00 2001
-From: =?utf8?q?Caol=C3=A1n=20McNamara?= 
-Date: Mon, 23 Apr 2018 17:20:16 +0100
-Subject: [PATCH] intial-creator->initial-creator
-
-Change-Id: I6fe5d0732edb97ac7ff6d527f48543cab1bb3f7b
-Reviewed-on: https://gerrit.libreoffice.org/53337
-Reviewed-by: David Tardon 
-Tested-by: David Tardon 

- src/lib/IWORKCollector.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/lib/IWORKCollector.cpp b/src/lib/IWORKCollector.cpp
-index 0e0c775..4252a49 100644
 a/src/lib/IWORKCollector.cpp
-+++ b/src/lib/IWORKCollector.cpp
-@@ -771,7 +771,7 @@ void 
IWORKCollector::fillMetadata(librevenge::RVNGPropertyList )
-   if (!m_metadata.m_title.empty())
- props.insert("dc:subject", m_metadata.m_title.c_str());
-   if (!m_metadata.m_author.empty())
--props.insert("meta:intial-creator", m_metadata.m_author.c_str());
-+

[gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/files/, app-text/libetonyek/

2018-07-12 Thread Andreas Sturmlechner
commit: 99b68c7b6f6871337ea94547b6bb9910a6f68e8b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 11 21:20:19 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 12 06:49:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b68c7b

app-text/libetonyek: Fix configure with USE=test

Upstream forgot to remove an obsolete header check.

Closes: https://bugs.gentoo.org/657820
Package-Manager: Portage-2.3.42, Repoman-2.3.9

 app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch | 12 
 app-text/libetonyek/libetonyek-0.1.8.ebuild|  9 ++---
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch 
b/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch
new file mode 100644
index 000..db78fa81d47
--- /dev/null
+++ b/app-text/libetonyek/files/libetonyek-0.1.8-glm-0.9.9.patch
@@ -0,0 +1,12 @@
+Gentoo-bug: https://bugs.gentoo.org/657820
+
+--- a/configure.ac 2018-03-18 14:51:31.0 +0100
 b/configure.ac 2018-07-11 23:13:14.901127036 +0200
+@@ -119,7 +119,6 @@
+ saved_CPPFLAGS="${CPPFLAGS}"
+ CPPFLAGS="${GLM_CFLAGS} ${CPPFLAGS}"
+ GLM_headers="glm/glm.hpp"
+-AS_IF([test "x$enable_tests" == "xyes"], [GLM_headers="$GLM_headers 
glm/gtx/io.hpp"], [])
+ AC_CHECK_HEADERS(
+ [$GLM_headers],
+ [],

diff --git a/app-text/libetonyek/libetonyek-0.1.8.ebuild 
b/app-text/libetonyek/libetonyek-0.1.8.ebuild
index 39b6f10a69f..7e445ac2171 100644
--- a/app-text/libetonyek/libetonyek-0.1.8.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.8.ebuild
@@ -4,7 +4,8 @@
 EAPI=6
 
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git;
-[[ ${PV} ==  ]] && inherit autotools git-r3
+[[ ${PV} ==  ]] && inherit git-r3
+inherit autotools
 
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek;
@@ -20,7 +21,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   sys-libs/zlib
+   sys-libs/zlib:=
 "
 DEPEND="${RDEPEND}
dev-libs/boost
@@ -32,10 +33,12 @@ DEPEND="${RDEPEND}
test? ( dev-util/cppunit )
 "
 
+PATCHES=( "${FILESDIR}/${P}-glm-0.9.9.patch" )
+
 src_prepare() {
default
[[ -d m4 ]] || mkdir "m4"
-   [[ ${PV} ==  ]] && eautoreconf
+   eautoreconf
 }
 
 src_configure() {