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

2022-03-25 Thread Jakov Smolić
commit: e9164b113c3a787a537d91b0fa489740fceb6255
Author: Ryan Qian  bitbili  net>
AuthorDate: Fri Mar 18 06:29:29 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Mar 25 13:55:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9164b11

app-text/libabw: keyword 0.1.3 for ~riscv

Signed-off-by: Ryan Qian  bitbili.net>
Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/app-text/libabw/libabw-0.1.3.ebuild 
b/app-text/libabw/libabw-0.1.3.ebuild
index 71115f275264..a62943210fa2 100644
--- a/app-text/libabw/libabw-0.1.3.ebuild
+++ b/app-text/libabw/libabw-0.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="doc static-libs"
 
 BDEPEND="



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

2019-11-08 Thread Andreas Sturmlechner
commit: eb2b1e7b869cc0e560035e80ec04416d83a7f535
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov  8 20:32:03 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov  8 20:32:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2b1e7b

app-text/libabw: Drop 0.1.2

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

 app-text/libabw/Manifest|  1 -
 app-text/libabw/libabw-0.1.2.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/app-text/libabw/Manifest b/app-text/libabw/Manifest
index 975bf466f44..ad0a14117aa 100644
--- a/app-text/libabw/Manifest
+++ b/app-text/libabw/Manifest
@@ -1,2 +1 @@
-DIST libabw-0.1.2.tar.xz 318400 BLAKE2B 
ba25542da0d6568530241892dbdba72d2b0dcf667b50e0c1a4e656e0facf82bf77ca8eff8db4d6e57ab699f12d8dad511d32aee291541ffe6460b2ee98590b68
 SHA512 
a365c1aa047a97a86eee6bce8463646bdf248a51013139ee288402a832fd545586e072d7c7fc11a56f42e3637de9e922197be20d0587e53c51fd80ced409a6cd
 DIST libabw-0.1.3.tar.xz 318808 BLAKE2B 
234ff797bf3798bc7f14f2b3f0d0cc2d80eda2a6ba2d656288c26e58d53b9798003d7f45ad7c9a0f504da36c8c8ba367f8fe5b565a85fbc6a1f1627d89e7e353
 SHA512 
0d2646e1bad1e11b3da43714ac5931fc67ffdbc4e7a25a44ef5b6e6a41de1e0ae14596b4a87cceb07bf56dbbe9344622b3d60afcb054ee0ab8577ca8e9b5c289

diff --git a/app-text/libabw/libabw-0.1.2.ebuild 
b/app-text/libabw/libabw-0.1.2.ebuild
deleted file mode 100644
index 55a551b2fc4..000
--- a/app-text/libabw/libabw-0.1.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="Library parsing abiword documents"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw";
-SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # bug 619470
-   append-cxxflags -std=c++14
-
-   econf \
-   --disable-werror \
-   $(use_with doc docs) \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2019-11-08 Thread Aaron Bauman
commit: 7eebd9129fd6187b7b88f4d4c13923674a664395
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Nov  8 20:29:31 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov  8 20:31:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eebd912

app-text/libabw: arm64 stable (bug #692304)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17

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

diff --git a/app-text/libabw/libabw-0.1.3.ebuild 
b/app-text/libabw/libabw-0.1.3.ebuild
index 8f82370198d..71115f27526 100644
--- a/app-text/libabw/libabw-0.1.3.ebuild
+++ b/app-text/libabw/libabw-0.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="doc static-libs"
 
 BDEPEND="



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

2019-10-28 Thread Agostino Sarubbo
commit: 48db9256b74887a84b07bf0c8458f2f002f060b7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 28 08:38:06 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 28 08:38:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48db9256

app-text/libabw: amd64 stable wrt bug #692304

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-text/libabw/libabw-0.1.3.ebuild 
b/app-text/libabw/libabw-0.1.3.ebuild
index d3a42d009df..8f82370198d 100644
--- a/app-text/libabw/libabw-0.1.3.ebuild
+++ b/app-text/libabw/libabw-0.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="doc static-libs"
 
 BDEPEND="



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

2019-10-27 Thread Thomas Deutschmann
commit: 549c68a483f587592e2632616348be618efa8691
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 27 23:13:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 27 23:13:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549c68a4

app-text/libabw: x86 stable (bug #692304)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/app-text/libabw/libabw-0.1.3.ebuild 
b/app-text/libabw/libabw-0.1.3.ebuild
index bae7f1dcebd..d3a42d009df 100644
--- a/app-text/libabw/libabw-0.1.3.ebuild
+++ b/app-text/libabw/libabw-0.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="doc static-libs"
 
 BDEPEND="



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

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

app-text/libabw: 0.1.3 version bump, EAPI-7 bump

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

 app-text/libabw/Manifest|  1 +
 app-text/libabw/libabw-0.1.3.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/app-text/libabw/Manifest b/app-text/libabw/Manifest
index 907099d0d30..975bf466f44 100644
--- a/app-text/libabw/Manifest
+++ b/app-text/libabw/Manifest
@@ -1 +1,2 @@
 DIST libabw-0.1.2.tar.xz 318400 BLAKE2B 
ba25542da0d6568530241892dbdba72d2b0dcf667b50e0c1a4e656e0facf82bf77ca8eff8db4d6e57ab699f12d8dad511d32aee291541ffe6460b2ee98590b68
 SHA512 
a365c1aa047a97a86eee6bce8463646bdf248a51013139ee288402a832fd545586e072d7c7fc11a56f42e3637de9e922197be20d0587e53c51fd80ced409a6cd
+DIST libabw-0.1.3.tar.xz 318808 BLAKE2B 
234ff797bf3798bc7f14f2b3f0d0cc2d80eda2a6ba2d656288c26e58d53b9798003d7f45ad7c9a0f504da36c8c8ba367f8fe5b565a85fbc6a1f1627d89e7e353
 SHA512 
0d2646e1bad1e11b3da43714ac5931fc67ffdbc4e7a25a44ef5b6e6a41de1e0ae14596b4a87cceb07bf56dbbe9344622b3d60afcb054ee0ab8577ca8e9b5c289

diff --git a/app-text/libabw/libabw-0.1.3.ebuild 
b/app-text/libabw/libabw-0.1.3.ebuild
new file mode 100644
index 000..bae7f1dcebd
--- /dev/null
+++ b/app-text/libabw/libabw-0.1.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="Library parsing abiword documents"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw";
+SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="doc static-libs"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+RDEPEND="
+   dev-libs/librevenge
+   dev-libs/libxml2
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   >=dev-libs/boost-1.46
+   sys-devel/libtool
+"
+
+src_configure() {
+   # bug 619470
+   append-cxxflags -std=c++14
+
+   local myeconfargs=(
+   $(use_with doc docs)
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-07-30 Thread Aaron Bauman
commit: fc704890675d1f5f2e71c1ad725afbbe77cc5059
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jul 30 21:38:39 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 30 21:39:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc704890

app-text/libabw: 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/libabw/libabw-0.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/libabw/libabw-0.1.2.ebuild 
b/app-text/libabw/libabw-0.1.2.ebuild
index 99ad555c2b0..55a551b2fc4 100644
--- a/app-text/libabw/libabw-0.1.2.ebuild
+++ b/app-text/libabw/libabw-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="doc static-libs"
 
 RDEPEND="



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

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

app-text/libabw-0.1.2: added ~ppc64, bug 664414

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

diff --git a/app-text/libabw/libabw-0.1.2.ebuild 
b/app-text/libabw/libabw-0.1.2.ebuild
index 9bc7f96f1b3..99ad555c2b0 100644
--- a/app-text/libabw/libabw-0.1.2.ebuild
+++ b/app-text/libabw/libabw-0.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="doc static-libs"
 
 RDEPEND="



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

2018-05-29 Thread Andreas Sturmlechner
commit: 34c26163abe49fba387f2c45eac3ba4fe73f8f45
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 29 11:36:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 29 12:31:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c26163

app-text/libabw: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/libabw/Manifest   |  1 -
 .../libabw/files/libabw-0.1.1-boost-1.59.patch | 22 -
 ...ibabw-0.1.1-dereference-before-null-check.patch | 27 ---
 ...-0.1.1-do-not-let-AbiDocument_parse-throw.patch | 35 --
 app-text/libabw/libabw-0.1.1.ebuild| 54 --
 5 files changed, 139 deletions(-)

diff --git a/app-text/libabw/Manifest b/app-text/libabw/Manifest
index 24dfe74af61..907099d0d30 100644
--- a/app-text/libabw/Manifest
+++ b/app-text/libabw/Manifest
@@ -1,2 +1 @@
-DIST libabw-0.1.1.tar.xz 287628 BLAKE2B 
c8873512d7bb4c6594330dd35f044a6d6fb7bd07f4b915b5f0d0752ae36c9c6d2c8a5e7e7f66947fb5c27256e0701214b3fe171e1f52c09cfd42bbf106bc689e
 SHA512 
853dd86ecc79e8590d3163e05e145ad66240ae3cf12d206d021775a94bfb33d70aa5acdcdd193ac747baeae1ba0eed18099ea6f4515be23bdd70b431e96c4b1a
 DIST libabw-0.1.2.tar.xz 318400 BLAKE2B 
ba25542da0d6568530241892dbdba72d2b0dcf667b50e0c1a4e656e0facf82bf77ca8eff8db4d6e57ab699f12d8dad511d32aee291541ffe6460b2ee98590b68
 SHA512 
a365c1aa047a97a86eee6bce8463646bdf248a51013139ee288402a832fd545586e072d7c7fc11a56f42e3637de9e922197be20d0587e53c51fd80ced409a6cd

diff --git a/app-text/libabw/files/libabw-0.1.1-boost-1.59.patch 
b/app-text/libabw/files/libabw-0.1.1-boost-1.59.patch
deleted file mode 100644
index f2e745a44d2..000
--- a/app-text/libabw/files/libabw-0.1.1-boost-1.59.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: David Tardon 
-Date: Sun, 30 Aug 2015 06:05:31 + (+0200)
-Subject: fix build with boost 1.59
-X-Git-Url: 
https://gerrit.libreoffice.org/gitweb?p=libabw.git;a=commitdiff_plain;h=ee2d0729315888d1847587ad556470d2fdc883a7;hp=7ea0b5530cf321cd80231b84421e4c107d1cc479
-
-fix build with boost 1.59
-
-Change-Id: I5645629526a8d9d896e4faeb2c7b9ea88540fd23

-
-diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
-index 5766f39..d12d8e2 100644
 a/src/lib/Makefile.am
-+++ b/src/lib/Makefile.am
-@@ -26,6 +26,7 @@ generated_files = \
-   $(top_builddir)/src/lib/tokens.h \
-   $(top_builddir)/src/lib/tokenhash.h
- 
-+libabw_@ABW_MAJOR_VERSION@_@ABW_MINOR_VERSION@_la_CPPFLAGS = 
-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED
- libabw_@ABW_MAJOR_VERSION@_@ABW_MINOR_VERSION@_la_LIBADD  = $(REVENGE_LIBS) 
$(LIBXML_LIBS) $(ZLIB_LIBS) @LIBABW_WIN32_RESOURCE@
- libabw_@ABW_MAJOR_VERSION@_@ABW_MINOR_VERSION@_la_DEPENDENCIES = 
@LIBABW_WIN32_RESOURCE@
- libabw_@ABW_MAJOR_VERSION@_@ABW_MINOR_VERSION@_la_LDFLAGS = $(version_info) 
-export-dynamic $(no_undefined)

diff --git 
a/app-text/libabw/files/libabw-0.1.1-dereference-before-null-check.patch 
b/app-text/libabw/files/libabw-0.1.1-dereference-before-null-check.patch
deleted file mode 100644
index 1df274afbe8..000
--- a/app-text/libabw/files/libabw-0.1.1-dereference-before-null-check.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: David Tardon 
-Date: Sat, 20 Dec 2014 17:35:36 + (+0100)
-Subject: coverity#1259904 dereference before null check
-X-Git-Url: 
https://gerrit.libreoffice.org/gitweb?p=libabw.git;a=commitdiff_plain;h=a65eb81c5e9d9da0548eb9066f9dde77a7328cc3
-
-coverity#1259904 dereference before null check
-
-Change-Id: If53074b31a821b0764acc9e9f1b0f9d7894e2e5e

-
-diff --git a/src/lib/ABWParser.cpp b/src/lib/ABWParser.cpp
-index cf914bf..426ab54 100644
 a/src/lib/ABWParser.cpp
-+++ b/src/lib/ABWParser.cpp
-@@ -338,9 +338,11 @@ void libabw::ABWParser::readAbiword(xmlTextReaderPtr 
reader)
- void libabw::ABWParser::readM(xmlTextReaderPtr reader)
- {
-   xmlChar *const key = xmlTextReaderGetAttribute(reader, BAD_CAST("key"));
--  m_state->m_currentMetadataKey = reinterpret_cast(key);
-   if (key)
-+  {
-+m_state->m_currentMetadataKey = reinterpret_cast(key);
- xmlFree(key);
-+  }
- }
- 
- void libabw::ABWParser::readHistory(xmlTextReaderPtr reader)

diff --git 
a/app-text/libabw/files/libabw-0.1.1-do-not-let-AbiDocument_parse-throw.patch 
b/app-text/libabw/files/libabw-0.1.1-do-not-let-AbiDocument_parse-throw.patch
deleted file mode 100644
index 4854072bc8a..000
--- 
a/app-text/libabw/files/libabw-0.1.1-do-not-let-AbiDocument_parse-throw.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From: David Tardon 
-Date: Sat, 20 Dec 2014 17:40:45 + (+0100)
-Subject: coverity#1259905 do not let AbiDocument::parse throw
-X-Git-Url: 
https://gerrit.libreoffice.org/gitweb?p=libabw.git;a=commitdiff_plain;h=2f372e8adf8e6b1f8cf70f08adddcf66be54d94a
-
-coverity#1259905 do not let AbiDocument::parse throw
-
-This also fixes coverity#1259906 and coverity#1259907 .
-
-Change-Id: I55d892517ac93ca43478d51d8e4a20c704ff6790

-
-diff -

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

2018-05-29 Thread Thomas Deutschmann
commit: 71ecd1b291476657f0ffa79997f38c943b8402fb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 29 11:08:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 29 11:08:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ecd1b2

app-text/libabw: x86 stable (bug #652638)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-text/libabw/libabw-0.1.2.ebuild 
b/app-text/libabw/libabw-0.1.2.ebuild
index 93e138cf1a8..9bc7f96f1b3 100644
--- a/app-text/libabw/libabw-0.1.2.ebuild
+++ b/app-text/libabw/libabw-0.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="doc static-libs"
 
 RDEPEND="



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

2018-05-22 Thread Mikle Kolyada
commit: 6f5268aada6f7cb47488e79507d2c7c96cefeb2c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 22 16:38:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 22 16:42:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5268aa

app-text/libabw: amd64 stable wrt bug #652638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-text/libabw/libabw-0.1.2.ebuild 
b/app-text/libabw/libabw-0.1.2.ebuild
index b9c4771fff7..93e138cf1a8 100644
--- a/app-text/libabw/libabw-0.1.2.ebuild
+++ b/app-text/libabw/libabw-0.1.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="doc static-libs"
 
 RDEPEND="



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

2018-02-19 Thread David Seifert
commit: 4854a7de6a7a43a0a3bb86468df1cfea512ec656
Author: David Seifert  gentoo  org>
AuthorDate: Mon Feb 19 18:17:19 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Feb 19 19:39:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4854a7de

app-text/libabw: Always build in C++14 mode

Closes: https://bugs.gentoo.org/619470
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7222

 app-text/libabw/libabw-0.1.1.ebuild | 7 +--
 app-text/libabw/libabw-0.1.2.ebuild | 5 -
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-text/libabw/libabw-0.1.1.ebuild 
b/app-text/libabw/libabw-0.1.1.ebuild
index 617c9c18aad..a1015d7310f 100644
--- a/app-text/libabw/libabw-0.1.1.ebuild
+++ b/app-text/libabw/libabw-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Library parsing abiword documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw";
@@ -39,6 +39,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619470
+   append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \

diff --git a/app-text/libabw/libabw-0.1.2.ebuild 
b/app-text/libabw/libabw-0.1.2.ebuild
index 9db45bfc4cf..b9c4771fff7 100644
--- a/app-text/libabw/libabw-0.1.2.ebuild
+++ b/app-text/libabw/libabw-0.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Library parsing abiword documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw";
@@ -32,6 +32,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # bug 619470
+   append-cxxflags -std=c++14
+
econf \
--disable-werror \
$(use_with doc docs) \



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

2018-01-07 Thread Andreas Sturmlechner
commit: f54366ab6f3f6a0e9dad9b103672c3a92c8b0a85
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 09:52:49 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 09:52:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54366ab

app-text/libabw: 0.1.2 version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/libabw/Manifest|  1 +
 app-text/libabw/libabw-0.1.2.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/app-text/libabw/Manifest b/app-text/libabw/Manifest
index 959e4f00a7a..24dfe74af61 100644
--- a/app-text/libabw/Manifest
+++ b/app-text/libabw/Manifest
@@ -1 +1,2 @@
 DIST libabw-0.1.1.tar.xz 287628 BLAKE2B 
c8873512d7bb4c6594330dd35f044a6d6fb7bd07f4b915b5f0d0752ae36c9c6d2c8a5e7e7f66947fb5c27256e0701214b3fe171e1f52c09cfd42bbf106bc689e
 SHA512 
853dd86ecc79e8590d3163e05e145ad66240ae3cf12d206d021775a94bfb33d70aa5acdcdd193ac747baeae1ba0eed18099ea6f4515be23bdd70b431e96c4b1a
+DIST libabw-0.1.2.tar.xz 318400 BLAKE2B 
ba25542da0d6568530241892dbdba72d2b0dcf667b50e0c1a4e656e0facf82bf77ca8eff8db4d6e57ab699f12d8dad511d32aee291541ffe6460b2ee98590b68
 SHA512 
a365c1aa047a97a86eee6bce8463646bdf248a51013139ee288402a832fd545586e072d7c7fc11a56f42e3637de9e922197be20d0587e53c51fd80ced409a6cd

diff --git a/app-text/libabw/libabw-0.1.2.ebuild 
b/app-text/libabw/libabw-0.1.2.ebuild
new file mode 100644
index 000..9db45bfc4cf
--- /dev/null
+++ b/app-text/libabw/libabw-0.1.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Library parsing abiword documents"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw";
+SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="doc static-libs"
+
+RDEPEND="
+   dev-libs/librevenge
+   dev-libs/libxml2
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   >=dev-libs/boost-1.46
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-werror \
+   $(use_with doc docs) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2017-11-10 Thread Andreas Sturmlechner
commit: c59e381c69833fb42f25ecdbb5e9c7f0b87d8ca9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov 10 20:16:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 10 20:34:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59e381c

app-text/libabw: Switch to https

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/app-text/libabw/libabw-0.1.1.ebuild 
b/app-text/libabw/libabw-0.1.1.ebuild
index c98a1ac1d58..617c9c18aad 100644
--- a/app-text/libabw/libabw-0.1.1.ebuild
+++ b/app-text/libabw/libabw-0.1.1.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools
 
 DESCRIPTION="Library parsing abiword documents"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}";
-SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libabw";
+SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"



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

2016-12-17 Thread Andreas Hüttel
commit: 4c1012d9a4d82b8a400f1455946777e8d0d2eb76
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Nov 26 00:49:42 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Dec 17 15:56:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1012d9

app-text/libabw: Drop eutils.eclass

Package-Manager: portage-2.3.0

 app-text/libabw/libabw-0.1.1.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-text/libabw/libabw-0.1.1.ebuild 
b/app-text/libabw/libabw-0.1.1.ebuild
index 8eb57d3..cc1a2e6 100644
--- a/app-text/libabw/libabw-0.1.1.ebuild
+++ b/app-text/libabw/libabw-0.1.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="Library parsing abiword documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}";
@@ -41,13 +41,12 @@ src_prepare() {
 
 src_configure() {
econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
--disable-werror \
-   $(use_enable static-libs static) \
-   $(use_with doc docs)
+   $(use_with doc docs) \
+   $(use_enable static-libs static)
 }
 
 src_install() {
default
-   prune_libtool_files --all
+   find "${D}" -name '*.la' -delete || die
 }



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

2016-07-03 Thread Andreas Hüttel
commit: f9241ed98dee2354af0cb4346d471f9409e62616
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 10:03:28 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=f9241ed9

app-text/libabw: Drop old, latest version is stable

Package-Manager: portage-2.2.28

 app-text/libabw/Manifest|  2 --
 app-text/libabw/libabw-0.0.2.ebuild | 41 -
 app-text/libabw/libabw-0.1.0.ebuild | 41 -
 3 files changed, 84 deletions(-)

diff --git a/app-text/libabw/Manifest b/app-text/libabw/Manifest
index efab26d..dafaa6d 100644
--- a/app-text/libabw/Manifest
+++ b/app-text/libabw/Manifest
@@ -1,3 +1 @@
-DIST libabw-0.0.2.tar.xz 307432 SHA256 
d5cec855722e3c9caf451db2557aa8c81b279a562e67593477c58b02e948b594 SHA512 
3c656fb7d3e2b4388ea33fbc380ffd01d03abefffa6089f21708b78da75cce71f95a067f05b389823ca3857b2ec14aae9371978062571aa74bf854c6948fcd82
 WHIRLPOOL 
fb112e1a94b8983518ac3911215ea6f31091d922dfe4c3b80efbba747a71b100aa37aeb75753085d5cab15bb6b15541d401c0b55d29c85f716c972b1f3ff49fd
-DIST libabw-0.1.0.tar.xz 282268 SHA256 
ee99b280b7af226a48fd9afd395cc10bef2d8e4f844151277e90793706dfc0c1 SHA512 
209965359e1446862039c88c4199815583bbc4f63f3f0549f4261d3cb54ab0fb483480068d68a9bf9fe65fe6e3f9b0e05efe4cf8b9163efeadba129a70f93fd2
 WHIRLPOOL 
801eda0667c80b09f60e47c68fe759c3d245dd82d17b8d8dafe359c9bc96639dce44f18ab88dac92b338ca459dd8b69859aa795286c4fac4aab7a290213dfb22
 DIST libabw-0.1.1.tar.xz 287628 SHA256 
cfc698c2dd4ab592138a941ae26e2e18c3dac69bc196b5167df7f5eb88fc217e SHA512 
853dd86ecc79e8590d3163e05e145ad66240ae3cf12d206d021775a94bfb33d70aa5acdcdd193ac747baeae1ba0eed18099ea6f4515be23bdd70b431e96c4b1a
 WHIRLPOOL 
4672c825279b20b1df92d52950eba6344d4ca99711f050069e35503b995f05fafe597706f6587d08409af3f59a64717da365e2e6101ce23665819f25ce4da9f7

diff --git a/app-text/libabw/libabw-0.0.2.ebuild 
b/app-text/libabw/libabw-0.0.2.ebuild
deleted file mode 100644
index 150d9e6..000
--- a/app-text/libabw/libabw-0.0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Library parsing abiword documents"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libabw/";
-SRC_URI="http://dev-www.libreoffice.org/src//${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   app-text/libwpd:0.9
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --disable-werror \
-   $(use_enable static-libs static) \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git a/app-text/libabw/libabw-0.1.0.ebuild 
b/app-text/libabw/libabw-0.1.0.ebuild
deleted file mode 100644
index a593522..000
--- a/app-text/libabw/libabw-0.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Library parsing abiword documents"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libabw/";
-SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --disable-werror \
-   $(use_enable static-libs static) \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



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

2016-04-16 Thread Andreas Hüttel
commit: dba07d4f6c3c0c691e2a0e6eda57accbf88dc245
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Apr 16 16:53:40 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Apr 16 20:18:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba07d4f

app-text/libabw: Add eautoreconf, EAPI=6

Gentoo-bug: 579028

Package-Manager: portage-2.2.27

 app-text/libabw/libabw-0.1.1.ebuild | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/app-text/libabw/libabw-0.1.1.ebuild 
b/app-text/libabw/libabw-0.1.1.ebuild
index e11dd9b..8eb57d3 100644
--- a/app-text/libabw/libabw-0.1.1.ebuild
+++ b/app-text/libabw/libabw-0.1.1.ebuild
@@ -1,10 +1,10 @@
-# 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
 
-inherit base eutils
+inherit autotools eutils
 
 DESCRIPTION="Library parsing abiword documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}";
@@ -34,6 +34,11 @@ PATCHES=(
"${FILESDIR}/${PN}-0.1.1-boost-1.59.patch"
 )
 
+src_prepare() {
+   default
+   eautoreconf
+}
+
 src_configure() {
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \



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

2016-02-24 Thread Andreas Hüttel
commit: cffaca9d5e2f7b60e2e7c9a767f958202ff2d159
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Wed Feb 24 11:28:00 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Feb 24 11:28:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cffaca9d

app-text/libabw: Fix build with boost-1.59, bug 575524

Package-Manager: portage-2.2.27

 .../libabw/files/libabw-0.1.1-boost-1.59.patch | 22 ++
 app-text/libabw/libabw-0.1.1.ebuild|  1 +
 2 files changed, 23 insertions(+)

diff --git a/app-text/libabw/files/libabw-0.1.1-boost-1.59.patch 
b/app-text/libabw/files/libabw-0.1.1-boost-1.59.patch
new file mode 100644
index 000..f2e745a
--- /dev/null
+++ b/app-text/libabw/files/libabw-0.1.1-boost-1.59.patch
@@ -0,0 +1,22 @@
+From: David Tardon 
+Date: Sun, 30 Aug 2015 06:05:31 + (+0200)
+Subject: fix build with boost 1.59
+X-Git-Url: 
https://gerrit.libreoffice.org/gitweb?p=libabw.git;a=commitdiff_plain;h=ee2d0729315888d1847587ad556470d2fdc883a7;hp=7ea0b5530cf321cd80231b84421e4c107d1cc479
+
+fix build with boost 1.59
+
+Change-Id: I5645629526a8d9d896e4faeb2c7b9ea88540fd23
+---
+
+diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
+index 5766f39..d12d8e2 100644
+--- a/src/lib/Makefile.am
 b/src/lib/Makefile.am
+@@ -26,6 +26,7 @@ generated_files = \
+   $(top_builddir)/src/lib/tokens.h \
+   $(top_builddir)/src/lib/tokenhash.h
+ 
++libabw_@ABW_MAJOR_VERSION@_@ABW_MINOR_VERSION@_la_CPPFLAGS = 
-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED
+ libabw_@ABW_MAJOR_VERSION@_@ABW_MINOR_VERSION@_la_LIBADD  = $(REVENGE_LIBS) 
$(LIBXML_LIBS) $(ZLIB_LIBS) @LIBABW_WIN32_RESOURCE@
+ libabw_@ABW_MAJOR_VERSION@_@ABW_MINOR_VERSION@_la_DEPENDENCIES = 
@LIBABW_WIN32_RESOURCE@
+ libabw_@ABW_MAJOR_VERSION@_@ABW_MINOR_VERSION@_la_LDFLAGS = $(version_info) 
-export-dynamic $(no_undefined)

diff --git a/app-text/libabw/libabw-0.1.1.ebuild 
b/app-text/libabw/libabw-0.1.1.ebuild
index d51442b..e11dd9b 100644
--- a/app-text/libabw/libabw-0.1.1.ebuild
+++ b/app-text/libabw/libabw-0.1.1.ebuild
@@ -31,6 +31,7 @@ PATCHES=(
# from git master
"${FILESDIR}/${PN}-0.1.1-dereference-before-null-check.patch"
"${FILESDIR}/${PN}-0.1.1-do-not-let-AbiDocument_parse-throw.patch"
+   "${FILESDIR}/${PN}-0.1.1-boost-1.59.patch"
 )
 
 src_configure() {