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

2025-12-01 Thread Sam James
commit: 4d72865930935e7c2d5c20be7d5d51c0f8bb8829
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  2 03:17:03 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  2 03:17:21 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d728659

app-text/libetonyek: sync live

Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.13.ebuild  | 4 ++--
 app-text/libetonyek/libetonyek--r1.ebuild | 6 --
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.13.ebuild 
b/app-text/libetonyek/libetonyek-0.1.13.ebuild
index f54e3041b761..0a1d8e4a3fc4 100644
--- a/app-text/libetonyek/libetonyek-0.1.13.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.13.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit autotools
+
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.libreoffice.org/libetonyek.git";
inherit git-r3
@@ -10,7 +12,6 @@ else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
 fi
-inherit autotools
 
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
@@ -51,7 +52,6 @@ src_configure() {
$(use_with doc docs)
$(use_enable test tests)
)
-
econf "${myeconfargs[@]}"
 }
 

diff --git a/app-text/libetonyek/libetonyek--r1.ebuild 
b/app-text/libetonyek/libetonyek--r1.ebuild
index d7bb9b362af2..677f4b35be7d 100644
--- a/app-text/libetonyek/libetonyek--r1.ebuild
+++ b/app-text/libetonyek/libetonyek--r1.ebuild
@@ -5,9 +5,11 @@ EAPI=8
 
 MDDS_VER="3.0"
 
+inherit autotools
+
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.libreoffice.org/libetonyek.git";
-   inherit autotools git-r3
+   inherit git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
@@ -42,7 +44,7 @@ BDEPEND="
 src_prepare() {
default
[[ -d m4 ]] || mkdir "m4" || die
-   [[ ${PV} == ** ]] && eautoreconf
+   eautoreconf
 }
 
 src_configure() {



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

2025-12-01 Thread Sam James
commit: 4e6fd278984617728e201533d3dc6170a5714b90
Author: Nicholas Vinson  gmail  com>
AuthorDate: Tue Dec  2 00:15:18 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  2 03:17:20 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6fd278

app-text/libetonyek: always run eautoreconf

Because gcc-16 defaults to -std=c++20 for C++ builds, the configure
script for libetonyek needs to be regenerated to pull in autoconf fixes
for AC_PROG_CXX tests.

Closes: https://bugs.gentoo.org/966934
Signed-off-by: Nicholas Vinson  gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44862
Closes: https://github.com/gentoo/gentoo/pull/44862
Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.13.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.13.ebuild 
b/app-text/libetonyek/libetonyek-0.1.13.ebuild
index afdfa7661b80..f54e3041b761 100644
--- a/app-text/libetonyek/libetonyek-0.1.13.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.13.ebuild
@@ -5,11 +5,12 @@ EAPI=8
 
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.libreoffice.org/libetonyek.git";
-   inherit autotools git-r3
+   inherit git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
 fi
+inherit autotools
 
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
@@ -40,7 +41,7 @@ BDEPEND="
 src_prepare() {
default
[[ -d m4 ]] || mkdir "m4" || die
-   [[ ${PV} == ** ]] && eautoreconf
+   eautoreconf
 }
 
 src_configure() {



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

2025-11-21 Thread Andreas Sturmlechner
commit: 385a5c84992f08262ada693df6f2ede68ef71fe3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov 21 18:03:12 2025 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 21 18:05:34 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385a5c84

app-text/libetonyek: drop 0.1.12-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/Manifest   |  1 -
 ...yek-0.1.12-missing-numbers-function-names.patch | 33 
 app-text/libetonyek/libetonyek-0.1.12-r1.ebuild| 62 --
 3 files changed, 96 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 9be2f9a7c25e..623b3d109f52 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,2 +1 @@
-DIST libetonyek-0.1.12.tar.xz 1513688 BLAKE2B 
d2333229d619019965f4837b3201f6f4caa4a284988a859ccbc1eab8624154135d2ca8e7b3aba5a332b2cb9b683de53ecf147d99ed09acb6c86e2a518fb60b77
 SHA512 
7b194a3ba8fc5b83b27e69c9cb7ac26df3830a1d2d2e114b01bfd63cf144f41d8c3c238e39e67bb96101fa2ed80e6b41a328a7cdd70628bdd3b9b732576b0980
 DIST libetonyek-0.1.13.tar.xz 1514256 BLAKE2B 
1ed81b1c6720a75c9ba9005e763da3a00705794d427a0edeb895e1f9feac69656c5870cb35bb864612fbd0e4fed5ef7f0d7e4a411c1db8622bbea06eb7435281
 SHA512 
4ef485cc816ca570ec976b63783f457f7e3b2308c46b22712ce888fe668474c9670677d5dc93bd6ada477db9c2039d8c1bfec30c6c396d3c65a4e0292c168d36

diff --git 
a/app-text/libetonyek/files/libetonyek-0.1.12-missing-numbers-function-names.patch
 
b/app-text/libetonyek/files/libetonyek-0.1.12-missing-numbers-function-names.patch
deleted file mode 100644
index d4608cbb9686..
--- 
a/app-text/libetonyek/files/libetonyek-0.1.12-missing-numbers-function-names.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 7cfb47c7614b01ee4b4ccb881f0ab37e9e2e497d Mon Sep 17 00:00:00 2001
-From: jlorber 
-Date: Tue, 04 Mar 2025 12:12:41 +0100
-Subject: [PATCH] tdf#151166 add missing Numbers function names
-
-Change-Id: I5f01e4f1412cf2d4a679fbf5d511475cf04c77ee
-Reviewed-on: https://gerrit.libreoffice.org/c/libetonyek/+/182473
-Tested-by: Ilmari Lauhakangas 
-Reviewed-by: Ilmari Lauhakangas 

-
-diff --git a/src/lib/IWAParser.cpp b/src/lib/IWAParser.cpp
-index 938d761..8b4f759 100644
 a/src/lib/IWAParser.cpp
-+++ b/src/lib/IWAParser.cpp
-@@ -3593,7 +3593,16 @@
-   {285, "Union.Ranges"},
-   {286, "SeriesSum"}, {287, "Polynomial"}, {288, "WeiBull"},
-   {297, "PlainText"}, {298, "Stock"}, {299, "StockH"}, {300, 
"Currency"},
--  {301, "CurrencyH"}, {302, "CurrencyConvert"}, {303, "CurrencyCode"}
-+  {301, "CurrencyH"}, {302, "CurrencyConvert"}, {303, "CurrencyCode"},
-+{304, "IsNumber"}, {305, "IsText"}, {306, "IsDate"},
-+{309, "MaxIfs"}, {310, "MinIfs"}, {311, "XIRR"}, {312, "XNPV"}, {313, 
"Ifs"},
-+{314, "XLookup"}, {315, "XMatch"}, {316, "Subtotal"}, {317, 
"CountMatches"},
-+{318, "TextBefore"}, {319, "TextBetween"}, {320, "TextAfter"},
-+{321, "Regex"}, {322, "Reference.Name"}, {323, "FormulaText"}, {324, 
"Regex.Extract"},
-+{325, "GetPivotData"}, {328, "TextJoin"}, {329, "Concat"},
-+{330, "BitAnd"}, {331, "BitOr"}, {332, "BitXor"}, {333, "BitLShift"}, 
{334, "BitRShift"},
-+{335, "ISOWeekNum"}, {336, "Switch"}
-+
- };
- Formula child;
- std::ostringstream s;

diff --git a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
deleted file mode 100644
index 648ecf20a5c1..
--- a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://git.libreoffice.org/libetonyek.git";
-   inherit autotools git-r3
-else
-   SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv 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 test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/liblangtag
-   dev-libs/librevenge
-   dev-libs/libxml2:=
-   >=dev-util/mdds-2.1:1=
-   virtual/zlib:=
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   media-libs/glm
-   dev-build/libtool
-   test? ( dev-util/cppunit )
-"
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-text/doxygen )
-"
-
-PATCHES=( "${FILESDIR}/${P}-missing-numbers-function-names.patch" )
-
-src_prepare() {
-   default
-   [[ -d m4 ]] || mkdir "m4" || die
-   [[ ${PV} == ** ]] && eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --disable-werror
-   --with-mdds=2.1
-  

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

2025-11-20 Thread Arthur Zamarin
commit: 6a627529306f6bf11917c7938401ebe24c798bc1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 20 09:34:52 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 20 09:34:52 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a627529

app-text/libetonyek: Stabilize 0.1.13 arm64, #965762

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.13.ebuild 
b/app-text/libetonyek/libetonyek-0.1.13.ebuild
index 23997963ea00..afdfa7661b80 100644
--- a/app-text/libetonyek/libetonyek-0.1.13.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.13.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2025-11-20 Thread Arthur Zamarin
commit: 7707d3dc849726695191eb4d800b77a4ac604571
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 20 09:34:45 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 20 09:34:45 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7707d3dc

app-text/libetonyek: Stabilize 0.1.13 ppc64, #965762

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.13.ebuild 
b/app-text/libetonyek/libetonyek-0.1.13.ebuild
index ad482e54d44d..23997963ea00 100644
--- a/app-text/libetonyek/libetonyek-0.1.13.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.13.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2025-11-20 Thread Arthur Zamarin
commit: 7fb2254b9309757432723b7860afb5b88403ec3b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov 20 09:34:36 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov 20 09:34:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb2254b

app-text/libetonyek: Stabilize 0.1.13 x86, #965762

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.13.ebuild 
b/app-text/libetonyek/libetonyek-0.1.13.ebuild
index eee37942c03d..ad482e54d44d 100644
--- a/app-text/libetonyek/libetonyek-0.1.13.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.13.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2025-09-26 Thread Andreas Sturmlechner
commit: d912861e1bbfb8f3905270b6967b5bad27d56dd0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 26 11:52:42 2025 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep 26 12:12:49 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d912861e

app-text/libetonyek: add 0.1.13

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/Manifest |  1 +
 app-text/libetonyek/libetonyek-0.1.13.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 9472f5565d0b..9be2f9a7c25e 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1 +1,2 @@
 DIST libetonyek-0.1.12.tar.xz 1513688 BLAKE2B 
d2333229d619019965f4837b3201f6f4caa4a284988a859ccbc1eab8624154135d2ca8e7b3aba5a332b2cb9b683de53ecf147d99ed09acb6c86e2a518fb60b77
 SHA512 
7b194a3ba8fc5b83b27e69c9cb7ac26df3830a1d2d2e114b01bfd63cf144f41d8c3c238e39e67bb96101fa2ed80e6b41a328a7cdd70628bdd3b9b732576b0980
+DIST libetonyek-0.1.13.tar.xz 1514256 BLAKE2B 
1ed81b1c6720a75c9ba9005e763da3a00705794d427a0edeb895e1f9feac69656c5870cb35bb864612fbd0e4fed5ef7f0d7e4a411c1db8622bbea06eb7435281
 SHA512 
4ef485cc816ca570ec976b63783f457f7e3b2308c46b22712ce888fe668474c9670677d5dc93bd6ada477db9c2039d8c1bfec30c6c396d3c65a4e0292c168d36

diff --git a/app-text/libetonyek/libetonyek-0.1.13.ebuild 
b/app-text/libetonyek/libetonyek-0.1.13.ebuild
new file mode 100644
index ..2b18041168b9
--- /dev/null
+++ b/app-text/libetonyek/libetonyek-0.1.13.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://git.libreoffice.org/libetonyek.git";
+   inherit autotools git-r3
+else
+   SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~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 test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/liblangtag
+   dev-libs/librevenge
+   dev-libs/libxml2:=
+   >=dev-util/mdds-2.1:1=
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   media-libs/glm
+   dev-build/libtool
+   test? ( dev-util/cppunit )
+"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-text/doxygen )
+"
+
+src_prepare() {
+   default
+   [[ -d m4 ]] || mkdir "m4" || die
+   [[ ${PV} == ** ]] && eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-werror
+   --with-mdds=2.1
+   $(use_with doc docs)
+   $(use_enable test tests)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -type f -delete || die
+}



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

2025-07-05 Thread Andreas Sturmlechner
commit: 35beb667dcc1fd059a5446913a8cbf28ac95603e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  5 12:32:14 2025 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  5 17:51:50 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35beb667

app-text/libetonyek: drop 0.1.12

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.12.ebuild | 60 
 1 file changed, 60 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.12.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12.ebuild
deleted file mode 100644
index bb5f6c689b9c..
--- a/app-text/libetonyek/libetonyek-0.1.12.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~loong ppc64 ~riscv 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 test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/liblangtag
-   dev-libs/librevenge
-   dev-libs/libxml2
-   >=dev-util/mdds-2.1:1=
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   media-libs/glm
-   dev-build/libtool
-   test? ( dev-util/cppunit )
-"
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-text/doxygen )
-"
-
-src_prepare() {
-   default
-   [[ -d m4 ]] || mkdir "m4" || die
-   [[ ${PV} == ** ]] && eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --disable-werror
-   --with-mdds=2.1
-   $(use_with doc docs)
-   $(use_enable test tests)
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -type f -delete || die
-}



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

2025-07-04 Thread Arthur Zamarin
commit: 5366cc29d0c13f06d60185492c498a0017ea481b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul  4 20:35:43 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul  4 20:35:43 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5366cc29

app-text/libetonyek: Stabilize 0.1.12-r1 ppc64, #955539

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
index a8ef91e58467..cce25012344c 100644
--- a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2025-06-19 Thread Arthur Zamarin
commit: 1951455d9215975f8fd7f35ddd06cb3abd805c8e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 19 19:30:50 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 19 19:30:50 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1951455d

app-text/libetonyek: Stabilize 0.1.12-r1 x86, #955539

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
index b2f600d91f6e..a8ef91e58467 100644
--- a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2025-06-19 Thread Arthur Zamarin
commit: af4974dc187d6c46edda5ce4e91c755f83e3a93b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 19 19:30:45 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 19 19:30:45 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4974dc

app-text/libetonyek: Stabilize 0.1.12-r1 amd64, #955539

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
index 9cdb62594bd3..b2f600d91f6e 100644
--- a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2025-06-04 Thread Sam James
commit: 2c37ebd795704498bfa32e8820774d0ca5a2a767
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  4 22:03:08 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  4 22:03:08 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c37ebd7

app-text/libetonyek: Stabilize 0.1.12-r1 arm64, #955539

Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
index e5dff9289053..9cdb62594bd3 100644
--- a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2025-05-08 Thread Andreas Sturmlechner
commit: b89dbe969bb5732a4e36b37b53a73b4fd5d9f153
Author: Alfred Wingate  protonmail  com>
AuthorDate: Sat May  3 13:35:15 2025 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  8 21:41:25 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89dbe96

app-text/libetonyek: add dev-libs/libxml2 subslot op

... for incoming ABI break

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.12-r1.ebuild | 2 +-
 app-text/libetonyek/libetonyek-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
index e5b659b3517e..e5dff9289053 100644
--- a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
@@ -22,7 +22,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="
app-text/liblangtag
dev-libs/librevenge
-   dev-libs/libxml2
+   dev-libs/libxml2:=
>=dev-util/mdds-2.1:1=
sys-libs/zlib
 "

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 975c7f6efb90..071a12e516e6 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -24,7 +24,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="
app-text/liblangtag
dev-libs/librevenge
-   dev-libs/libxml2
+   dev-libs/libxml2:=
dev-util/mdds:1/${MDDS_VER}
sys-libs/zlib
 "



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

2025-05-08 Thread Andreas Sturmlechner
commit: 5eebb7efc26ca17599533e11ed77102f60a06d50
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  8 21:08:56 2025 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  8 21:41:24 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eebb7ef

app-text/libetonyek: add missing Numbers function names

See also:
https://bugs.documentfoundation.org/show_bug.cgi?id=151166

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...yek-0.1.12-missing-numbers-function-names.patch | 33 
 app-text/libetonyek/libetonyek-0.1.12-r1.ebuild| 62 ++
 2 files changed, 95 insertions(+)

diff --git 
a/app-text/libetonyek/files/libetonyek-0.1.12-missing-numbers-function-names.patch
 
b/app-text/libetonyek/files/libetonyek-0.1.12-missing-numbers-function-names.patch
new file mode 100644
index ..d4608cbb9686
--- /dev/null
+++ 
b/app-text/libetonyek/files/libetonyek-0.1.12-missing-numbers-function-names.patch
@@ -0,0 +1,33 @@
+From 7cfb47c7614b01ee4b4ccb881f0ab37e9e2e497d Mon Sep 17 00:00:00 2001
+From: jlorber 
+Date: Tue, 04 Mar 2025 12:12:41 +0100
+Subject: [PATCH] tdf#151166 add missing Numbers function names
+
+Change-Id: I5f01e4f1412cf2d4a679fbf5d511475cf04c77ee
+Reviewed-on: https://gerrit.libreoffice.org/c/libetonyek/+/182473
+Tested-by: Ilmari Lauhakangas 
+Reviewed-by: Ilmari Lauhakangas 
+---
+
+diff --git a/src/lib/IWAParser.cpp b/src/lib/IWAParser.cpp
+index 938d761..8b4f759 100644
+--- a/src/lib/IWAParser.cpp
 b/src/lib/IWAParser.cpp
+@@ -3593,7 +3593,16 @@
+   {285, "Union.Ranges"},
+   {286, "SeriesSum"}, {287, "Polynomial"}, {288, "WeiBull"},
+   {297, "PlainText"}, {298, "Stock"}, {299, "StockH"}, {300, 
"Currency"},
+-  {301, "CurrencyH"}, {302, "CurrencyConvert"}, {303, "CurrencyCode"}
++  {301, "CurrencyH"}, {302, "CurrencyConvert"}, {303, "CurrencyCode"},
++{304, "IsNumber"}, {305, "IsText"}, {306, "IsDate"},
++{309, "MaxIfs"}, {310, "MinIfs"}, {311, "XIRR"}, {312, "XNPV"}, {313, 
"Ifs"},
++{314, "XLookup"}, {315, "XMatch"}, {316, "Subtotal"}, {317, 
"CountMatches"},
++{318, "TextBefore"}, {319, "TextBetween"}, {320, "TextAfter"},
++{321, "Regex"}, {322, "Reference.Name"}, {323, "FormulaText"}, {324, 
"Regex.Extract"},
++{325, "GetPivotData"}, {328, "TextJoin"}, {329, "Concat"},
++{330, "BitAnd"}, {331, "BitOr"}, {332, "BitXor"}, {333, "BitLShift"}, 
{334, "BitRShift"},
++{335, "ISOWeekNum"}, {336, "Switch"}
++
+ };
+ Formula child;
+ std::ostringstream s;

diff --git a/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
new file mode 100644
index ..e5b659b3517e
--- /dev/null
+++ b/app-text/libetonyek/libetonyek-0.1.12-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~loong ~ppc64 ~riscv ~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 test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/liblangtag
+   dev-libs/librevenge
+   dev-libs/libxml2
+   >=dev-util/mdds-2.1:1=
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   media-libs/glm
+   dev-build/libtool
+   test? ( dev-util/cppunit )
+"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-text/doxygen )
+"
+
+PATCHES=( "${FILESDIR}/${P}-missing-numbers-function-names.patch" )
+
+src_prepare() {
+   default
+   [[ -d m4 ]] || mkdir "m4" || die
+   [[ ${PV} == ** ]] && eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-werror
+   --with-mdds=2.1
+   $(use_with doc docs)
+   $(use_enable test tests)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -type f -delete || die
+}



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

2025-03-09 Thread Andreas Sturmlechner
commit: b9bf38fef183b67ba945c079bf58aa40f556b9de
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  9 20:26:59 2025 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  9 22:05:08 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bf38fe

app-text/libetonyek: drop 0.1.10-r2, 0.1.11

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/Manifest|  2 -
 app-text/libetonyek/libetonyek-0.1.10-r2.ebuild | 65 -
 app-text/libetonyek/libetonyek-0.1.11.ebuild| 60 ---
 3 files changed, 127 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 3edc2b7afc4a..9472f5565d0b 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,3 +1 @@
-DIST libetonyek-0.1.10.tar.xz 1494000 BLAKE2B 
1c47b410050380d134d96b5551f0c9186c24aa0ea52c801e26655e3013f030e92198d8e3f19e8a341744206eeaad2d10ca130f286fd42c8a9c3b56f773cfa7d5
 SHA512 
516a14fcb7b7b5898484a4263d593a036ac728b90144da9d1c22a5d0fdffc879839e19a7b390f99d924c390d433e64433fb08939b1e04ca24359315571c5772b
-DIST libetonyek-0.1.11.tar.xz 1513056 BLAKE2B 
2c96e85b4c11ae33a858e3b3f6ec3c76aaa9b9a4e798f436ae5a379adc48622ca5f1da1d7a7b29b2dac8dab27c05acc2f98d778c5258432c688534fbcce0eb86
 SHA512 
b04593062d905340fdc6049d9fcd4524f8f8d8e313041b1ca811c63c08b218398b11a5cd6c3c724659d108c6f15756d5a87c88e85e27b2b5ed846af3b90de2ab
 DIST libetonyek-0.1.12.tar.xz 1513688 BLAKE2B 
d2333229d619019965f4837b3201f6f4caa4a284988a859ccbc1eab8624154135d2ca8e7b3aba5a332b2cb9b683de53ecf147d99ed09acb6c86e2a518fb60b77
 SHA512 
7b194a3ba8fc5b83b27e69c9cb7ac26df3830a1d2d2e114b01bfd63cf144f41d8c3c238e39e67bb96101fa2ed80e6b41a328a7cdd70628bdd3b9b732576b0980

diff --git a/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
deleted file mode 100644
index 4cad77ca17f5..
--- a/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~loong ppc64 ~riscv 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 )"
-
-RDEPEND="
-   app-text/liblangtag
-   dev-libs/librevenge
-   dev-libs/libxml2
-   >=dev-util/mdds-2.0:1=
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   media-libs/glm
-   dev-build/libtool
-   test? ( dev-util/cppunit )
-"
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-text/doxygen )
-"
-
-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-2.1"; then
-   myeconfargs+=( --with-mdds=2.1 )
-   else
-   myeconfargs+=( --with-mdds=2.0 )
-   fi
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}

diff --git a/app-text/libetonyek/libetonyek-0.1.11.ebuild 
b/app-text/libetonyek/libetonyek-0.1.11.ebuild
deleted file mode 100644
index 535cecb7dd54..
--- a/app-text/libetonyek/libetonyek-0.1.11.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~loong ~ppc64 ~riscv ~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 test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-text/liblangtag
-   dev-libs/librevenge
-   dev-libs/libxml2
-   >=dev-util/mdds-2.1:1=
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   media-libs/glm
-   dev-build/libtool
-   test? ( dev-util/cppunit )
-"
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-text/doxygen )
-"
-
-src_prepare() {
-   

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

2025-01-12 Thread Sam James
commit: f23880286f73966531df39eecaa05925061bd966
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 13 00:24:19 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 13 00:24:19 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2388028

app-text/libetonyek: Stabilize 0.1.12 x86, #946599

Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.12.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12.ebuild
index 535cecb7dd54..3caf2d186edd 100644
--- a/app-text/libetonyek/libetonyek-0.1.12.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2025-01-12 Thread Sam James
commit: 0d2c73cb2c5dab8bcc4a0c11c75d8b249c7be535
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 13 00:24:35 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 13 00:24:35 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2c73cb

app-text/libetonyek: Stabilize 0.1.12 ppc64, #946599

Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.12.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12.ebuild
index fb0e417c13f6..bb5f6c689b9c 100644
--- a/app-text/libetonyek/libetonyek-0.1.12.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.12.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2025-01-12 Thread Sam James
commit: 6b01fd35f375841df5083b888e62c7254765f350
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 13 00:24:30 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 13 00:24:30 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b01fd35

app-text/libetonyek: Stabilize 0.1.12 arm64, #946599

Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.12.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12.ebuild
index 63c5a78267b4..fb0e417c13f6 100644
--- a/app-text/libetonyek/libetonyek-0.1.12.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.12.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2025-01-12 Thread Sam James
commit: 7ccf2823ec135e398495866d086a06f4b208d252
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 13 00:24:27 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 13 00:24:27 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccf2823

app-text/libetonyek: Stabilize 0.1.12 amd64, #946599

Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.12.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12.ebuild
index 3caf2d186edd..63c5a78267b4 100644
--- a/app-text/libetonyek/libetonyek-0.1.12.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.12.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2024-11-28 Thread Andreas Sturmlechner
commit: fd75a5a4634dccd9728140af100ed236f71c342e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 28 22:49:10 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 28 22:50:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd75a5a4

app-text/libetonyek: add 0.1.12

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/Manifest |  1 +
 app-text/libetonyek/libetonyek-0.1.12.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 11dc0cfc143d..3edc2b7afc4a 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,2 +1,3 @@
 DIST libetonyek-0.1.10.tar.xz 1494000 BLAKE2B 
1c47b410050380d134d96b5551f0c9186c24aa0ea52c801e26655e3013f030e92198d8e3f19e8a341744206eeaad2d10ca130f286fd42c8a9c3b56f773cfa7d5
 SHA512 
516a14fcb7b7b5898484a4263d593a036ac728b90144da9d1c22a5d0fdffc879839e19a7b390f99d924c390d433e64433fb08939b1e04ca24359315571c5772b
 DIST libetonyek-0.1.11.tar.xz 1513056 BLAKE2B 
2c96e85b4c11ae33a858e3b3f6ec3c76aaa9b9a4e798f436ae5a379adc48622ca5f1da1d7a7b29b2dac8dab27c05acc2f98d778c5258432c688534fbcce0eb86
 SHA512 
b04593062d905340fdc6049d9fcd4524f8f8d8e313041b1ca811c63c08b218398b11a5cd6c3c724659d108c6f15756d5a87c88e85e27b2b5ed846af3b90de2ab
+DIST libetonyek-0.1.12.tar.xz 1513688 BLAKE2B 
d2333229d619019965f4837b3201f6f4caa4a284988a859ccbc1eab8624154135d2ca8e7b3aba5a332b2cb9b683de53ecf147d99ed09acb6c86e2a518fb60b77
 SHA512 
7b194a3ba8fc5b83b27e69c9cb7ac26df3830a1d2d2e114b01bfd63cf144f41d8c3c238e39e67bb96101fa2ed80e6b41a328a7cdd70628bdd3b9b732576b0980

diff --git a/app-text/libetonyek/libetonyek-0.1.12.ebuild 
b/app-text/libetonyek/libetonyek-0.1.12.ebuild
new file mode 100644
index ..535cecb7dd54
--- /dev/null
+++ b/app-text/libetonyek/libetonyek-0.1.12.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~loong ~ppc64 ~riscv ~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 test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/liblangtag
+   dev-libs/librevenge
+   dev-libs/libxml2
+   >=dev-util/mdds-2.1:1=
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   media-libs/glm
+   dev-build/libtool
+   test? ( dev-util/cppunit )
+"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-text/doxygen )
+"
+
+src_prepare() {
+   default
+   [[ -d m4 ]] || mkdir "m4" || die
+   [[ ${PV} == ** ]] && eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-werror
+   --with-mdds=2.1
+   $(use_with doc docs)
+   $(use_enable test tests)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -type f -delete || die
+}



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

2024-11-14 Thread Andreas Sturmlechner
commit: 6dc964333c20dc2e7ac2e9c1f769afa45726aad2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 14 05:31:04 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 14 18:42:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc96433

app-text/libetonyek: add 0.1.11

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/Manifest   |  1 +
 .../{libetonyek-.ebuild => libetonyek-0.1.11.ebuild}   | 14 ++
 app-text/libetonyek/libetonyek-.ebuild |  7 +++
 3 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 710f9294bb53..11dc0cfc143d 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1 +1,2 @@
 DIST libetonyek-0.1.10.tar.xz 1494000 BLAKE2B 
1c47b410050380d134d96b5551f0c9186c24aa0ea52c801e26655e3013f030e92198d8e3f19e8a341744206eeaad2d10ca130f286fd42c8a9c3b56f773cfa7d5
 SHA512 
516a14fcb7b7b5898484a4263d593a036ac728b90144da9d1c22a5d0fdffc879839e19a7b390f99d924c390d433e64433fb08939b1e04ca24359315571c5772b
+DIST libetonyek-0.1.11.tar.xz 1513056 BLAKE2B 
2c96e85b4c11ae33a858e3b3f6ec3c76aaa9b9a4e798f436ae5a379adc48622ca5f1da1d7a7b29b2dac8dab27c05acc2f98d778c5258432c688534fbcce0eb86
 SHA512 
b04593062d905340fdc6049d9fcd4524f8f8d8e313041b1ca811c63c08b218398b11a5cd6c3c724659d108c6f15756d5a87c88e85e27b2b5ed846af3b90de2ab

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-0.1.11.ebuild
similarity index 83%
copy from app-text/libetonyek/libetonyek-.ebuild
copy to app-text/libetonyek/libetonyek-0.1.11.ebuild
index 874395b30224..535cecb7dd54 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.11.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=8
 
-MDDS_VER="3.0"
-
 if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
inherit autotools git-r3
@@ -18,14 +16,14 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-IUSE="doc static-libs test"
+IUSE="doc test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   dev-util/mdds:1/${MDDS_VER}
+   >=dev-util/mdds-2.1:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -41,22 +39,22 @@ BDEPEND="
 
 src_prepare() {
default
-   [[ -d m4 ]] || mkdir "m4"
+   [[ -d m4 ]] || mkdir "m4" || die
[[ ${PV} == ** ]] && eautoreconf
 }
 
 src_configure() {
local myeconfargs=(
--disable-werror
-   --with-mdds="${MDDS_VER}"
+   --with-mdds=2.1
$(use_with doc docs)
-   $(use_enable static-libs static)
$(use_enable test tests)
)
+
econf "${myeconfargs[@]}"
 }
 
 src_install() {
default
-   find "${D}" -name '*.la' -type f -delete || die
+   find "${ED}" -name '*.la' -type f -delete || die
 }

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 874395b30224..975c7f6efb90 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -18,7 +18,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-IUSE="doc static-libs test"
+IUSE="doc test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -41,7 +41,7 @@ BDEPEND="
 
 src_prepare() {
default
-   [[ -d m4 ]] || mkdir "m4"
+   [[ -d m4 ]] || mkdir "m4" || die
[[ ${PV} == ** ]] && eautoreconf
 }
 
@@ -50,7 +50,6 @@ src_configure() {
--disable-werror
--with-mdds="${MDDS_VER}"
$(use_with doc docs)
-   $(use_enable static-libs static)
$(use_enable test tests)
)
econf "${myeconfargs[@]}"
@@ -58,5 +57,5 @@ src_configure() {
 
 src_install() {
default
-   find "${D}" -name '*.la' -type f -delete || die
+   find "${ED}" -name '*.la' -type f -delete || die
 }



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

2024-02-20 Thread Andreas Sturmlechner
commit: e7a39964b22a00e4dd9f1c8f471456f5a6370a39
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 20 19:31:59 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 20 20:48:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a39964

app-text/libetonyek: drop 0.1.10-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.10-r1.ebuild | 61 -
 1 file changed, 61 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
deleted file mode 100644
index 4b7b8e81b4db..
--- a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} == * ]]; then
-   MDDS_VER=""
-   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
-   inherit autotools git-r3
-else
-   MDDS_VER="2.0"
-   SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv 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-text/doxygen )
-"
-RDEPEND="
-   app-text/liblangtag
-   dev-libs/librevenge
-   dev-libs/libxml2
-   >=dev-util/mdds-${MDDS_VER}:1=
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   media-libs/glm
-   dev-build/libtool
-   test? ( dev-util/cppunit )
-"
-
-src_prepare() {
-   default
-   [[ -d m4 ]] || mkdir "m4"
-   [[ ${PV} == * ]] && eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --disable-werror
-   --with-mdds="${MDDS_VER}"
-   $(use_with doc docs)
-   $(use_enable static-libs static)
-   $(use_enable test tests)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

2024-02-19 Thread Sam James
commit: b30a405a122ba9205b8d5c37494fcb245d6f599b
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 20 05:55:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 20 05:55:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30a405a

app-text/libetonyek: Stabilize 0.1.10-r2 x86, #923155

Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
index 45fb68dbbd5a..4cad77ca17f5 100644
--- a/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2024-02-17 Thread Arthur Zamarin
commit: a3432f88cb8ac5281d8592871f42ee63f0cba786
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:13 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3432f88

app-text/libetonyek: Stabilize 0.1.10-r2 ppc64, #923155

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
index 00e64b9cf29c..bd8b4ef532a2 100644
--- a/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2024-02-12 Thread Sam James
commit: eac30924afa98554a55751b369dad1f32d28c5e7
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 12 10:30:24 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 12 10:30:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac30924

app-text/libetonyek: Stabilize 0.1.10-r2 amd64, #923155

Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
index b3efde34cbfa..00e64b9cf29c 100644
--- a/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2024-01-26 Thread Andreas Sturmlechner
commit: 345c0d66e8963aad19919c4959adb095c00e4290
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 26 23:04:56 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 27 00:45:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345c0d66

app-text/libetonyek: Bump MDDS_VER to 3.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/libetonyek-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index abb88460e184..874395b30224 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-MDDS_VER="2.1"
+MDDS_VER="3.0"
 
 if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";



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

2024-01-26 Thread Andreas Sturmlechner
commit: 4e67154493bda9c09588d4b97dcc96803facfe94
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 26 23:02:30 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 27 00:45:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e671544

app-text/libetonyek: Support --with-mdds=2.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.10-r2.ebuild | 65 +
 1 file changed, 65 insertions(+)

diff --git a/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
new file mode 100644
index ..b3efde34cbfa
--- /dev/null
+++ b/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~loong ~ppc64 ~riscv ~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 )"
+
+RDEPEND="
+   app-text/liblangtag
+   dev-libs/librevenge
+   dev-libs/libxml2
+   >=dev-util/mdds-2.0:1=
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   media-libs/glm
+   dev-build/libtool
+   test? ( dev-util/cppunit )
+"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-text/doxygen )
+"
+
+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-2.1"; then
+   myeconfargs+=( --with-mdds=2.1 )
+   else
+   myeconfargs+=( --with-mdds=2.0 )
+   fi
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2023-02-25 Thread Andreas Sturmlechner
commit: b845dcfde3984f570d35aa0d45707654e0f09eb8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 25 10:04:41 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 25 10:27:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b845dcfd

app-text/libetonyek: bump MDDS_VER to 2.1

Bug: https://bugs.gentoo.org/831828
Closes: https://bugs.gentoo.org/866141
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/libetonyek-.ebuild | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index ff236d229ccd..e45ff9f68680 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,15 +1,18 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-if [[ ${PV} == * ]]; then
+MDDS_VER="2.1"
+
+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 ~loong ~ppc64 ~riscv ~x86"
 fi
+
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 
@@ -18,12 +21,6 @@ SLOT="0"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 
-MDDS_VER="2.0"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
 RDEPEND="
app-text/liblangtag
dev-libs/librevenge
@@ -37,11 +34,15 @@ DEPEND="${RDEPEND}
sys-devel/libtool
test? ( dev-util/cppunit )
 "
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
 
 src_prepare() {
default
[[ -d m4 ]] || mkdir "m4"
-   [[ ${PV} == * ]] && eautoreconf
+   [[ ${PV} == ** ]] && eautoreconf
 }
 
 src_configure() {



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

2022-06-14 Thread Andreas Sturmlechner
commit: 74f823369d62c4bce9023b36da17de5a3ac62747
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 13:32:40 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 15:19:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f82336

app-text/libetonyek: Drop 0.1.10 (r0)

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

 app-text/libetonyek/libetonyek-0.1.10.ebuild | 58 
 1 file changed, 58 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10.ebuild
deleted file mode 100644
index 141836ac1196..
--- a/app-text/libetonyek/libetonyek-0.1.10.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 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 ~riscv 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.5:1/1.5
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   media-libs/glm
-   sys-devel/libtool
-   test? ( dev-util/cppunit )
-"
-
-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)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

2022-04-27 Thread Sam James
commit: 986659339202fef53bc09dcd512ca13e394f498b
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 27 21:55:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 27 21:57:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98665933

app-text/libetonyek: forward ~riscv

Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.10-r1.ebuild | 4 ++--
 app-text/libetonyek/libetonyek-.ebuild  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
index 7493c2947bb9..b2d0bb4788dd 100644
--- a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
 else
MDDS_VER="2.0"
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index b7576e139572..85eb33c30553 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";



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

2022-04-10 Thread Sam James
commit: 627414feb2f2697a9f3c63d5c7d8ae43ed94ada4
Author: James Beddek  posteo  de>
AuthorDate: Thu Dec  2 04:19:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 10 10:46:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627414fe

app-text/libetonyek: keyword 0.1.10-r1

Signed-off-by: James Beddek  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/23143
Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.10-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
index e8b2ff71f53d..7493c2947bb9 100644
--- a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
@@ -10,8 +10,7 @@ if [[ ${PV} == * ]]; then
 else
MDDS_VER="2.0"
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   # Unkeyworded while libreoffice has no release making use of this slot
-   # KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";



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

2022-02-12 Thread Andreas K. Hüttel
commit: ac46a63351e4a532e0bcfdba4b6095f8c3946256
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Feb 12 12:13:05 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Feb 12 12:13:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac46a633

app-text/libetonyek: Force MDDS_VER also in live ebuild

Closes: https://bugs.gentoo.org/830462
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Huettel  gentoo.org>

 app-text/libetonyek/libetonyek-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 7493c2947bb9..b7576e139572 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 if [[ ${PV} == * ]]; then
-   MDDS_VER=""

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
inherit autotools git-r3
 else
-   MDDS_VER="2.0"
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
@@ -20,6 +18,8 @@ SLOT="0"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 
+MDDS_VER="2.0"
+
 BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
@@ -28,7 +28,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-${MDDS_VER}:1=
+   dev-util/mdds:1/${MDDS_VER}
sys-libs/zlib
 "
 DEPEND="${RDEPEND}



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

2022-02-10 Thread Andreas Sturmlechner
commit: 80116611745ff78cf934da2f8eb3626110736bba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 10 19:13:14 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 10 20:09:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80116611

app-text/libetonyek: Pin 0.1.10 to dev-util/mdds slot 1/1.5

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

 app-text/libetonyek/libetonyek-0.1.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10.ebuild
index 34da27480c4b..141836ac1196 100644
--- a/app-text/libetonyek/libetonyek-0.1.10.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,7 +26,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.5:1=
+   >=dev-util/mdds-1.5:1/1.5
sys-libs/zlib
 "
 DEPEND="${RDEPEND}



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

2021-12-29 Thread Yixun Lan
commit: 6be22be32890e801ac9fffed0b1295a437ced850
Author: Alex Fan  gmail  com>
AuthorDate: Tue Dec 28 10:03:40 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec 29 13:39:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be22be3

app-text/libetonyek: keyword 0.1.10 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10.ebuild
index 212b6c2ce430..34da27480c4b 100644
--- a/app-text/libetonyek/libetonyek-0.1.10.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";



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

2021-11-13 Thread Sam James
commit: 9f6727ef1b4673be4f9c0884bafd52c2acf55836
Author: James Beddek  posteo  de>
AuthorDate: Sun Oct 31 02:40:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:24:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6727ef

app-text/libetonyek: fix build with dev-util/mdds:1/2.0

Signed-off-by: James Beddek  posteo.de>
Signed-off-by: Sam James  gentoo.org>

 .../{libetonyek-.ebuild => libetonyek-0.1.10-r1.ebuild}| 10 +++---
 app-text/libetonyek/libetonyek-.ebuild |  7 +--
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
similarity index 84%
copy from app-text/libetonyek/libetonyek-.ebuild
copy to app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
index a9b34322cd7f..e8b2ff71f53d 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
@@ -1,14 +1,17 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 if [[ ${PV} == * ]]; then
+   MDDS_VER=""

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
inherit autotools git-r3
 else
+   MDDS_VER="2.0"
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   # Unkeyworded while libreoffice has no release making use of this slot
+   # KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
@@ -26,7 +29,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.5:1=
+   >=dev-util/mdds-${MDDS_VER}:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -45,6 +48,7 @@ src_prepare() {
 src_configure() {
local myeconfargs=(
--disable-werror
+   --with-mdds="${MDDS_VER}"
$(use_with doc docs)
$(use_enable static-libs static)
$(use_enable test tests)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index a9b34322cd7f..7493c2947bb9 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,12 +1,14 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 if [[ ${PV} == * ]]; then
+   MDDS_VER=""

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
inherit autotools git-r3
 else
+   MDDS_VER="2.0"
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
@@ -26,7 +28,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.5:1=
+   >=dev-util/mdds-${MDDS_VER}:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -45,6 +47,7 @@ src_prepare() {
 src_configure() {
local myeconfargs=(
--disable-werror
+   --with-mdds="${MDDS_VER}"
$(use_with doc docs)
$(use_enable static-libs static)
$(use_enable test tests)



[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/

2021-06-01 Thread Sam James
commit: 3f51335159e36102e12ab48b4378c60581752cb8
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  1 10:47:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  1 10:47:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f513351

app-text/libetonyek: Stabilize 0.1.10 arm64, #788112

Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10.ebuild
index 0749f02a19b..212b6c2ce43 100644
--- a/app-text/libetonyek/libetonyek-0.1.10.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";



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

2021-06-01 Thread Sam James
commit: 7a84ab0107eae9d4f2f31be4b20033bcf36a5349
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  1 08:59:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  1 08:59:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a84ab01

app-text/libetonyek: Stabilize 0.1.10 amd64, #788112

Signed-off-by: Sam James  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10.ebuild
index 1ea4d34b6b6..0749f02a19b 100644
--- a/app-text/libetonyek/libetonyek-0.1.10.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";



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

2021-05-20 Thread Andreas Sturmlechner
commit: ca00ee1b630fe1df0ea2860733c28bb9687c3348
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 20 06:51:58 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 20 18:23:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca00ee1b

app-text/libetonyek: 0.1.10 version bump

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

 app-text/libetonyek/Manifest   |  1 +
 .../{libetonyek-.ebuild => libetonyek-0.1.10.ebuild}   | 10 ++
 app-text/libetonyek/libetonyek-.ebuild | 10 ++
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 00c59b08dfc..475aa43f70d 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1 +1,2 @@
+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/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10.ebuild
similarity index 86%
copy from app-text/libetonyek/libetonyek-.ebuild
copy to app-text/libetonyek/libetonyek-0.1.10.ebuild
index 63aab3eb452..a9b34322cd7 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,7 +26,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.4.3:1=
+   >=dev-util/mdds-1.5:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -49,12 +49,6 @@ src_configure() {
$(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[@]}"
 }
 

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 63aab3eb452..a9b34322cd7 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,7 +26,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.4.3:1=
+   >=dev-util/mdds-1.5:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -49,12 +49,6 @@ src_configure() {
$(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[@]}"
 }
 



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

2020-05-31 Thread Andreas Sturmlechner
commit: 36d3a0eb0777f408ebcf296520e8a9cc61939420
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 31 21:02:59 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 31 21:08:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d3a0eb

app-text/libetonyek: Drop 0.1.9 (r0)

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

 app-text/libetonyek/libetonyek-0.1.9.ebuild | 58 -
 1 file changed, 58 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.9.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9.ebuild
deleted file mode 100644
index 36303b04a6f..000
--- a/app-text/libetonyek/libetonyek-0.1.9.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 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 )"
-
-RDEPEND="
-   app-text/liblangtag
-   dev-libs/librevenge
-   dev-libs/libxml2
-   =dev-util/mdds-1.4*:1=
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   media-libs/glm
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit )
-"
-
-src_prepare() {
-   default
-   [[ -d m4 ]] || mkdir "m4"
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --disable-werror
-   --with-mdds=1.4
-   $(use_with doc docs)
-   $(use_enable static-libs static)
-   $(use_enable test tests)
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2020-05-31 Thread Mikle Kolyada
commit: ba1c0e8bb9759dc0eb0a628ebfe51a9a6c5e7da5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May 31 15:39:35 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May 31 15:39:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1c0e8b

app-text/libetonyek: x86 stable wrt bug #716822

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
index dbe9b85d2ee..66621ce15c8 100644
--- a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";



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

2020-05-20 Thread Mikle Kolyada
commit: deb7ae0b04f0e53cacdec89815f007fd16075c63
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 13:34:28 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 13:34:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb7ae0b

app-text/libetonyek: arm64 stable wrt bug #716822

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
index e665450bf79..dbe9b85d2ee 100644
--- a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";



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

2020-05-19 Thread Mikle Kolyada
commit: 990e5e32c7a72297acb30d0ad15a67c5a263a49d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 19 19:35:41 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 19 19:35:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990e5e32

app-text/libetonyek: amd64 stable wrt bug #716822

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
index 43f51e4a6e2..e665450bf79 100644
--- a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";



[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/

2020-03-16 Thread Andreas Sturmlechner
commit: cb39c15be7b1ad9ef7191962be0bdda61bd5f911
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 16 22:01:40 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 16 22:04:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb39c15b

app-text/libetonyek: Fix dependency on >=dev-util/mdds-1.4.3

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

 app-text/libetonyek/libetonyek-0.1.9-r1.ebuild | 2 +-
 app-text/libetonyek/libetonyek-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
index f07aa63c541..63aab3eb452 100644
--- a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   =dev-util/mdds-1.5*:1=
+   >=dev-util/mdds-1.4.3:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index f07aa63c541..63aab3eb452 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   =dev-util/mdds-1.5*:1=
+   >=dev-util/mdds-1.4.3:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}



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

2020-03-16 Thread Andreas Sturmlechner
commit: 930ec21d613822c7af158e2037e18b3fe3ebc05a
Author: Nils Freydank  posteo  de>
AuthorDate: Mon Mar  2 22:24:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 16 21:25:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930ec21d

app-text/libetonyek: Update live ebuild

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Nils Freydank  posteo.de>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/libetonyek-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index a545cc94cd2..f07aa63c541 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-if [[ ${PV} = * ]]; then
+if [[ ${PV} == * ]]; then

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
inherit autotools git-r3
 else
@@ -26,7 +26,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.4.3:1=
+   =dev-util/mdds-1.5*:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}



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

2020-03-16 Thread Andreas Sturmlechner
commit: bcb6688c4721110181624f561a5936330b883efd
Author: Nils Freydank  posteo  de>
AuthorDate: Mon Mar  2 22:24:44 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 16 21:25:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb6688c

app-text/libetonyek: Support dev-util/mdds-1.5

Fix a typo on-the-fly and add * into the live version check.

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Nils Freydank  posteo.de>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.9-r1.ebuild | 64 ++
 1 file changed, 64 insertions(+)

diff --git a/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
new file mode 100644
index 000..f07aa63c541
--- /dev/null
+++ b/app-text/libetonyek/libetonyek-0.1.9-r1.ebuild
@@ -0,0 +1,64 @@
+# 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.5*:1=
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   media-libs/glm
+   sys-devel/libtool
+   test? ( dev-util/cppunit )
+"
+
+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/

2019-10-01 Thread Andreas Sturmlechner
commit: 5f7bb23e33d15ad5e5d73fbe7d0543e9c76057f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct  1 23:29:45 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct  1 23:43:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7bb23e

app-text/libetonyek: Populate BDEPEND

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

 app-text/libetonyek/libetonyek-.ebuild | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 5a2e3527e53..9bea9ad25cf 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-if [[ ${PV} =  ]]; then
+if [[ ${PV} = * ]]; then

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
inherit autotools git-r3
 else
@@ -17,6 +17,10 @@ LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 IUSE="doc static-libs test"
 
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
 RDEPEND="
app-text/liblangtag
dev-libs/librevenge
@@ -28,15 +32,13 @@ DEPEND="${RDEPEND}
dev-libs/boost
media-libs/glm
sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
test? ( dev-util/cppunit )
 "
 
 src_prepare() {
default
[[ -d m4 ]] || mkdir "m4"
-   [[ ${PV} ==  ]] && eautoreconf
+   [[ ${PV} == * ]] && eautoreconf
 }
 
 src_configure() {
@@ -57,5 +59,5 @@ src_configure() {
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
+   find "${D}" -name '*.la' -type f -delete || die
 }



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

2019-09-12 Thread Andreas Sturmlechner
commit: ec619117baffcb5ca0a2335a85ad74090ca9e434
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 12 20:21:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 12 20:27:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec619117

app-text/libetonyek: Support --with-mdds=1.5

Closes: https://bugs.gentoo.org/674374
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/libetonyek/libetonyek-.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index a59ca6e0096..5a2e3527e53 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.3.1:1=
+   >=dev-util/mdds-1.4.3:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -46,10 +46,10 @@ src_configure() {
$(use_enable static-libs static)
$(use_enable test tests)
)
-   if has_version ">=dev-util/mdds-1.4"; then
-   myeconfargs+=( --with-mdds=1.4 )
+   if has_version ">=dev-util/mdds-1.5"; then
+   myeconfargs+=( --with-mdds=1.5 )
else
-   myeconfargs+=( --with-mdds=1.2 )
+   myeconfargs+=( --with-mdds=1.4 )
fi
 
econf "${myeconfargs[@]}"



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

2019-09-12 Thread Andreas Sturmlechner
commit: 138b2170771f9be3f2b8e153f9919dcf71f611e1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 12 20:23:15 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 12 20:27:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138b2170

app-text/libetonyek: Pin to =dev-util/mdds-1.4*

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

 app-text/libetonyek/libetonyek-0.1.9.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.9.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9.ebuild
index bd8b3c336f2..e690d146850 100644
--- a/app-text/libetonyek/libetonyek-0.1.9.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.9.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.3.1:1=
+   =dev-util/mdds-1.4*:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -42,15 +42,11 @@ src_prepare() {
 src_configure() {
local myeconfargs=(
--disable-werror
+   --with-mdds=1.4
$(use_with doc docs)
$(use_enable static-libs static)
$(use_enable test tests)
)
-   if has_version ">=dev-util/mdds-1.4"; then
-   myeconfargs+=( --with-mdds=1.4 )
-   else
-   myeconfargs+=( --with-mdds=1.2 )
-   fi
 
econf "${myeconfargs[@]}"
 }



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

2019-08-01 Thread Aaron Bauman
commit: a06c7407ee970087bded72906ea4e2bffaa1fc0a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Aug  1 15:13:09 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Aug  1 15:13:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06c7407

app-text/libetonyek: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 app-text/libetonyek/libetonyek-0.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.9.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9.ebuild
index 1d4cb7ab969..bd8b3c336f2 100644
--- a/app-text/libetonyek/libetonyek-0.1.9.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.9.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";



[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 &style)
-   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 &props)
-   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/

2019-02-17 Thread Mikle Kolyada
commit: d1bcce720b63666b907ce2a47301bbc2fe185ff6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Feb 17 17:55:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Feb 17 17:57:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1bcce72

app-text/libetonyek: x86 stable wrt bug #676956

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 app-text/libetonyek/libetonyek-0.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.9.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9.ebuild
index 3ab760ddc9a..1d4cb7ab969 100644
--- a/app-text/libetonyek/libetonyek-0.1.9.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.9.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";



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

2019-02-17 Thread Mikle Kolyada
commit: 93cadc99d796370bc9029600a493bc1173ee645b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Feb 17 15:32:28 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Feb 17 15:32:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93cadc99

app-text/libetonyek: amd64 stable wrt bug #676956

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-text/libetonyek/libetonyek-0.1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.9.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9.ebuild
index a59ca6e0096..3ab760ddc9a 100644
--- a/app-text/libetonyek/libetonyek-0.1.9.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";



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

2018-12-30 Thread Andreas Sturmlechner
commit: f778766c0afe2e4ef26d33cb033ebe1410cde605
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 19:33:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 20:07:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f778766c

app-text/libetonyek: 0.1.9 version bump

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

 app-text/libetonyek/Manifest  |  1 +
 .../{libetonyek-.ebuild => libetonyek-0.1.9.ebuild}   | 15 ---
 app-text/libetonyek/libetonyek-.ebuild| 15 ---
 3 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 974952711fa..7a9f758407e 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1 +1,2 @@
 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/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-0.1.9.ebuild
similarity index 76%
copy from app-text/libetonyek/libetonyek-.ebuild
copy to app-text/libetonyek/libetonyek-0.1.9.ebuild
index 434fddd7f1a..a59ca6e0096 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.9.ebuild
@@ -3,28 +3,29 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
+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";
-[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
+   >=dev-util/mdds-1.3.1:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   >=dev-util/mdds-1.4.2:1=
media-libs/glm
sys-devel/libtool
virtual/pkgconfig

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 434fddd7f1a..a59ca6e0096 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -3,28 +3,29 @@
 
 EAPI=7
 
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
+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";
-[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
+   >=dev-util/mdds-1.3.1:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   >=dev-util/mdds-1.4.2:1=
media-libs/glm
sys-devel/libtool
virtual/pkgconfig



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

2018-10-04 Thread Andreas Sturmlechner
commit: 9d13b27fec80a31e4b2eda158d9603688a1d1a51
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 10:38:30 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 10:38:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d13b27f

app-text/libetonyek: Pin 1.3.1 to dev-util/mdds slot 1/1.2

src_configure does not allow build against higher API.

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

 app-text/libetonyek/libetonyek-0.1.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.8.ebuild 
b/app-text/libetonyek/libetonyek-0.1.8.ebuild
index a3df8b9fedd..88f7b92bc33 100644
--- a/app-text/libetonyek/libetonyek-0.1.8.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,7 +25,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   >=dev-util/mdds-1.2.2:1
+   >=dev-util/mdds-1.2.2:1/1.2
media-libs/glm
sys-devel/libtool
virtual/pkgconfig



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

2018-10-04 Thread Andreas Sturmlechner
commit: dfddd92e53aabb73bfb757f9d464277ab08f774e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 10:30:41 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 10:31:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfddd92e

app-text/libetonyek: Dumb down dev-util/mdds pseudo slot detection

The previous solution was not that smart after all.

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

 app-text/libetonyek/libetonyek-0.1.8-r1.ebuild | 20 
 app-text/libetonyek/libetonyek-.ebuild | 20 
 2 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild
index 2d13eaf89aa..e58d47644ac 100644
--- a/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild
@@ -46,15 +46,19 @@ src_prepare() {
 }
 
 src_configure() {
-   # mdds installs versioned pkgconfig files
-   local p=$(best_version dev-util/mdds)
-   local pv=$(echo ${p/%-r[0-9]*/} | rev | cut -d - -f 1 | rev)
-   econf \
-   --disable-werror \
-   --with-mdds=$(ver_cut 1-2 ${pv}) \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
+   local myeconfargs=(
+   --disable-werror
+   $(use_with doc docs)
+   $(use_enable static-libs static)
$(use_enable test tests)
+   )
+   if has_version ">=dev-util/mdds-1.4"; then
+   myeconfargs+=( --with-mdds=1.4 )
+   else
+   myeconfargs+=( --with-mdds=1.2 )
+   fi
+
+   econf "${myeconfargs[@]}"
 }
 
 src_install() {

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 682cf934b09..434fddd7f1a 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -39,15 +39,19 @@ src_prepare() {
 }
 
 src_configure() {
-   # mdds installs versioned pkgconfig files
-   local p=$(best_version dev-util/mdds)
-   local pv=$(echo ${p/%-r[0-9]*/} | rev | cut -d - -f 1 | rev)
-   econf \
-   --disable-werror \
-   --with-mdds=$(ver_cut 1-2 ${pv}) \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
+   local myeconfargs=(
+   --disable-werror
+   $(use_with doc docs)
+   $(use_enable static-libs static)
$(use_enable test tests)
+   )
+   if has_version ">=dev-util/mdds-1.4"; then
+   myeconfargs+=( --with-mdds=1.4 )
+   else
+   myeconfargs+=( --with-mdds=1.2 )
+   fi
+
+   econf "${myeconfargs[@]}"
 }
 
 src_install() {



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

2018-10-04 Thread Andreas Sturmlechner
commit: be2d783f73499a2dc70660923a08eed98de1ed4b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 08:48:25 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 08:49:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2d783f

app-text/libetonyek: EAPI-7 bump, sddm handling, minor upstream fixes

Closes: https://bugs.gentoo.org/667690
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 .../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 | 63 ++
 3 files changed, 120 insertions(+)

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
new file mode 100644
index 000..e13fe5f31ce
--- /dev/null
+++ b/app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch
@@ -0,0 +1,29 @@
+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 &style)
+   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
new file mode 100644
index 000..32593fed480
--- /dev/null
+++ b/app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch
@@ -0,0 +1,28 @@
+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 &props)
+   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());
++props.insert("meta:initial-creator", m_metadata.m_author.c_str());
+   if (!m_metadata.m_keywords.empty())
+ props.insert("meta:keyword", m_metadata.m_keywords.c_str());
+   if (!m_metadata.m_comment.empty())
+-- 
+2.11.0

diff --git a/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild
new file mode 100644
index 000..2d13eaf89aa
--- /dev/null
+++ b/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
+[[ ${PV} ==  ]] && inherit git-r3
+inherit autotools
+
+DESCRIPTION="Library parsing Apple Keynote presentations"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
+[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
+
+LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
+SLOT="0"
+[[ ${PV} ==  ]] || \
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="doc static-libs test"
+
+RDEPEND="
+   app-text/liblangtag
+   dev-libs/librevenge
+   dev-libs/libxml2
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   >=dev-util/mdds-1.2.2:1=
+   media-libs/glm
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   test? ( dev-util/cppunit )
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-glm-0.9.9.patch"
+   "${FILESDIR}/${P}-typo-fix.patch"
+   "${FILESDIR}/${P}-no-parentheses.patch"
+)
+
+src_prepare() {
+   default
+   [[ -d m4 ]] |

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

2018-10-04 Thread Andreas Sturmlechner
commit: 74e5380a54f78794b33197c51d4d9ca7f9c12b09
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 08:38:29 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 08:49:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e5380a

app-text/libetonyek: Relax dev-util/mdds version requirement

Make the sddm slot op work by querying x.y info from best_version.

Bug: https://bugs.gentoo.org/667690
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 app-text/libetonyek/libetonyek-.ebuild | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 39b6f10a69f..682cf934b09 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
 [[ ${PV} ==  ]] && inherit autotools git-r3
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
@@ -24,7 +24,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   >=dev-util/mdds-1.2.2:1
+   >=dev-util/mdds-1.4.2:1=
media-libs/glm
sys-devel/libtool
virtual/pkgconfig
@@ -39,12 +39,15 @@ src_prepare() {
 }
 
 src_configure() {
+   # mdds installs versioned pkgconfig files
+   local p=$(best_version dev-util/mdds)
+   local pv=$(echo ${p/%-r[0-9]*/} | rev | cut -d - -f 1 | rev)
econf \
--disable-werror \
+   --with-mdds=$(ver_cut 1-2 ${pv}) \
$(use_with doc docs) \
$(use_enable static-libs static) \
-   $(use_enable test tests) \
-   --with-mdds=1.2
+   $(use_enable test tests)
 }
 
 src_install() {



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

2018-09-19 Thread Matt Turner
commit: b7bc7dd0a766ba706ace1ac4e397b4f7e67330c1
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 18:33:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 18:34:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bc7dd0

app-text/libetonyek-0.1.8: added ~ppc64, bug 664414

 app-text/libetonyek/libetonyek-0.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.8.ebuild 
b/app-text/libetonyek/libetonyek-0.1.8.ebuild
index fb11cfdaba0..a3df8b9fedd 100644
--- a/app-text/libetonyek/libetonyek-0.1.8.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.8.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2018-08-29 Thread Andreas Sturmlechner
commit: 51c1188e2288cb6ed63858f6ac5fd99cbf25d962
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 29 08:42:49 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 29 10:49:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c1188e

app-text/libetonyek: Drop 0.1.7

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-text/libetonyek/Manifest|  1 -
 app-text/libetonyek/libetonyek-0.1.7.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 3214bbfef5b..974952711fa 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,2 +1 @@
-DIST libetonyek-0.1.7.tar.xz 1256232 BLAKE2B 
ef2abcc427014d515a75ff75d90a78da0b5b28d54b5de3793540e8448f163da0b6d3ff4026373ffc3a4973d3e0e4fee280e75a77407620b3ba0e833bd7d8c82a
 SHA512 
bec4819e161f68b7315567464bfe9e0259a59822a7926c54208cceb04061664a1220716539816a24a6f259eac6f7063c72750aaaf8d8886e3bfb0c4d5f1e0b0f
 DIST libetonyek-0.1.8.tar.xz 1324868 BLAKE2B 
2088349df75011f54f5822ffd69336a7942a148ff829111c02efbfb99c705a9e00105147942f3e9e81278be3b1f2be4d63aba8cbf6a54127f04fc547df6b7b1d
 SHA512 
c8c08100b0c75e0420bbcd796f7cb9285e77ce1be34757df5b237d114a428a4a6094f12e442f81769a2fac5be45ea4376ff9e1d90448e18b3443bfe7c645a865

diff --git a/app-text/libetonyek/libetonyek-0.1.7.ebuild 
b/app-text/libetonyek/libetonyek-0.1.7.ebuild
deleted file mode 100644
index d618f8eb3ce..000
--- a/app-text/libetonyek/libetonyek-0.1.7.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing Apple Keynote presentations"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
-[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
-
-LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="doc static-libs test"
-
-RDEPEND="
-   app-text/liblangtag
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   >=dev-util/mdds-1.2.2:1
-   media-libs/glm
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit )
-"
-
-src_prepare() {
-   default
-   [[ -d m4 ]] || mkdir "m4"
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-werror \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
-   $(use_enable test tests) \
-   --with-mdds=1.2
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2018-08-23 Thread Mikle Kolyada
commit: 5d516ce3a114cfaa2a5ff00382bb17cd601f16f9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Aug 24 04:35:53 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Aug 24 04:35:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d516ce3

app-text/libetonyek: amd64 stable wrt bug #659024

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/libetonyek/libetonyek-0.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.8.ebuild 
b/app-text/libetonyek/libetonyek-0.1.8.ebuild
index cf906fbf68c..fb11cfdaba0 100644
--- a/app-text/libetonyek/libetonyek-0.1.8.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.8.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2018-08-23 Thread Thomas Deutschmann
commit: cfe8af2c7fcec6b566d29f9536907df89147455f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 24 01:21:47 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 24 01:21:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe8af2c

app-text/libetonyek: x86 stable (bug #659024)

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-text/libetonyek/libetonyek-0.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.8.ebuild 
b/app-text/libetonyek/libetonyek-0.1.8.ebuild
index 7e445ac2171..cf906fbf68c 100644
--- a/app-text/libetonyek/libetonyek-0.1.8.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.8.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2018-07-11 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() {



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

2018-04-27 Thread Andreas Sturmlechner
commit: 6f443654e79d378dda4102d916e551105402ad25
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 27 21:20:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 27 21:42:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f443654

app-text/libetonyek: 0.1.8 version bump

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-text/libetonyek/Manifest| 1 +
 app-text/libetonyek/{libetonyek-.ebuild => libetonyek-0.1.8.ebuild} | 2 +-
 app-text/libetonyek/libetonyek-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 44f94a3f6d8..3214bbfef5b 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1 +1,2 @@
 DIST libetonyek-0.1.7.tar.xz 1256232 BLAKE2B 
ef2abcc427014d515a75ff75d90a78da0b5b28d54b5de3793540e8448f163da0b6d3ff4026373ffc3a4973d3e0e4fee280e75a77407620b3ba0e833bd7d8c82a
 SHA512 
bec4819e161f68b7315567464bfe9e0259a59822a7926c54208cceb04061664a1220716539816a24a6f259eac6f7063c72750aaaf8d8886e3bfb0c4d5f1e0b0f
+DIST libetonyek-0.1.8.tar.xz 1324868 BLAKE2B 
2088349df75011f54f5822ffd69336a7942a148ff829111c02efbfb99c705a9e00105147942f3e9e81278be3b1f2be4d63aba8cbf6a54127f04fc547df6b7b1d
 SHA512 
c8c08100b0c75e0420bbcd796f7cb9285e77ce1be34757df5b237d114a428a4a6094f12e442f81769a2fac5be45ea4376ff9e1d90448e18b3443bfe7c645a865

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-0.1.8.ebuild
similarity index 96%
copy from app-text/libetonyek/libetonyek-.ebuild
copy to app-text/libetonyek/libetonyek-0.1.8.ebuild
index fc13ce6b6be..39b6f10a69f 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index fc13ce6b6be..39b6f10a69f 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



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

2017-12-29 Thread Andreas Sturmlechner
commit: acbe4316231926c4db73137e3dc649186918b74e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 29 22:37:34 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 29 23:04:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acbe4316

app-text/libetonyek: Drop 0.1.6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/libetonyek/Manifest   |  1 -
 .../files/libetonyek-0.1.6-drop-test.patch | 36 
 .../files/libetonyek-0.1.6-mdds-1.2.patch  | 33 ---
 app-text/libetonyek/libetonyek-0.1.6.ebuild| 67 --
 4 files changed, 137 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 107b3e03588..44f94a3f6d8 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,2 +1 @@
-DIST libetonyek-0.1.6.tar.xz 1243364 BLAKE2B 
00f11e91ab8b82fc2bffa00df48f2b553b922391047c8345dcbbd7a0d51fba54828bdc9bd9d1f36e66d63cbb10414784a36697d2a8eacd716663ea7fee57843c
 SHA512 
10ae0403d98f33b27be4c3c905dec3df48cc01ce438f8760298edeadb76dd74da997edbd7dc03635fbc168b318bfe6e130f2306f495dfbf4135dd6dfcccabb4e
 DIST libetonyek-0.1.7.tar.xz 1256232 BLAKE2B 
ef2abcc427014d515a75ff75d90a78da0b5b28d54b5de3793540e8448f163da0b6d3ff4026373ffc3a4973d3e0e4fee280e75a77407620b3ba0e833bd7d8c82a
 SHA512 
bec4819e161f68b7315567464bfe9e0259a59822a7926c54208cceb04061664a1220716539816a24a6f259eac6f7063c72750aaaf8d8886e3bfb0c4d5f1e0b0f

diff --git a/app-text/libetonyek/files/libetonyek-0.1.6-drop-test.patch 
b/app-text/libetonyek/files/libetonyek-0.1.6-drop-test.patch
deleted file mode 100644
index a868f797484..000
--- a/app-text/libetonyek/files/libetonyek-0.1.6-drop-test.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 1a20d8ece2ea3e8aa1d319cd88e8a6aa637982f2 Mon Sep 17 00:00:00 2001
-From: David Tardon 
-Date: Fri, 30 Sep 2016 09:57:15 +0200
-Subject: [PATCH] drop test that violates Unicode tr#35
-
-(and therefore fails with latest liblangtag)
-
-Change-Id: I0e06c6c4e8bcf999cf5559d6287e77ae97e555d8

- src/test/IWORKLanguageManagerTest.cpp |   10 --
- 1 file changed, 10 deletions(-)
-
-diff --git a/src/test/IWORKLanguageManagerTest.cpp 
b/src/test/IWORKLanguageManagerTest.cpp
-index 8fca0a6..e663bd2 100644
 a/src/test/IWORKLanguageManagerTest.cpp
-+++ b/src/test/IWORKLanguageManagerTest.cpp
-@@ -104,16 +104,6 @@ void IWORKLanguageManagerTest::testTagToProps()
-   }
- 
-   {
--const string tag(mgr.addTag("ccc"));
--CPPUNIT_ASSERT(!tag.empty());
--RVNGPropertyList props;
--mgr.writeProperties(tag, props);
--assertProperty("unknown lang", props, "fo:language", "ccc");
--CPPUNIT_ASSERT(!props["fo:country"]);
--CPPUNIT_ASSERT(!props["fo:script"]);
--  }
--
--  {
- // invalid tag
- const string tag(mgr.addTag("13c"));
- CPPUNIT_ASSERT(tag.empty());
--- 
-1.7.9.5
-

diff --git a/app-text/libetonyek/files/libetonyek-0.1.6-mdds-1.2.patch 
b/app-text/libetonyek/files/libetonyek-0.1.6-mdds-1.2.patch
deleted file mode 100644
index 7a3f22e94c2..000
--- a/app-text/libetonyek/files/libetonyek-0.1.6-mdds-1.2.patch
+++ /dev/null
@@ -1,33 +0,0 @@
 libetonyek-0.1.6/configure.ac
-+++ libetonyek-0.1.6/configure.ac
-@@ -24,8 +24,8 @@ AC_LANG([C++])
- # Configure options
- # =
- AC_ARG_WITH([mdds],
--AS_HELP_STRING([--with-mdds=1.0|0.x], [Specify which version of 
mdds to use (1.0 is the default)]),
--[], [with_mdds="1.0"])
-+AS_HELP_STRING([--with-mdds=1.2|0.x], [Specify which version of 
mdds to use (1.2 is the default)]),
-+[], [with_mdds="1.2"])
- 
- # ===
- # Find required base packages
-@@ -47,7 +47,7 @@ AC_PROG_SED
- 
- AM_MISSING_PROG([GPERF], [gperf])
- 
--AS_IF([test "$with_mdds" = "1.0"], [AX_CXX_COMPILE_STDCXX_11([noext])])
-+AS_IF([test "$with_mdds" != "0.x"], [AX_CXX_COMPILE_STDCXX_11([noext])])
- 
- # ===
- # Find librevenge
-@@ -138,8 +138,8 @@ AC_SUBST([GLM_CFLAGS])
- # =
- # Find mdds
- # =
--AS_IF([test "$with_mdds" = "1.0"], [
--PKG_CHECK_MODULES([MDDS], [mdds-1.0])
-+AS_IF([test "$with_mdds" != "0.x"], [
-+PKG_CHECK_MODULES([MDDS], [mdds-][$with_mdds])
- ], [
- PKG_CHECK_MODULES([MDDS], [mdds])
- AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of 
any type])

diff --git a/app-text/libetonyek/libetonyek-0.1.6.ebuild 
b/app-text/libetonyek/libetonyek-0.1.6.ebuild
deleted file mode 100644
index e73685fed27..000
--- a/app-text/libetonyek/libetonyek-0.1.6.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
-inherit autotools
-[[ ${PV} ==  ]] && inherit git-r3
-
-DESCRIPTION="Library parsing Apple Keynote presentations"
-HOMEPAGE="

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

2017-12-29 Thread Mikle Kolyada
commit: 0f7158ad3f36ba39a27621ece55dfc143c93c78a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Dec 29 17:59:28 2017 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Dec 29 17:59:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7158ad

app-text/libetonyek: amd64 stable wrt bug #641948

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/libetonyek/libetonyek-0.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.7.ebuild 
b/app-text/libetonyek/libetonyek-0.1.7.ebuild
index 2ea9d067213..d618f8eb3ce 100644
--- a/app-text/libetonyek/libetonyek-0.1.7.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.7.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2017-12-25 Thread Thomas Deutschmann
commit: 271a12f65f78fe8ef2b3eb488ecc13213dae54f3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 26 00:54:06 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 26 00:54:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271a12f6

app-text/libetonyek: x86 stable (bug #641948)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/libetonyek/libetonyek-0.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.7.ebuild 
b/app-text/libetonyek/libetonyek-0.1.7.ebuild
index fc13ce6b6be..2ea9d067213 100644
--- a/app-text/libetonyek/libetonyek-0.1.7.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.7.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2017-11-08 Thread Andreas Sturmlechner
commit: 44fb48fb809c165b9ac0a09d60970b28ae3d3715
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov  7 21:21:27 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov  8 08:50:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44fb48fb

app-text/libetonyek: 0.1.7 version bump

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-text/libetonyek/Manifest|  1 +
 app-text/libetonyek/libetonyek-0.1.7.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 263ad91c326..97fa3a480cf 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1 +1,2 @@
 DIST libetonyek-0.1.6.tar.xz 1243364 SHA256 
df54271492070fbcc6aad9f81ca89658b25dd106cc4ab6b04b067b7a43dcc078 SHA512 
10ae0403d98f33b27be4c3c905dec3df48cc01ce438f8760298edeadb76dd74da997edbd7dc03635fbc168b318bfe6e130f2306f495dfbf4135dd6dfcccabb4e
 WHIRLPOOL 
932704f1d8bb1269e6be8e3fd7bd64af01ba0f098272befc747da9a4bd225bb201542bebf31d6e6338e613835fca4d7c6e2c1454df4ed764af30459393b6d73b
+DIST libetonyek-0.1.7.tar.xz 1256232 SHA256 
69dbe10d4426d52f09060d489f8eb90dfa1df592e82eb0698d9dbaf38cc734ac SHA512 
bec4819e161f68b7315567464bfe9e0259a59822a7926c54208cceb04061664a1220716539816a24a6f259eac6f7063c72750aaaf8d8886e3bfb0c4d5f1e0b0f
 WHIRLPOOL 
67183bed3e3b257727cbc43b44dda7af8129a795b3dac9d73e1f6e5f85ed058a5f2d672c9d482b9a6d7603ea231fba9663c27ca95f8820b0d802d46f523fade9

diff --git a/app-text/libetonyek/libetonyek-0.1.7.ebuild 
b/app-text/libetonyek/libetonyek-0.1.7.ebuild
new file mode 100644
index 000..fc13ce6b6be
--- /dev/null
+++ b/app-text/libetonyek/libetonyek-0.1.7.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
+[[ ${PV} ==  ]] && inherit autotools git-r3
+
+DESCRIPTION="Library parsing Apple Keynote presentations"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
+[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
+
+LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
+SLOT="0"
+[[ ${PV} ==  ]] || \
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="doc static-libs test"
+
+RDEPEND="
+   app-text/liblangtag
+   dev-libs/librevenge
+   dev-libs/libxml2
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   >=dev-util/mdds-1.2.2:1
+   media-libs/glm
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   test? ( dev-util/cppunit )
+"
+
+src_prepare() {
+   default
+   [[ -d m4 ]] || mkdir "m4"
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-werror \
+   $(use_with doc docs) \
+   $(use_enable static-libs static) \
+   $(use_enable test tests) \
+   --with-mdds=1.2
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2017-11-08 Thread Andreas Sturmlechner
commit: 011d2bfdaacbadfe5381c7a209aa65ae07791da0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov  7 21:20:09 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov  8 08:50:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011d2bfd

app-text/libetonyek: Drop obsolete min GCC check

Sync KEYWORDS.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-text/libetonyek/libetonyek-.ebuild | 11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 26e021ff6f5..fc13ce6b6be 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
@@ -32,15 +32,6 @@ DEPEND="${RDEPEND}
test? ( dev-util/cppunit )
 "
 
-pkg_pretend() {
-   if [[ $(gcc-major-version) -lt 4 ]] || {
-   [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 8 ]]; 
}
-   then
-   eerror "Compilation with gcc older than 4.8 is not supported"
-   die "Too old gcc found."
-   fi
-}
-
 src_prepare() {
default
[[ -d m4 ]] || mkdir "m4"



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

2017-08-17 Thread Michał Górny
commit: f87a0780320c25ce551dd590c56e08fcde9fb2e1
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 13:25:23 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 17 17:04:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87a0780

app-text/libetonyek: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-text/libetonyek/libetonyek-0.1.6.ebuild | 6 +++---
 app-text/libetonyek/libetonyek-.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.6.ebuild 
b/app-text/libetonyek/libetonyek-0.1.6.ebuild
index caf03e64836..53bc1569a89 100644
--- a/app-text/libetonyek/libetonyek-0.1.6.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.6.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
 inherit autotools
 [[ ${PV} ==  ]] && inherit git-r3
 
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
-[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
+[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index cff359d6fa5..26e021ff6f5 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git";
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
-[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
+[[ ${PV} ==  ]] || 
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz";
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"



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

2016-12-17 Thread Andreas Hüttel
commit: cd158c4dfd4febebc7728c89306831ba00bd95f2
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Nov 26 00:40:05 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Dec 17 15:56:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd158c4d

app-text/libetonyek: Drop eutils.eclass

Package-Manager: portage-2.3.0

 app-text/libetonyek/libetonyek-0.1.6.ebuild | 11 +--
 app-text/libetonyek/libetonyek-.ebuild  |  8 +++-
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.6.ebuild 
b/app-text/libetonyek/libetonyek-0.1.6.ebuild
index 8637cf4..99d1b92 100644
--- a/app-text/libetonyek/libetonyek-0.1.6.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.6.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
-inherit autotools eutils
+inherit autotools
 [[ ${PV} ==  ]] && inherit git-r3
 
 DESCRIPTION="Library parsing Apple Keynote presentations"
@@ -56,14 +56,13 @@ src_prepare() {
 
 src_configure() {
econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   $(use_enable static-libs static) \
--disable-werror \
-   $(use_enable test tests) \
-   $(use_with doc docs)
+   $(use_with doc docs) \
+   $(use_enable static-libs static) \
+   $(use_enable test tests)
 }
 
 src_install() {
default
-   prune_libtool_files --all
+   find "${D}" -name '*.la' -delete || die
 }

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index aae98f2..837270a 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
-inherit eutils
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing Apple Keynote presentations"
@@ -51,15 +50,14 @@ src_prepare() {
 
 src_configure() {
econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   $(use_enable static-libs static) \
--disable-werror \
-   $(use_enable test tests) \
$(use_with doc docs) \
+   $(use_enable static-libs static) \
+   $(use_enable test tests) \
--with-mdds=1.2
 }
 
 src_install() {
default
-   prune_libtool_files --all
+   find "${D}" -name '*.la' -delete || die
 }



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

2016-11-29 Thread Andreas Hüttel
commit: 38eab5444276f38ec219321f72b25a1206bd893b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Nov 29 19:58:48 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Nov 29 20:27:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38eab544

app-text/libetonyek: Remove old

Package-Manager: portage-2.3.2

 app-text/libetonyek/Manifest|  1 -
 app-text/libetonyek/libetonyek-0.1.3.ebuild | 63 -
 2 files changed, 64 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index c057d31..263ad91 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,2 +1 @@
-DIST libetonyek-0.1.3.tar.xz 372884 SHA256 
fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 SHA512 
912cb94e6cd63a162a8831368f953c4e6fb14b582a13a7ce93c0bcbb63b688fcbe4733dbb883d6a9faee2011ca5e888d00adda075c2a58d00858770ed68d6844
 WHIRLPOOL 
5fe864e37f6611c8cda92243a13e08e38ce1fd6f9544ddee7d3392fa9bfe573cd9af6ddd0ff03c7a0cee19b63c46b96398d985eaeb7367cd06aac8796d3655b8
 DIST libetonyek-0.1.6.tar.xz 1243364 SHA256 
df54271492070fbcc6aad9f81ca89658b25dd106cc4ab6b04b067b7a43dcc078 SHA512 
10ae0403d98f33b27be4c3c905dec3df48cc01ce438f8760298edeadb76dd74da997edbd7dc03635fbc168b318bfe6e130f2306f495dfbf4135dd6dfcccabb4e
 WHIRLPOOL 
932704f1d8bb1269e6be8e3fd7bd64af01ba0f098272befc747da9a4bd225bb201542bebf31d6e6338e613835fca4d7c6e2c1454df4ed764af30459393b6d73b

diff --git a/app-text/libetonyek/libetonyek-0.1.3.ebuild 
b/app-text/libetonyek/libetonyek-0.1.3.ebuild
deleted file mode 100644
index 295a5d8..
--- a/app-text/libetonyek/libetonyek-0.1.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
-inherit base eutils
-[[ ${PV} ==  ]] && inherit autotools git-2
-
-DESCRIPTION="Library parsing Apple Keynote presentations"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
-[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
-
-LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc static-libs test"
-
-RDEPEND="
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   >=dev-util/mdds-0.12.1:0
-   media-libs/glm
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit )
-"
-
-pkg_pretend() {
-   if [[ $(gcc-major-version) -lt 4 ]] || {
-   [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 8 ]]; 
}
-   then
-   eerror "Compilation with gcc older than 4.8 is not supported"
-   die "Too old gcc found."
-   fi
-}
-
-src_prepare() {
-   [[ -d m4 ]] || mkdir "m4"
-   base_src_prepare
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   $(use_enable static-libs static) \
-   --disable-werror \
-   $(use_enable test tests) \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



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

2016-11-29 Thread Agostino Sarubbo
commit: 66a1634e84d9564922aea78183dab46418951635
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:40:36 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:40:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a1634e

app-text/libetonyek: x86 stable wrt bug #600038

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.6.ebuild 
b/app-text/libetonyek/libetonyek-0.1.6.ebuild
index ce6e5b0..8637cf4 100644
--- a/app-text/libetonyek/libetonyek-0.1.6.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.6.ebuild
@@ -15,7 +15,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2016-11-29 Thread Agostino Sarubbo
commit: 857b024d3ba524de1bcb161655ef0d1dde7b55b1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:38:41 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:38:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857b024d

app-text/libetonyek: amd64 stable wrt bug #600038

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/libetonyek/libetonyek-0.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.6.ebuild 
b/app-text/libetonyek/libetonyek-0.1.6.ebuild
index 5990e49..ce6e5b0 100644
--- a/app-text/libetonyek/libetonyek-0.1.6.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.6.ebuild
@@ -15,7 +15,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="



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

2016-11-05 Thread Andreas Hüttel
commit: 7879d7b792884b295c9bff2c4858521e78c20041
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Oct 22 09:26:58 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7879d7b7

app-text/libetonyek: Fix tests

Gentoo-bug: 595022

Package-Manager: portage-2.3.0

 .../files/libetonyek-0.1.6-drop-test.patch | 36 ++
 .../files/libetonyek-0.1.6-mdds-1.2.patch  |  6 ++--
 app-text/libetonyek/libetonyek-0.1.6.ebuild|  5 ++-
 3 files changed, 43 insertions(+), 4 deletions(-)

diff --git a/app-text/libetonyek/files/libetonyek-0.1.6-drop-test.patch 
b/app-text/libetonyek/files/libetonyek-0.1.6-drop-test.patch
new file mode 100644
index ..a868f79
--- /dev/null
+++ b/app-text/libetonyek/files/libetonyek-0.1.6-drop-test.patch
@@ -0,0 +1,36 @@
+From 1a20d8ece2ea3e8aa1d319cd88e8a6aa637982f2 Mon Sep 17 00:00:00 2001
+From: David Tardon 
+Date: Fri, 30 Sep 2016 09:57:15 +0200
+Subject: [PATCH] drop test that violates Unicode tr#35
+
+(and therefore fails with latest liblangtag)
+
+Change-Id: I0e06c6c4e8bcf999cf5559d6287e77ae97e555d8
+---
+ src/test/IWORKLanguageManagerTest.cpp |   10 --
+ 1 file changed, 10 deletions(-)
+
+diff --git a/src/test/IWORKLanguageManagerTest.cpp 
b/src/test/IWORKLanguageManagerTest.cpp
+index 8fca0a6..e663bd2 100644
+--- a/src/test/IWORKLanguageManagerTest.cpp
 b/src/test/IWORKLanguageManagerTest.cpp
+@@ -104,16 +104,6 @@ void IWORKLanguageManagerTest::testTagToProps()
+   }
+ 
+   {
+-const string tag(mgr.addTag("ccc"));
+-CPPUNIT_ASSERT(!tag.empty());
+-RVNGPropertyList props;
+-mgr.writeProperties(tag, props);
+-assertProperty("unknown lang", props, "fo:language", "ccc");
+-CPPUNIT_ASSERT(!props["fo:country"]);
+-CPPUNIT_ASSERT(!props["fo:script"]);
+-  }
+-
+-  {
+ // invalid tag
+ const string tag(mgr.addTag("13c"));
+ CPPUNIT_ASSERT(tag.empty());
+-- 
+1.7.9.5
+

diff --git a/app-text/libetonyek/files/libetonyek-0.1.6-mdds-1.2.patch 
b/app-text/libetonyek/files/libetonyek-0.1.6-mdds-1.2.patch
index 0ca085f..7a3f22e 100644
--- a/app-text/libetonyek/files/libetonyek-0.1.6-mdds-1.2.patch
+++ b/app-text/libetonyek/files/libetonyek-0.1.6-mdds-1.2.patch
@@ -16,7 +16,7 @@
  AM_MISSING_PROG([GPERF], [gperf])
  
 -AS_IF([test "$with_mdds" = "1.0"], [AX_CXX_COMPILE_STDCXX_11([noext])])
-+AS_IF([test "$with_mdds" = "1.2"], [AX_CXX_COMPILE_STDCXX_11([noext])])
++AS_IF([test "$with_mdds" != "0.x"], [AX_CXX_COMPILE_STDCXX_11([noext])])
  
  # ===
  # Find librevenge
@@ -26,8 +26,8 @@
  # =
 -AS_IF([test "$with_mdds" = "1.0"], [
 -PKG_CHECK_MODULES([MDDS], [mdds-1.0])
-+AS_IF([test "$with_mdds" = "1.2"], [
-+PKG_CHECK_MODULES([MDDS], [mdds-1.2])
++AS_IF([test "$with_mdds" != "0.x"], [
++PKG_CHECK_MODULES([MDDS], [mdds-][$with_mdds])
  ], [
  PKG_CHECK_MODULES([MDDS], [mdds])
  AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of 
any type])

diff --git a/app-text/libetonyek/libetonyek-0.1.6.ebuild 
b/app-text/libetonyek/libetonyek-0.1.6.ebuild
index b4a4e5b..5990e49 100644
--- a/app-text/libetonyek/libetonyek-0.1.6.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.6.ebuild
@@ -34,7 +34,10 @@ DEPEND="${RDEPEND}
test? ( dev-util/cppunit )
 "
 
-PATCHES=( "${FILESDIR}/${P}-mdds-1.2.patch" ) # patch taken from Debian
+PATCHES=(
+   "${FILESDIR}/${P}-mdds-1.2.patch" # patch taken from Debian
+   "${FILESDIR}/${P}-drop-test.patch" # bug 595022
+)
 
 pkg_pretend() {
if [[ $(gcc-major-version) -lt 4 ]] || {



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

2016-10-01 Thread Andreas Hüttel
commit: 15f2493ec2fe1fb901f3d95d3e1494a0555d8557
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 24 18:32:02 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Oct  1 22:08:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f2493e

app-text/libetonyek: Fix configure with mdds-1.2

Package-Manager: portage-2.3.0

 app-text/libetonyek/libetonyek-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 3aa7b1e..aae98f2 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   dev-util/mdds:1
+   >=dev-util/mdds-1.2.2:1
media-libs/glm
sys-devel/libtool
virtual/pkgconfig
@@ -55,7 +55,8 @@ src_configure() {
$(use_enable static-libs static) \
--disable-werror \
$(use_enable test tests) \
-   $(use_with doc docs)
+   $(use_with doc docs) \
+   --with-mdds=1.2
 }
 
 src_install() {



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

2016-07-03 Thread Andreas Hüttel
commit: 9dbaba3637a5b6395a2ab18c4687b88d2802c286
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 10:06:49 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Jul  3 20:27:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbaba36

app-text/libetonyek: Drop old

Package-Manager: portage-2.2.28

 app-text/libetonyek/Manifest   |  1 -
 .../libetonyek/files/libetonyek-0.0.3-comma.patch  | 11 
 .../files/libetonyek-0.0.3-lexical_cast.patch  | 56 
 app-text/libetonyek/libetonyek-0.0.3.ebuild| 59 --
 4 files changed, 127 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index c70916d..c057d31 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,3 +1,2 @@
-DIST libetonyek-0.0.3.tar.xz 341276 SHA256 
b5b96cd0857fc9a740d6ec737d613d95e9524103b9ab5a15bb6e645621d943e6 SHA512 
9d60170e4404582e29bc3f04c4389f37fa6d1aedb2bf5f90fbc47230a02f184237cd3f49f8f578ccf92e2b28a84dd438a63f8e0c219697e15df3d47c86954a55
 WHIRLPOOL 
2a1334edd7843b0a8c05f04a9613fc7a580c93385f729d397224004ea07a417c6601e4295558b610a0a0458cf2d9ccd4b8d346d74d28caa490f61e59987471f1
 DIST libetonyek-0.1.3.tar.xz 372884 SHA256 
fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 SHA512 
912cb94e6cd63a162a8831368f953c4e6fb14b582a13a7ce93c0bcbb63b688fcbe4733dbb883d6a9faee2011ca5e888d00adda075c2a58d00858770ed68d6844
 WHIRLPOOL 
5fe864e37f6611c8cda92243a13e08e38ce1fd6f9544ddee7d3392fa9bfe573cd9af6ddd0ff03c7a0cee19b63c46b96398d985eaeb7367cd06aac8796d3655b8
 DIST libetonyek-0.1.6.tar.xz 1243364 SHA256 
df54271492070fbcc6aad9f81ca89658b25dd106cc4ab6b04b067b7a43dcc078 SHA512 
10ae0403d98f33b27be4c3c905dec3df48cc01ce438f8760298edeadb76dd74da997edbd7dc03635fbc168b318bfe6e130f2306f495dfbf4135dd6dfcccabb4e
 WHIRLPOOL 
932704f1d8bb1269e6be8e3fd7bd64af01ba0f098272befc747da9a4bd225bb201542bebf31d6e6338e613835fca4d7c6e2c1454df4ed764af30459393b6d73b

diff --git a/app-text/libetonyek/files/libetonyek-0.0.3-comma.patch 
b/app-text/libetonyek/files/libetonyek-0.0.3-comma.patch
deleted file mode 100644
index 1504acc..000
--- a/app-text/libetonyek/files/libetonyek-0.0.3-comma.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 libetonyek-0.0.3/src/lib/KEYEnum.h 2013-12-06 09:40:36.0 +0100
-+++ libetonyek-0.0.3/src/lib/KEYEnum.h 2013-12-15 06:21:26.372083749 +0100
-@@ -33,7 +33,7 @@
-   KEY_CAPITALIZATION_NONE,
-   KEY_CAPITALIZATION_ALL_CAPS,
-   KEY_CAPITALIZATION_SMALL_CAPS,
--  KEY_CAPITALIZATION_TITLE,
-+  KEY_CAPITALIZATION_TITLE
- };
- 
- }

diff --git a/app-text/libetonyek/files/libetonyek-0.0.3-lexical_cast.patch 
b/app-text/libetonyek/files/libetonyek-0.0.3-lexical_cast.patch
deleted file mode 100644
index 19a5aea..000
--- a/app-text/libetonyek/files/libetonyek-0.0.3-lexical_cast.patch
+++ /dev/null
@@ -1,56 +0,0 @@
 libetonyek-0.0.3/src/lib/KEY2ParserUtils.cpp   2013-12-01 
21:44:51.0 +0100
-+++ libetonyek-0.0.3/src/lib/KEY2ParserUtils.cpp   2013-12-15 
06:53:07.474721349 +0100
-@@ -125,7 +125,7 @@
-   return KEYSize(size.second, size.first);
- }
- 
--bool KEY2ParserUtils::bool_cast(const char *const value)
-+bool KEY2ParserUtils::bool_cast(const char *value)
- {
-   KEY2Tokenizer tok;
-   switch (tok(value))
-@@ -142,6 +142,16 @@
-   return false;
- }
- 
-+double KEY2ParserUtils::double_cast(const char *value)
-+{
-+  return lexical_cast(value);
-+}
-+
-+int KEY2ParserUtils::int_cast(const char *value)
-+{
-+  return lexical_cast(value);
-+}
-+
- double KEY2ParserUtils::deg2rad(double value)
- {
-   // normalize range
 libetonyek-0.0.3/src/lib/KEY2ParserUtils.h 2013-10-30 22:04:38.0 
+0100
-+++ libetonyek-0.0.3/src/lib/KEY2ParserUtils.h 2013-12-15 06:50:40.296884951 
+0100
-@@ -81,6 +81,8 @@
- * @returns the boolean value of the string
- */
-   static bool bool_cast(const char *value);
-+  static double double_cast(const char *value);
-+  static int int_cast(const char *value);
- 
-   static double deg2rad(double value);
- 
 libetonyek-0.0.3/src/lib/KEY2StyleParser.cpp   2013-12-06 
10:36:13.0 +0100
-+++ libetonyek-0.0.3/src/lib/KEY2StyleParser.cpp   2013-12-15 
06:53:45.353451061 +0100
-@@ -62,12 +62,12 @@
- 
- optional readDouble(const KEYXMLReader &reader)
- {
--  return readNumber(reader, KEY2Token::f, &lexical_cast);
-+  return readNumber(reader, KEY2Token::f, 
&KEY2ParserUtils::double_cast);
- }
- 
- optional readInt(const KEYXMLReader &reader)
- {
--  return readNumber(reader, KEY2Token::i, &lexical_cast);
-+  return readNumber(reader, KEY2Token::i, &KEY2ParserUtils::double_cast);
- }
- 
- optional readColor(const KEYXMLReader &reader)

diff --git a/app-text/libetonyek/libetonyek-0.0.3.ebuild 
b/app-text/libetonyek/libetonyek-0.0.3.ebuild
deleted file mode 100644
index b125b75..000
--- a/app-text/libetonyek/libetonyek-0.0.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1

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

2016-06-07 Thread Lars Wendler
commit: fb65b28c94cc840ef3f4e5b22f918f21ca8a8815
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jun  4 12:58:07 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jun  7 14:57:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb65b28c

app-text/libetonyek: Fix build w/ mdds-1.2.0

Patch taken from Debian. See also:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824584

Gentoo-bug: 584994

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 .../files/libetonyek-0.1.6-mdds-1.2.patch  | 33 ++
 app-text/libetonyek/libetonyek-0.1.6.ebuild| 12 
 app-text/libetonyek/libetonyek-.ebuild |  2 +-
 3 files changed, 41 insertions(+), 6 deletions(-)

diff --git a/app-text/libetonyek/files/libetonyek-0.1.6-mdds-1.2.patch 
b/app-text/libetonyek/files/libetonyek-0.1.6-mdds-1.2.patch
new file mode 100644
index 000..0ca085f
--- /dev/null
+++ b/app-text/libetonyek/files/libetonyek-0.1.6-mdds-1.2.patch
@@ -0,0 +1,33 @@
+--- libetonyek-0.1.6/configure.ac
 libetonyek-0.1.6/configure.ac
+@@ -24,8 +24,8 @@ AC_LANG([C++])
+ # Configure options
+ # =
+ AC_ARG_WITH([mdds],
+-AS_HELP_STRING([--with-mdds=1.0|0.x], [Specify which version of 
mdds to use (1.0 is the default)]),
+-[], [with_mdds="1.0"])
++AS_HELP_STRING([--with-mdds=1.2|0.x], [Specify which version of 
mdds to use (1.2 is the default)]),
++[], [with_mdds="1.2"])
+ 
+ # ===
+ # Find required base packages
+@@ -47,7 +47,7 @@ AC_PROG_SED
+ 
+ AM_MISSING_PROG([GPERF], [gperf])
+ 
+-AS_IF([test "$with_mdds" = "1.0"], [AX_CXX_COMPILE_STDCXX_11([noext])])
++AS_IF([test "$with_mdds" = "1.2"], [AX_CXX_COMPILE_STDCXX_11([noext])])
+ 
+ # ===
+ # Find librevenge
+@@ -138,8 +138,8 @@ AC_SUBST([GLM_CFLAGS])
+ # =
+ # Find mdds
+ # =
+-AS_IF([test "$with_mdds" = "1.0"], [
+-PKG_CHECK_MODULES([MDDS], [mdds-1.0])
++AS_IF([test "$with_mdds" = "1.2"], [
++PKG_CHECK_MODULES([MDDS], [mdds-1.2])
+ ], [
+ PKG_CHECK_MODULES([MDDS], [mdds])
+ AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of 
any type])

diff --git a/app-text/libetonyek/libetonyek-0.1.6.ebuild 
b/app-text/libetonyek/libetonyek-0.1.6.ebuild
index 5dd6084..b4a4e5b 100644
--- a/app-text/libetonyek/libetonyek-0.1.6.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.6.ebuild
@@ -5,8 +5,8 @@
 EAPI=6
 
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
-inherit eutils
-[[ ${PV} ==  ]] && inherit autotools git-r3
+inherit autotools eutils
+[[ ${PV} ==  ]] && inherit git-r3
 
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
@@ -26,7 +26,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   dev-util/mdds:1
+   >=dev-util/mdds-1.2.0:1
media-libs/glm
sys-devel/libtool
virtual/pkgconfig
@@ -34,6 +34,8 @@ DEPEND="${RDEPEND}
test? ( dev-util/cppunit )
 "
 
+PATCHES=( "${FILESDIR}/${P}-mdds-1.2.patch" ) # patch taken from Debian
+
 pkg_pretend() {
if [[ $(gcc-major-version) -lt 4 ]] || {
[[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 8 ]]; 
}
@@ -44,9 +46,9 @@ pkg_pretend() {
 }
 
 src_prepare() {
-   eapply_user
+   default
[[ -d m4 ]] || mkdir "m4"
-   [[ ${PV} ==  ]] && eautoreconf
+   eautoreconf
 }
 
 src_configure() {

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 71de234..3aa7b1e 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -44,7 +44,7 @@ pkg_pretend() {
 }
 
 src_prepare() {
-   eapply_user
+   default
[[ -d m4 ]] || mkdir "m4"
[[ ${PV} ==  ]] && eautoreconf
 }



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

2016-04-05 Thread Robin H. Johnson
commit: 2c959934fe18445a6b1e62df2697c805b0b13e01
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Apr  5 22:50:57 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Apr  5 22:51:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c959934

app-text/libetonyek: bump dep, does not compile with older 
app-text/liblangtag-0.4.

Package-Manager: portage-2.2.28

 app-text/libetonyek/libetonyek-0.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.6.ebuild 
b/app-text/libetonyek/libetonyek-0.1.6.ebuild
index 71de234..5dd6084 100644
--- a/app-text/libetonyek/libetonyek-0.1.6.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.6.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
-   app-text/liblangtag
+   >=app-text/liblangtag-0.5
dev-libs/librevenge
dev-libs/libxml2
sys-libs/zlib



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

2016-02-29 Thread Andreas Hüttel
commit: 49d57f6915d8cedddefccb5e7d185cd94d355d80
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Feb 29 13:39:46 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Feb 29 13:39:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d57f69

app-text/libetonyek: Remove old

Package-Manager: portage-2.2.27

 app-text/libetonyek/Manifest|  2 --
 app-text/libetonyek/libetonyek-0.1.1.ebuild | 54 
 app-text/libetonyek/libetonyek-0.1.2.ebuild | 55 -
 3 files changed, 111 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 63ee587..c70916d 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -1,5 +1,3 @@
 DIST libetonyek-0.0.3.tar.xz 341276 SHA256 
b5b96cd0857fc9a740d6ec737d613d95e9524103b9ab5a15bb6e645621d943e6 SHA512 
9d60170e4404582e29bc3f04c4389f37fa6d1aedb2bf5f90fbc47230a02f184237cd3f49f8f578ccf92e2b28a84dd438a63f8e0c219697e15df3d47c86954a55
 WHIRLPOOL 
2a1334edd7843b0a8c05f04a9613fc7a580c93385f729d397224004ea07a417c6601e4295558b610a0a0458cf2d9ccd4b8d346d74d28caa490f61e59987471f1
-DIST libetonyek-0.1.1.tar.xz 338396 SHA256 
9c6a5a0f15ae6cc6e2dfb2272b664dedda7918ed46f3756f9f29a72589d8c83e SHA512 
a75463b1bf41eca19b3d1e9391683a42d2343b23b6bd1d69aa41c10ae0cef4d5794896976ba46ff364e7ead52c556e349c525bb12cea40242542037d60c2a2c4
 WHIRLPOOL 
373ae59f8cf1f88b37ab7c21ae22e9a6f5d32d23c5dc3b517e101d56c745940ecfc7ba579cd83601390895189271fa9ecc846460c8d570616a5274a634f91dac
-DIST libetonyek-0.1.2.tar.xz 346248 SHA256 
58d078a76c3fd839c282244a1a7dabca81cef64be086a5c7d8470bb64208da39 SHA512 
9d1ca586c313f93b31a19a47e9a050bbc5be8cac385d16f3060353b26de86ddb35a2d72694ec6d0ad043a108a7fe5d451dcd205db96822a0c0ce32a101b20e80
 WHIRLPOOL 
aaba195fa0f7811a8ef05e64720cb37ca6a06534bcb7f6f0d75a9d35d3ca6fedc27783eb5e13607273e219c70bd4439561081702e80dc549c646a01dd58a595c
 DIST libetonyek-0.1.3.tar.xz 372884 SHA256 
fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 SHA512 
912cb94e6cd63a162a8831368f953c4e6fb14b582a13a7ce93c0bcbb63b688fcbe4733dbb883d6a9faee2011ca5e888d00adda075c2a58d00858770ed68d6844
 WHIRLPOOL 
5fe864e37f6611c8cda92243a13e08e38ce1fd6f9544ddee7d3392fa9bfe573cd9af6ddd0ff03c7a0cee19b63c46b96398d985eaeb7367cd06aac8796d3655b8
 DIST libetonyek-0.1.6.tar.xz 1243364 SHA256 
df54271492070fbcc6aad9f81ca89658b25dd106cc4ab6b04b067b7a43dcc078 SHA512 
10ae0403d98f33b27be4c3c905dec3df48cc01ce438f8760298edeadb76dd74da997edbd7dc03635fbc168b318bfe6e130f2306f495dfbf4135dd6dfcccabb4e
 WHIRLPOOL 
932704f1d8bb1269e6be8e3fd7bd64af01ba0f098272befc747da9a4bd225bb201542bebf31d6e6338e613835fca4d7c6e2c1454df4ed764af30459393b6d73b

diff --git a/app-text/libetonyek/libetonyek-0.1.1.ebuild 
b/app-text/libetonyek/libetonyek-0.1.1.ebuild
deleted file mode 100644
index 0a420fc..000
--- a/app-text/libetonyek/libetonyek-0.1.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
-inherit base eutils
-[[ ${PV} ==  ]] && inherit autotools git-2
-
-DESCRIPTION="Library parsing Apple Keynote presentations"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
-[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
-
-LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc static-libs test"
-
-RDEPEND="
-   dev-libs/boost:=
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   dev-util/gperf
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit )
-"
-
-src_prepare() {
-   [[ -d m4 ]] || mkdir "m4"
-   base_src_prepare
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   $(use_enable static-libs static) \
-   --disable-werror \
-   $(use_enable test tests) \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git a/app-text/libetonyek/libetonyek-0.1.2.ebuild 
b/app-text/libetonyek/libetonyek-0.1.2.ebuild
deleted file mode 100644
index 963600b..000
--- a/app-text/libetonyek/libetonyek-0.1.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
-inherit base eutils
-[[ ${PV} ==  ]] && inherit autotools git-2
-
-DESCRIPTION="Library parsing Apple Keynote presentations"
-HOMEPAGE="https://wiki.documentfoundation.org/DL

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

2016-02-22 Thread Andreas Hüttel
commit: 84ece025f04c7811c7febdfeb193aacedfda80f5
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Feb  6 10:22:37 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Feb 22 17:04:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ece025

app-text/libetonyek: 0.1.6 version bump

Package-Manager: portage-2.2.27

 app-text/libetonyek/Manifest  |  1 +
 .../{libetonyek-.ebuild => libetonyek-0.1.6.ebuild}   | 15 ---
 app-text/libetonyek/libetonyek-.ebuild| 15 ---
 3 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
index 82a3a03..63ee587 100644
--- a/app-text/libetonyek/Manifest
+++ b/app-text/libetonyek/Manifest
@@ -2,3 +2,4 @@ DIST libetonyek-0.0.3.tar.xz 341276 SHA256 
b5b96cd0857fc9a740d6ec737d613d95e9524
 DIST libetonyek-0.1.1.tar.xz 338396 SHA256 
9c6a5a0f15ae6cc6e2dfb2272b664dedda7918ed46f3756f9f29a72589d8c83e SHA512 
a75463b1bf41eca19b3d1e9391683a42d2343b23b6bd1d69aa41c10ae0cef4d5794896976ba46ff364e7ead52c556e349c525bb12cea40242542037d60c2a2c4
 WHIRLPOOL 
373ae59f8cf1f88b37ab7c21ae22e9a6f5d32d23c5dc3b517e101d56c745940ecfc7ba579cd83601390895189271fa9ecc846460c8d570616a5274a634f91dac
 DIST libetonyek-0.1.2.tar.xz 346248 SHA256 
58d078a76c3fd839c282244a1a7dabca81cef64be086a5c7d8470bb64208da39 SHA512 
9d1ca586c313f93b31a19a47e9a050bbc5be8cac385d16f3060353b26de86ddb35a2d72694ec6d0ad043a108a7fe5d451dcd205db96822a0c0ce32a101b20e80
 WHIRLPOOL 
aaba195fa0f7811a8ef05e64720cb37ca6a06534bcb7f6f0d75a9d35d3ca6fedc27783eb5e13607273e219c70bd4439561081702e80dc549c646a01dd58a595c
 DIST libetonyek-0.1.3.tar.xz 372884 SHA256 
fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 SHA512 
912cb94e6cd63a162a8831368f953c4e6fb14b582a13a7ce93c0bcbb63b688fcbe4733dbb883d6a9faee2011ca5e888d00adda075c2a58d00858770ed68d6844
 WHIRLPOOL 
5fe864e37f6611c8cda92243a13e08e38ce1fd6f9544ddee7d3392fa9bfe573cd9af6ddd0ff03c7a0cee19b63c46b96398d985eaeb7367cd06aac8796d3655b8
+DIST libetonyek-0.1.6.tar.xz 1243364 SHA256 
df54271492070fbcc6aad9f81ca89658b25dd106cc4ab6b04b067b7a43dcc078 SHA512 
10ae0403d98f33b27be4c3c905dec3df48cc01ce438f8760298edeadb76dd74da997edbd7dc03635fbc168b318bfe6e130f2306f495dfbf4135dd6dfcccabb4e
 WHIRLPOOL 
932704f1d8bb1269e6be8e3fd7bd64af01ba0f098272befc747da9a4bd225bb201542bebf31d6e6338e613835fca4d7c6e2c1454df4ed764af30459393b6d73b

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-0.1.6.ebuild
similarity index 87%
copy from app-text/libetonyek/libetonyek-.ebuild
copy to app-text/libetonyek/libetonyek-0.1.6.ebuild
index 2106900..71de234 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.6.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
-inherit base eutils
-[[ ${PV} ==  ]] && inherit autotools git-2
+inherit eutils
+[[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
@@ -19,13 +19,14 @@ KEYWORDS="~amd64 ~arm ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
+   app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   >=dev-util/mdds-0.12.1
+   dev-libs/boost
+   dev-util/mdds:1
media-libs/glm
sys-devel/libtool
virtual/pkgconfig
@@ -43,8 +44,8 @@ pkg_pretend() {
 }
 
 src_prepare() {
+   eapply_user
[[ -d m4 ]] || mkdir "m4"
-   base_src_prepare
[[ ${PV} ==  ]] && eautoreconf
 }
 

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 2106900..71de234 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
-inherit base eutils
-[[ ${PV} ==  ]] && inherit autotools git-2
+inherit eutils
+[[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
@@ -19,13 +19,14 @@ KEYWORDS="~amd64 ~arm ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="
+   app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   >=dev-util/mdds-0

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

2016-02-22 Thread Andreas Hüttel
commit: b872c592e255afa57e63f140ba322847b4a5c694
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Feb  6 13:56:30 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Feb 22 17:04:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b872c592

app-text/libetonyek: Check for GCC >= 4.8, bug 557348

Pin mdds DEPEND to slot 0.

Package-Manager: portage-2.2.27

 app-text/libetonyek/libetonyek-0.1.3.ebuild | 13 +++--
 app-text/libetonyek/libetonyek-.ebuild  |  9 +
 app-text/libetonyek/metadata.xml|  8 
 3 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.3.ebuild 
b/app-text/libetonyek/libetonyek-0.1.3.ebuild
index b289548..295a5d8 100644
--- a/app-text/libetonyek/libetonyek-0.1.3.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,7 +25,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
>=dev-libs/boost-1.46
-   >=dev-util/mdds-0.12.1
+   >=dev-util/mdds-0.12.1:0
media-libs/glm
sys-devel/libtool
virtual/pkgconfig
@@ -33,6 +33,15 @@ DEPEND="${RDEPEND}
test? ( dev-util/cppunit )
 "
 
+pkg_pretend() {
+   if [[ $(gcc-major-version) -lt 4 ]] || {
+   [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 8 ]]; 
}
+   then
+   eerror "Compilation with gcc older than 4.8 is not supported"
+   die "Too old gcc found."
+   fi
+}
+
 src_prepare() {
[[ -d m4 ]] || mkdir "m4"
base_src_prepare

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index 649d812..2106900 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -33,6 +33,15 @@ DEPEND="${RDEPEND}
test? ( dev-util/cppunit )
 "
 
+pkg_pretend() {
+   if [[ $(gcc-major-version) -lt 4 ]] || {
+   [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 8 ]]; 
}
+   then
+   eerror "Compilation with gcc older than 4.8 is not supported"
+   die "Too old gcc found."
+   fi
+}
+
 src_prepare() {
[[ -d m4 ]] || mkdir "m4"
base_src_prepare

diff --git a/app-text/libetonyek/metadata.xml b/app-text/libetonyek/metadata.xml
index 9d67a9d..13ce236 100644
--- a/app-text/libetonyek/metadata.xml
+++ b/app-text/libetonyek/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   [email protected]
-   Gentoo Office project
-
+   
+   [email protected]
+   Gentoo Office project
+