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

2023-06-10 Thread Andreas Sturmlechner
commit: c3f290a9925f5e9003c7f7edec5fd8d54401d5a0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 08:54:33 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 09:38:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f290a9

app-text/libmwaw: drop 0.3.21

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

 app-text/libmwaw/Manifest  |  1 -
 app-text/libmwaw/libmwaw-0.3.21.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 1410c1e1b409..e0a19edb5676 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1 @@
-DIST libmwaw-0.3.21.tar.xz 1457212 BLAKE2B 
19e0893c186f273f5743a397da895f653cca1300febcac90353951c6ca66405c2481aac6083017f4ec00a31ee0f08e8e77dc579019396e23930a091de2d8903a
 SHA512 
1b6aab4f3e76d1d7a3c15cc175642c62f826172c9fdef558617b87a98d056a05d817caaccdc199197670f84ada448b65cce61f5254ed8e1d7634a637d3367384
 DIST libmwaw-0.3.22.tar.xz 1476620 BLAKE2B 
8133dbd06fdde5caabe9284fd0535e97335385a96ceea4ea9bc1d6f2a28f14f22f6943d71ee6631cb8d67c8791b56ed3d928bb18c723c7aec0b8cf7faf8427d7
 SHA512 
8682e7006430764cb825cd0bf4822ff42ea3035606e13a804afb9fa3c6dc583f34ae24cea226c1d31eae95224525289801c0afa3853adc6ab396bb9df34a60b4

diff --git a/app-text/libmwaw/libmwaw-0.3.21.ebuild 
b/app-text/libmwaw/libmwaw-0.3.21.ebuild
deleted file mode 100644
index c576261ecb7c..
--- a/app-text/libmwaw/libmwaw-0.3.21.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw;
-   inherit git-r3
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc tools"
-
-DEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   default
-
-   # Refresh stale libtool, bug #814512
-   eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   local myeconfargs=(
-   --enable-zip
-   --disable-werror
-   $(use_with doc docs)
-   $(use_enable tools)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

2023-06-09 Thread Arthur Zamarin
commit: 9ff232a6b782048f72d6219b4e10bece7ff8878d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 06:53:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 06:53:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff232a6

app-text/libmwaw: Stabilize 0.3.22 x86, #905701

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.22.ebuild 
b/app-text/libmwaw/libmwaw-0.3.22.ebuild
index 519f20d4c3cb..c6e67f660dfe 100644
--- a/app-text/libmwaw/libmwaw-0.3.22.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.22.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2023-06-02 Thread Arthur Zamarin
commit: d258b367b2534acfe6c9d4ce64eda943249dd047
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  2 16:12:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  2 16:12:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d258b367

app-text/libmwaw: Stabilize 0.3.22 amd64, #905701

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.22.ebuild 
b/app-text/libmwaw/libmwaw-0.3.22.ebuild
index 967eaf52cd7c..519f20d4c3cb 100644
--- a/app-text/libmwaw/libmwaw-0.3.22.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.22.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2023-06-01 Thread Arthur Zamarin
commit: 3248f93785a0aefc46edaefff87aa66852fee9a1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun  1 19:14:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun  1 19:14:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3248f937

app-text/libmwaw: Stabilize 0.3.22 arm64, #905701

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.22.ebuild 
b/app-text/libmwaw/libmwaw-0.3.22.ebuild
index 2c2ad8452cba..967eaf52cd7c 100644
--- a/app-text/libmwaw/libmwaw-0.3.22.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.22.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2023-05-03 Thread Andreas Sturmlechner
commit: 198021915b9bf7a31df3fe8837d03939aec45d9a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May  3 09:30:27 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May  3 11:30:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19802191

app-text/libmwaw: 0.3.22 version bump

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

 app-text/libmwaw/Manifest   | 1 +
 app-text/libmwaw/{libmwaw-.ebuild => libmwaw-0.3.22.ebuild} | 4 ++--
 app-text/libmwaw/libmwaw-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 0331262c6c56..1410c1e1b409 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1 +1,2 @@
 DIST libmwaw-0.3.21.tar.xz 1457212 BLAKE2B 
19e0893c186f273f5743a397da895f653cca1300febcac90353951c6ca66405c2481aac6083017f4ec00a31ee0f08e8e77dc579019396e23930a091de2d8903a
 SHA512 
1b6aab4f3e76d1d7a3c15cc175642c62f826172c9fdef558617b87a98d056a05d817caaccdc199197670f84ada448b65cce61f5254ed8e1d7634a637d3367384
+DIST libmwaw-0.3.22.tar.xz 1476620 BLAKE2B 
8133dbd06fdde5caabe9284fd0535e97335385a96ceea4ea9bc1d6f2a28f14f22f6943d71ee6631cb8d67c8791b56ed3d928bb18c723c7aec0b8cf7faf8427d7
 SHA512 
8682e7006430764cb825cd0bf4822ff42ea3035606e13a804afb9fa3c6dc583f34ae24cea226c1d31eae95224525289801c0afa3853adc6ab396bb9df34a60b4

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-0.3.22.ebuild
similarity index 90%
copy from app-text/libmwaw/libmwaw-.ebuild
copy to app-text/libmwaw/libmwaw-0.3.22.ebuild
index 52053156b9ad..2c2ad8452cba 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index 52053156b9ad..2c2ad8452cba 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

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

app-text/libmwaw: keyword 0.3.21 for ~riscv

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.21.ebuild 
b/app-text/libmwaw/libmwaw-0.3.21.ebuild
index f78b63dd62cb..3c35ea5b1c46 100644
--- a/app-text/libmwaw/libmwaw-0.3.21.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.21.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
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2021-12-25 Thread Andreas Sturmlechner
commit: 87a0a897d22a1687dbb146791ebb56957db31e9b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 25 10:42:15 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 25 10:43:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a0a897

app-text/libmwaw: Drop 0.3.20

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

 app-text/libmwaw/Manifest  |  1 -
 app-text/libmwaw/libmwaw-0.3.20.ebuild | 55 --
 2 files changed, 56 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 4f031f4856f5..0331262c6c56 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1 @@
-DIST libmwaw-0.3.20.tar.xz 1425812 BLAKE2B 
a708ce4a28a0d5a5a5ee9d178c67119189add0180e61d67af6821c509d95b9f8bfb60eeb1afcdf8e2da5bed26053108b12db57db98912d97dc7e0ef0f7121f18
 SHA512 
d6cd28629b6482dd61e070036e94568ecc44d90649c699c7362caa8ef36652ce84cf0f199813854636f2e39ab19d47f4e148990822791b88cd3f17f68b3b
 DIST libmwaw-0.3.21.tar.xz 1457212 BLAKE2B 
19e0893c186f273f5743a397da895f653cca1300febcac90353951c6ca66405c2481aac6083017f4ec00a31ee0f08e8e77dc579019396e23930a091de2d8903a
 SHA512 
1b6aab4f3e76d1d7a3c15cc175642c62f826172c9fdef558617b87a98d056a05d817caaccdc199197670f84ada448b65cce61f5254ed8e1d7634a637d3367384

diff --git a/app-text/libmwaw/libmwaw-0.3.20.ebuild 
b/app-text/libmwaw/libmwaw-0.3.20.ebuild
deleted file mode 100644
index f78b63dd62cb..
--- a/app-text/libmwaw/libmwaw-0.3.20.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw;
-   inherit git-r3
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-fi
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc tools"
-
-DEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   default
-
-   # Refresh stale libtool, bug #814512
-   eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   local myeconfargs=(
-   --enable-zip
-   --disable-werror
-   $(use_with doc docs)
-   $(use_enable tools)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

2021-12-25 Thread Agostino Sarubbo
commit: 6ea5ba087af3c4cc9ab20adeeab08376793f8b40
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 25 08:25:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 25 08:25:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea5ba08

app-text/libmwaw: x86 stable wrt bug #829350

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-text/libmwaw/libmwaw-0.3.21.ebuild 
b/app-text/libmwaw/libmwaw-0.3.21.ebuild
index 33779677815e..f78b63dd62cb 100644
--- a/app-text/libmwaw/libmwaw-0.3.21.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.21.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2021-12-23 Thread Agostino Sarubbo
commit: 4a56452e462e084f255cb7671755830e75b6cbd1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec 23 10:36:07 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec 23 10:36:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a56452e

app-text/libmwaw: amd64 stable wrt bug #829350

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.21.ebuild 
b/app-text/libmwaw/libmwaw-0.3.21.ebuild
index b030457ea226..33779677815e 100644
--- a/app-text/libmwaw/libmwaw-0.3.21.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.21.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2021-12-22 Thread Arthur Zamarin
commit: 3aa80842211494adddfd90f805f72da0e044087d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 22 18:26:25 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 22 18:26:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa80842

app-text/libmwaw: Stabilize 0.3.21 arm64, #829350

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.21.ebuild 
b/app-text/libmwaw/libmwaw-0.3.21.ebuild
index 4c609720e0df..b030457ea226 100644
--- a/app-text/libmwaw/libmwaw-0.3.21.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.21.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2021-12-08 Thread Andreas Sturmlechner
commit: 1d7159ff3f3b42c5f5fa2363c96140c1c3e273f8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec  8 11:53:25 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec  8 15:07:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7159ff

app-text/libmwaw: 0.3.21 version bump

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

 app-text/libmwaw/Manifest  |  1 +
 app-text/libmwaw/libmwaw-0.3.21.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 148a7da2b6c3..4f031f4856f5 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1 +1,2 @@
 DIST libmwaw-0.3.20.tar.xz 1425812 BLAKE2B 
a708ce4a28a0d5a5a5ee9d178c67119189add0180e61d67af6821c509d95b9f8bfb60eeb1afcdf8e2da5bed26053108b12db57db98912d97dc7e0ef0f7121f18
 SHA512 
d6cd28629b6482dd61e070036e94568ecc44d90649c699c7362caa8ef36652ce84cf0f199813854636f2e39ab19d47f4e148990822791b88cd3f17f68b3b
+DIST libmwaw-0.3.21.tar.xz 1457212 BLAKE2B 
19e0893c186f273f5743a397da895f653cca1300febcac90353951c6ca66405c2481aac6083017f4ec00a31ee0f08e8e77dc579019396e23930a091de2d8903a
 SHA512 
1b6aab4f3e76d1d7a3c15cc175642c62f826172c9fdef558617b87a98d056a05d817caaccdc199197670f84ada448b65cce61f5254ed8e1d7634a637d3367384

diff --git a/app-text/libmwaw/libmwaw-0.3.21.ebuild 
b/app-text/libmwaw/libmwaw-0.3.21.ebuild
new file mode 100644
index ..4c609720e0df
--- /dev/null
+++ b/app-text/libmwaw/libmwaw-0.3.21.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw;
+   inherit git-r3
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Library parsing many pre-OSX MAC text formats"
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc tools"
+
+DEPEND="
+   dev-libs/librevenge
+   sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+   default
+
+   # Refresh stale libtool, bug #814512
+   eautoreconf
+}
+
+src_configure() {
+   # zip is hard enabled as the zlib is dep on the rdeps anyway
+   local myeconfargs=(
+   --enable-zip
+   --disable-werror
+   $(use_with doc docs)
+   $(use_enable tools)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2021-11-08 Thread Sam James
commit: e7389d729922d94ca92ce13c908f732d3c288f49
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  8 23:13:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  8 23:13:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7389d72

app-text/libmwaw: add missing inherit

Closes: https://bugs.gentoo.org/814512
Signed-off-by: Sam James  gentoo.org>

 app-text/libmwaw/libmwaw-0.3.20.ebuild | 4 +++-
 app-text/libmwaw/libmwaw-.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-text/libmwaw/libmwaw-0.3.20.ebuild 
b/app-text/libmwaw/libmwaw-0.3.20.ebuild
index 5776f287f88..f78b63dd62c 100644
--- a/app-text/libmwaw/libmwaw-0.3.20.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.20.ebuild
@@ -3,9 +3,11 @@
 
 EAPI=8
 
+inherit autotools
+
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw;
-   inherit autotools git-r3
+   inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index 243cc18a0ac..4c609720e0d 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -3,9 +3,11 @@
 
 EAPI=8
 
+inherit autotools
+
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw;
-   inherit autotools git-r3
+   inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"



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

2021-11-08 Thread Sam James
commit: 8bcf56a162cd538301683fdf4b9be5a698c38eed
Author: Jannik Glückert  gmail  com>
AuthorDate: Mon Nov  8 22:06:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  8 22:10:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcf56a1

app-text/libmwaw: allways call eautoreconf (refresh libtool; fixes Clang)

Closes: https://bugs.gentoo.org/814512
Signed-off-by: Jannik Glückert  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-text/libmwaw/libmwaw-0.3.20.ebuild | 4 +++-
 app-text/libmwaw/libmwaw-.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-text/libmwaw/libmwaw-0.3.20.ebuild 
b/app-text/libmwaw/libmwaw-0.3.20.ebuild
index 31e61e23923..5776f287f88 100644
--- a/app-text/libmwaw/libmwaw-0.3.20.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.20.ebuild
@@ -31,7 +31,9 @@ BDEPEND="
 
 src_prepare() {
default
-   [[ ${PV} == ** ]] && eautoreconf
+
+   # Refresh stale libtool, bug #814512
+   eautoreconf
 }
 
 src_configure() {

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index f0bf404e1fb..243cc18a0ac 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -31,7 +31,9 @@ BDEPEND="
 
 src_prepare() {
default
-   [[ ${PV} == ** ]] && eautoreconf
+
+   # Refresh stale libtool, bug #814512
+   eautoreconf
 }
 
 src_configure() {



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

2021-09-22 Thread Andreas Sturmlechner
commit: e980bcfebdbdf1b44e7bdb78fc21177a73b0dd9c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 22 11:59:34 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 22 11:59:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e980bcfe

app-text/libmwaw: Drop 0.3.19

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

 app-text/libmwaw/Manifest  |  1 -
 app-text/libmwaw/libmwaw-0.3.19.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 1ff60daad3d..148a7da2b6c 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1 @@
-DIST libmwaw-0.3.19.tar.xz 1401720 BLAKE2B 
93e63993dd73d52d1b071c44a5efa4ba2495a370a767cd80fbeb437a56224d333781cfdf32c3ca1c0a3794544da6cdf8c967badf98b6858796fbc8f2ea7878c1
 SHA512 
a5b74f417366f7e8a8303948e678d54caf9c45e0b51694d39593926b2f2fbbaa5dfea5dee8a6b4a656e5ca5bd880f41a76e7b869f55230690740b7ab75a28f1f
 DIST libmwaw-0.3.20.tar.xz 1425812 BLAKE2B 
a708ce4a28a0d5a5a5ee9d178c67119189add0180e61d67af6821c509d95b9f8bfb60eeb1afcdf8e2da5bed26053108b12db57db98912d97dc7e0ef0f7121f18
 SHA512 
d6cd28629b6482dd61e070036e94568ecc44d90649c699c7362caa8ef36652ce84cf0f199813854636f2e39ab19d47f4e148990822791b88cd3f17f68b3b

diff --git a/app-text/libmwaw/libmwaw-0.3.19.ebuild 
b/app-text/libmwaw/libmwaw-0.3.19.ebuild
deleted file mode 100644
index 4f07691b3c3..000
--- a/app-text/libmwaw/libmwaw-0.3.19.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} =  ]]; then
-   EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw;
-   inherit autotools git-r3
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-fi
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc tools"
-
-BDEPEND="
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-DEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   local myeconfargs=(
-   --enable-zip
-   --disable-static
-   --disable-werror
-   $(use_with doc docs)
-   $(use_enable tools)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

2021-09-18 Thread Sam James
commit: 9a81591d6d05613617d53418fff03e04ee0aaecc
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 18 18:34:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 18 18:34:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a81591d

app-text/libmwaw: Stabilize 0.3.20 x86, #809131

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.20.ebuild 
b/app-text/libmwaw/libmwaw-0.3.20.ebuild
index 30231c535be..31e61e23923 100644
--- a/app-text/libmwaw/libmwaw-0.3.20.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.20.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2021-09-18 Thread Sam James
commit: b77fdbfdf713e25bf52b3ade831e226840287364
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 18 18:34:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 18 18:34:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77fdbfd

app-text/libmwaw: Stabilize 0.3.20 amd64, #809131

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.20.ebuild 
b/app-text/libmwaw/libmwaw-0.3.20.ebuild
index f4f82fb2110..30231c535be 100644
--- a/app-text/libmwaw/libmwaw-0.3.20.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.20.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2021-09-12 Thread Sam James
commit: 1685a5429f61b1a372b9b56ade53e82b55a21cf4
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 22:58:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 22:58:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1685a542

app-text/libmwaw: Stabilize 0.3.20 arm64, #809131

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.20.ebuild 
b/app-text/libmwaw/libmwaw-0.3.20.ebuild
index f0bf404e1fb..f4f82fb2110 100644
--- a/app-text/libmwaw/libmwaw-0.3.20.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.20.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2021-07-27 Thread Andreas Sturmlechner
commit: 02547555a8e3c64ad858ef75fdfa4d3d511935a0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 27 19:08:30 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 27 19:14:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02547555

app-text/libmwaw: EAPI-8 bump

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

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

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index bd259959df5..f0bf404e1fb 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-if [[ ${PV} =  ]]; then
+if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw;
inherit autotools git-r3
 else
@@ -18,27 +18,26 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="doc tools"
 
-BDEPEND="
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
 DEPEND="
dev-libs/librevenge
sys-libs/zlib
 "
 RDEPEND="${DEPEND}"
+BDEPEND="
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
 
 src_prepare() {
default
-   [[ ${PV} ==  ]] && eautoreconf
+   [[ ${PV} == ** ]] && eautoreconf
 }
 
 src_configure() {
# zip is hard enabled as the zlib is dep on the rdeps anyway
local myeconfargs=(
--enable-zip
-   --disable-static
--disable-werror
$(use_with doc docs)
$(use_enable tools)



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

2021-07-27 Thread Andreas Sturmlechner
commit: e50685e77c24f371560fdcd957d6314af6b58f71
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 27 19:11:49 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 27 19:14:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50685e7

app-text/libmwaw: 0.3.20 version bump

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

 app-text/libmwaw/Manifest  |  1 +
 app-text/libmwaw/libmwaw-0.3.20.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 901feab8d15..1ff60daad3d 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1 +1,2 @@
 DIST libmwaw-0.3.19.tar.xz 1401720 BLAKE2B 
93e63993dd73d52d1b071c44a5efa4ba2495a370a767cd80fbeb437a56224d333781cfdf32c3ca1c0a3794544da6cdf8c967badf98b6858796fbc8f2ea7878c1
 SHA512 
a5b74f417366f7e8a8303948e678d54caf9c45e0b51694d39593926b2f2fbbaa5dfea5dee8a6b4a656e5ca5bd880f41a76e7b869f55230690740b7ab75a28f1f
+DIST libmwaw-0.3.20.tar.xz 1425812 BLAKE2B 
a708ce4a28a0d5a5a5ee9d178c67119189add0180e61d67af6821c509d95b9f8bfb60eeb1afcdf8e2da5bed26053108b12db57db98912d97dc7e0ef0f7121f18
 SHA512 
d6cd28629b6482dd61e070036e94568ecc44d90649c699c7362caa8ef36652ce84cf0f199813854636f2e39ab19d47f4e148990822791b88cd3f17f68b3b

diff --git a/app-text/libmwaw/libmwaw-0.3.20.ebuild 
b/app-text/libmwaw/libmwaw-0.3.20.ebuild
new file mode 100644
index 000..f0bf404e1fb
--- /dev/null
+++ b/app-text/libmwaw/libmwaw-0.3.20.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw;
+   inherit autotools git-r3
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Library parsing many pre-OSX MAC text formats"
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc tools"
+
+DEPEND="
+   dev-libs/librevenge
+   sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+   default
+   [[ ${PV} == ** ]] && eautoreconf
+}
+
+src_configure() {
+   # zip is hard enabled as the zlib is dep on the rdeps anyway
+   local myeconfargs=(
+   --enable-zip
+   --disable-werror
+   $(use_with doc docs)
+   $(use_enable tools)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2021-06-10 Thread Andreas Sturmlechner
commit: 89075b53faedf3a7877d824d8510beb1961e52b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  6 17:01: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=89075b53

app-text/libmwaw: Drop 0.3.17

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

 app-text/libmwaw/Manifest  |  1 -
 app-text/libmwaw/libmwaw-0.3.17.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 9fd11877c8a..901feab8d15 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1 @@
-DIST libmwaw-0.3.17.tar.xz 1349700 BLAKE2B 
4b5ba8d5133144973609dfbd273ca36cc95e52608c78f6143f7c4283bc2bc6d7ceb22836a693d64fa7408957a3b02a7c9d0a5ab9235aa2d0b9725170441babfc
 SHA512 
c3a1bb079d7e74cd7a23de1501730be21b1b089ef6d4f81ee0001775483c6346da3105b0d67f75523e4e088987bc92b97acb056ec7fc11bb29047109a1cf5ac4
 DIST libmwaw-0.3.19.tar.xz 1401720 BLAKE2B 
93e63993dd73d52d1b071c44a5efa4ba2495a370a767cd80fbeb437a56224d333781cfdf32c3ca1c0a3794544da6cdf8c967badf98b6858796fbc8f2ea7878c1
 SHA512 
a5b74f417366f7e8a8303948e678d54caf9c45e0b51694d39593926b2f2fbbaa5dfea5dee8a6b4a656e5ca5bd880f41a76e7b869f55230690740b7ab75a28f1f

diff --git a/app-text/libmwaw/libmwaw-0.3.17.ebuild 
b/app-text/libmwaw/libmwaw-0.3.17.ebuild
deleted file mode 100644
index 094644ec719..000
--- a/app-text/libmwaw/libmwaw-0.3.17.ebuild
+++ /dev/null
@@ -1,52 +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://git.code.sf.net/p/libmwaw/libmwaw;
-   inherit autotools git-r3
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-fi
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc tools"
-
-BDEPEND="
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-DEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   local myeconfargs=(
-   --enable-zip
-   --disable-static
-   --disable-werror
-   $(use_with doc docs)
-   $(use_enable tools)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

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

app-text/libmwaw: Stabilize 0.3.19 arm64, #788112

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.19.ebuild 
b/app-text/libmwaw/libmwaw-0.3.19.ebuild
index b33c79f7530..4f07691b3c3 100644
--- a/app-text/libmwaw/libmwaw-0.3.19.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.19.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

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

app-text/libmwaw: Stabilize 0.3.19 amd64, #788112

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.19.ebuild 
b/app-text/libmwaw/libmwaw-0.3.19.ebuild
index d227357db34..b33c79f7530 100644
--- a/app-text/libmwaw/libmwaw-0.3.19.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.19.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2021-05-21 Thread Andreas Sturmlechner
commit: 4115bcf7ce974e94774af1b93ae26e212e840d8c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 21 17:07:37 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 21 17:07:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4115bcf7

app-text/libmwaw: Drop 0.3.18

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

 app-text/libmwaw/Manifest  |  1 -
 app-text/libmwaw/libmwaw-0.3.18.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index bf6b2dfe430..9fd11877c8a 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,3 +1,2 @@
 DIST libmwaw-0.3.17.tar.xz 1349700 BLAKE2B 
4b5ba8d5133144973609dfbd273ca36cc95e52608c78f6143f7c4283bc2bc6d7ceb22836a693d64fa7408957a3b02a7c9d0a5ab9235aa2d0b9725170441babfc
 SHA512 
c3a1bb079d7e74cd7a23de1501730be21b1b089ef6d4f81ee0001775483c6346da3105b0d67f75523e4e088987bc92b97acb056ec7fc11bb29047109a1cf5ac4
-DIST libmwaw-0.3.18.tar.xz 1382328 BLAKE2B 
eae75e24826a963032d866be1834221850a762447495a209ad1fe268c1072c877e4c19843d61e2e4d9322a48a03b459fa9a4cc734af0eabbb09813ff9626e466
 SHA512 
4666c0dcc567e3e4c0ae5d9651a7003d2f32acda841bd1e297d46e566430c9227588e29b219987c56f1347f6e5656b52b00d8d6d8fa7902e19d175505e345b7e
 DIST libmwaw-0.3.19.tar.xz 1401720 BLAKE2B 
93e63993dd73d52d1b071c44a5efa4ba2495a370a767cd80fbeb437a56224d333781cfdf32c3ca1c0a3794544da6cdf8c967badf98b6858796fbc8f2ea7878c1
 SHA512 
a5b74f417366f7e8a8303948e678d54caf9c45e0b51694d39593926b2f2fbbaa5dfea5dee8a6b4a656e5ca5bd880f41a76e7b869f55230690740b7ab75a28f1f

diff --git a/app-text/libmwaw/libmwaw-0.3.18.ebuild 
b/app-text/libmwaw/libmwaw-0.3.18.ebuild
deleted file mode 100644
index 7363e33a047..000
--- a/app-text/libmwaw/libmwaw-0.3.18.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} =  ]]; then
-   EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw;
-   inherit autotools git-r3
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-fi
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc tools"
-
-BDEPEND="
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-DEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   local myeconfargs=(
-   --enable-zip
-   --disable-static
-   --disable-werror
-   $(use_with doc docs)
-   $(use_enable tools)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

2021-05-15 Thread Andreas Sturmlechner
commit: 0797e42578a2da2901f648f22b40cabc4aed98fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 15 16:58:39 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 15 17:02:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0797e425

app-text/libmwaw: 0.3.19 version bump

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

 app-text/libmwaw/Manifest  |  1 +
 app-text/libmwaw/libmwaw-0.3.19.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index b09316833b9..bf6b2dfe430 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1,3 @@
 DIST libmwaw-0.3.17.tar.xz 1349700 BLAKE2B 
4b5ba8d5133144973609dfbd273ca36cc95e52608c78f6143f7c4283bc2bc6d7ceb22836a693d64fa7408957a3b02a7c9d0a5ab9235aa2d0b9725170441babfc
 SHA512 
c3a1bb079d7e74cd7a23de1501730be21b1b089ef6d4f81ee0001775483c6346da3105b0d67f75523e4e088987bc92b97acb056ec7fc11bb29047109a1cf5ac4
 DIST libmwaw-0.3.18.tar.xz 1382328 BLAKE2B 
eae75e24826a963032d866be1834221850a762447495a209ad1fe268c1072c877e4c19843d61e2e4d9322a48a03b459fa9a4cc734af0eabbb09813ff9626e466
 SHA512 
4666c0dcc567e3e4c0ae5d9651a7003d2f32acda841bd1e297d46e566430c9227588e29b219987c56f1347f6e5656b52b00d8d6d8fa7902e19d175505e345b7e
+DIST libmwaw-0.3.19.tar.xz 1401720 BLAKE2B 
93e63993dd73d52d1b071c44a5efa4ba2495a370a767cd80fbeb437a56224d333781cfdf32c3ca1c0a3794544da6cdf8c967badf98b6858796fbc8f2ea7878c1
 SHA512 
a5b74f417366f7e8a8303948e678d54caf9c45e0b51694d39593926b2f2fbbaa5dfea5dee8a6b4a656e5ca5bd880f41a76e7b869f55230690740b7ab75a28f1f

diff --git a/app-text/libmwaw/libmwaw-0.3.19.ebuild 
b/app-text/libmwaw/libmwaw-0.3.19.ebuild
new file mode 100644
index 000..7363e33a047
--- /dev/null
+++ b/app-text/libmwaw/libmwaw-0.3.19.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} =  ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw;
+   inherit autotools git-r3
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Library parsing many pre-OSX MAC text formats"
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc tools"
+
+BDEPEND="
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+DEPEND="
+   dev-libs/librevenge
+   sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   # zip is hard enabled as the zlib is dep on the rdeps anyway
+   local myeconfargs=(
+   --enable-zip
+   --disable-static
+   --disable-werror
+   $(use_with doc docs)
+   $(use_enable tools)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2020-12-12 Thread Andreas Sturmlechner
commit: 6e55cbee2a9f7e831548859deaa6e3bae2424297
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 12 21:47:30 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 12 21:59:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e55cbee

app-text/libmwaw: Drop 0.3.16

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

 app-text/libmwaw/Manifest  |  1 -
 app-text/libmwaw/libmwaw-0.3.16.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index dd59f700911..b43737ef1ec 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1 @@
-DIST libmwaw-0.3.16.tar.xz 1306872 BLAKE2B 
29c39ddb2cfe63116cbe7152a4dc3b7f16d402745c0dffd67c07dc42fa1ddee71f391695ead2519b3e1da206e8f437fbd24fa78ce1decfaa55e38a13d5d144e8
 SHA512 
c043d77e4b0efd7da594c1e370f24ee2d85afcb8a5e28179b4c3d76c8b7925f41ca5361bee12b35af732ef39f34fac46aa3636cb27c179ef9bb2b6feeaa19b0a
 DIST libmwaw-0.3.17.tar.xz 1349700 BLAKE2B 
4b5ba8d5133144973609dfbd273ca36cc95e52608c78f6143f7c4283bc2bc6d7ceb22836a693d64fa7408957a3b02a7c9d0a5ab9235aa2d0b9725170441babfc
 SHA512 
c3a1bb079d7e74cd7a23de1501730be21b1b089ef6d4f81ee0001775483c6346da3105b0d67f75523e4e088987bc92b97acb056ec7fc11bb29047109a1cf5ac4

diff --git a/app-text/libmwaw/libmwaw-0.3.16.ebuild 
b/app-text/libmwaw/libmwaw-0.3.16.ebuild
deleted file mode 100644
index 901bad47b37..000
--- a/app-text/libmwaw/libmwaw-0.3.16.ebuild
+++ /dev/null
@@ -1,52 +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://git.code.sf.net/p/libmwaw/libmwaw;
-   inherit autotools git-r3
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-fi
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc static-libs tools"
-
-BDEPEND="
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-DEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   local myeconfargs=(
-   --enable-zip
-   --disable-werror
-   $(use_with doc docs)
-   $(use_enable static-libs static)
-   $(use_enable tools)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

2020-11-23 Thread Sam James
commit: 74dbecbc9b70bc7f13be75e902e6012ad01c5b73
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 23 09:44:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 23 09:44:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74dbecbc

app-text/libmwaw: Stabilize 0.3.17 arm64, #755107

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.17.ebuild 
b/app-text/libmwaw/libmwaw-0.3.17.ebuild
index adf32a63fa2..094644ec719 100644
--- a/app-text/libmwaw/libmwaw-0.3.17.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.17.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2020-11-22 Thread Sam James
commit: bd6322c76a1f624946ff2c94dc4d292d4aa3bc6a
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 23 04:48:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 23 04:48:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6322c7

app-text/libmwaw: Stabilize 0.3.17 x86, #755107

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.17.ebuild 
b/app-text/libmwaw/libmwaw-0.3.17.ebuild
index ab45a5ab861..adf32a63fa2 100644
--- a/app-text/libmwaw/libmwaw-0.3.17.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.17.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2020-11-22 Thread Sam James
commit: edc1fa42186f5e81a02e41fa067fdabbda7aa1e5
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 23 03:54:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 23 03:54:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc1fa42

app-text/libmwaw: Stabilize 0.3.17 amd64, #755107

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.17.ebuild 
b/app-text/libmwaw/libmwaw-0.3.17.ebuild
index bd259959df5..ab45a5ab861 100644
--- a/app-text/libmwaw/libmwaw-0.3.17.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.17.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2020-10-31 Thread Andreas Sturmlechner
commit: 6fa6fdd3f331d9f7e84163023f80fba5d2590d4a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 30 16:17:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Oct 31 09:20:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa6fdd3

app-text/libmwaw: Drop IUSE=static-libs

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

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

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index cc207bd575b..80be3cf4b65 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="doc static-libs tools"
+IUSE="doc tools"
 
 BDEPEND="
sys-devel/libtool
@@ -38,9 +38,9 @@ src_configure() {
# zip is hard enabled as the zlib is dep on the rdeps anyway
local myeconfargs=(
--enable-zip
+   --disable-static
--disable-werror
$(use_with doc docs)
-   $(use_enable static-libs static)
$(use_enable tools)
)
econf "${myeconfargs[@]}"



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

2020-10-31 Thread Andreas Sturmlechner
commit: 29af4f29a0fbac1581ad87306b1b379af29f7d17
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 30 16:15:00 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Oct 31 09:20:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29af4f29

app-text/libmwaw: 0.3.17 version bump

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

 app-text/libmwaw/Manifest   | 1 +
 app-text/libmwaw/{libmwaw-.ebuild => libmwaw-0.3.17.ebuild} | 4 ++--
 app-text/libmwaw/libmwaw-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index ebf8d52a53c..dd59f700911 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1 +1,2 @@
 DIST libmwaw-0.3.16.tar.xz 1306872 BLAKE2B 
29c39ddb2cfe63116cbe7152a4dc3b7f16d402745c0dffd67c07dc42fa1ddee71f391695ead2519b3e1da206e8f437fbd24fa78ce1decfaa55e38a13d5d144e8
 SHA512 
c043d77e4b0efd7da594c1e370f24ee2d85afcb8a5e28179b4c3d76c8b7925f41ca5361bee12b35af732ef39f34fac46aa3636cb27c179ef9bb2b6feeaa19b0a
+DIST libmwaw-0.3.17.tar.xz 1349700 BLAKE2B 
4b5ba8d5133144973609dfbd273ca36cc95e52608c78f6143f7c4283bc2bc6d7ceb22836a693d64fa7408957a3b02a7c9d0a5ab9235aa2d0b9725170441babfc
 SHA512 
c3a1bb079d7e74cd7a23de1501730be21b1b089ef6d4f81ee0001775483c6346da3105b0d67f75523e4e088987bc92b97acb056ec7fc11bb29047109a1cf5ac4

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-0.3.17.ebuild
similarity index 91%
copy from app-text/libmwaw/libmwaw-.ebuild
copy to app-text/libmwaw/libmwaw-0.3.17.ebuild
index 80be3cf4b65..bd259959df5 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -48,5 +48,5 @@ src_configure() {
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
+   find "${D}" -name '*.la' -type f -delete || die
 }

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index 80be3cf4b65..bd259959df5 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -48,5 +48,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/libmwaw/

2020-05-31 Thread Andreas Sturmlechner
commit: 120587a619aa126efe6d062cc8e5c8354ca633f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 31 21:03:49 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 31 21:08:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120587a6

app-text/libmwaw: Drop 0.3.15

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

 app-text/libmwaw/Manifest  |  1 -
 app-text/libmwaw/libmwaw-0.3.15.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 41b0a163fe2..ebf8d52a53c 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1 @@
-DIST libmwaw-0.3.15.tar.xz 1289744 BLAKE2B 
9aed923542e795904761e4969299785906aa65c735541788d91eb41e80420ac6c6df4df5e0cfa156c71d4e100c601e5e984de10c6a5f66eebe6ffb5f0374cc1d
 SHA512 
0b2443fc6bc9da9247f7585743424df440f89317af989018d8b972864bf91e3c5cd78c39094a45d9de8114906b2b2a93f68ddb967af8565e4b499f643d86e682
 DIST libmwaw-0.3.16.tar.xz 1306872 BLAKE2B 
29c39ddb2cfe63116cbe7152a4dc3b7f16d402745c0dffd67c07dc42fa1ddee71f391695ead2519b3e1da206e8f437fbd24fa78ce1decfaa55e38a13d5d144e8
 SHA512 
c043d77e4b0efd7da594c1e370f24ee2d85afcb8a5e28179b4c3d76c8b7925f41ca5361bee12b35af732ef39f34fac46aa3636cb27c179ef9bb2b6feeaa19b0a

diff --git a/app-text/libmwaw/libmwaw-0.3.15.ebuild 
b/app-text/libmwaw/libmwaw-0.3.15.ebuild
deleted file mode 100644
index e32ab932529..000
--- a/app-text/libmwaw/libmwaw-0.3.15.ebuild
+++ /dev/null
@@ -1,52 +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://git.code.sf.net/p/libmwaw/libmwaw;
-   inherit autotools git-r3
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-fi
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc static-libs tools"
-
-BDEPEND="
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-DEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   local myeconfargs=(
-   --enable-zip
-   --disable-werror
-   $(use_with doc docs)
-   $(use_enable static-libs static)
-   $(use_enable tools)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

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

app-text/libmwaw: 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/libmwaw/libmwaw-0.3.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libmwaw/libmwaw-0.3.16.ebuild 
b/app-text/libmwaw/libmwaw-0.3.16.ebuild
index b142992c749..901bad47b37 100644
--- a/app-text/libmwaw/libmwaw-0.3.16.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.16.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

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

app-text/libmwaw: 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/libmwaw/libmwaw-0.3.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libmwaw/libmwaw-0.3.16.ebuild 
b/app-text/libmwaw/libmwaw-0.3.16.ebuild
index 985c9c8da11..b142992c749 100644
--- a/app-text/libmwaw/libmwaw-0.3.16.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.16.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

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

app-text/libmwaw: 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/libmwaw/libmwaw-0.3.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libmwaw/libmwaw-0.3.16.ebuild 
b/app-text/libmwaw/libmwaw-0.3.16.ebuild
index f4561cebf56..985c9c8da11 100644
--- a/app-text/libmwaw/libmwaw-0.3.16.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.16.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2020-04-03 Thread Andreas Sturmlechner
commit: 9758d2c54ef74f92cca50c091055bfaba694e085
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  4 01:02:23 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  4 01:02:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9758d2c5

app-text/libmwaw: 0.3.16 version bump

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

 app-text/libmwaw/Manifest  |  1 +
 app-text/libmwaw/libmwaw-0.3.16.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index c569172748d..41b0a163fe2 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1 +1,2 @@
 DIST libmwaw-0.3.15.tar.xz 1289744 BLAKE2B 
9aed923542e795904761e4969299785906aa65c735541788d91eb41e80420ac6c6df4df5e0cfa156c71d4e100c601e5e984de10c6a5f66eebe6ffb5f0374cc1d
 SHA512 
0b2443fc6bc9da9247f7585743424df440f89317af989018d8b972864bf91e3c5cd78c39094a45d9de8114906b2b2a93f68ddb967af8565e4b499f643d86e682
+DIST libmwaw-0.3.16.tar.xz 1306872 BLAKE2B 
29c39ddb2cfe63116cbe7152a4dc3b7f16d402745c0dffd67c07dc42fa1ddee71f391695ead2519b3e1da206e8f437fbd24fa78ce1decfaa55e38a13d5d144e8
 SHA512 
c043d77e4b0efd7da594c1e370f24ee2d85afcb8a5e28179b4c3d76c8b7925f41ca5361bee12b35af732ef39f34fac46aa3636cb27c179ef9bb2b6feeaa19b0a

diff --git a/app-text/libmwaw/libmwaw-0.3.16.ebuild 
b/app-text/libmwaw/libmwaw-0.3.16.ebuild
new file mode 100644
index 000..f4561cebf56
--- /dev/null
+++ b/app-text/libmwaw/libmwaw-0.3.16.ebuild
@@ -0,0 +1,52 @@
+# 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://git.code.sf.net/p/libmwaw/libmwaw;
+   inherit autotools git-r3
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Library parsing many pre-OSX MAC text formats"
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc static-libs tools"
+
+BDEPEND="
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+DEPEND="
+   dev-libs/librevenge
+   sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   # zip is hard enabled as the zlib is dep on the rdeps anyway
+   local myeconfargs=(
+   --enable-zip
+   --disable-werror
+   $(use_with doc docs)
+   $(use_enable static-libs static)
+   $(use_enable tools)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

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

app-text/libmwaw: 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/libmwaw/libmwaw-0.3.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libmwaw/libmwaw-0.3.15.ebuild 
b/app-text/libmwaw/libmwaw-0.3.15.ebuild
index 6ee596d4503..e32ab932529 100644
--- a/app-text/libmwaw/libmwaw-0.3.15.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.15.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2019-06-20 Thread Andreas Sturmlechner
commit: a16f92a824867f6e5560e4004cdee78c6bb7f667
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 20 10:50:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 20 10:50:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16f92a8

app-text/libmwaw: Drop 0.3.14

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

 app-text/libmwaw/Manifest  |  1 -
 app-text/libmwaw/libmwaw-0.3.14.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 1e862f10591..c569172748d 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1 @@
-DIST libmwaw-0.3.14.tar.xz 1276240 BLAKE2B 
34a5b118064dcac37834c83b2b5a61303f3e2eb70e41322845ff7661a5494c0b85db0bb07c6bf1f357c2027cab1c515eade58bb6b4fdf845a81d4d079a414b98
 SHA512 
6893a7a8a72765a66973a94bc7de8b3b6061aa85fd9cca5e73cb2a4024cbe81f0c030df0b6383f24835643259c361efda5527813bb84a1b08d0089d509215888
 DIST libmwaw-0.3.15.tar.xz 1289744 BLAKE2B 
9aed923542e795904761e4969299785906aa65c735541788d91eb41e80420ac6c6df4df5e0cfa156c71d4e100c601e5e984de10c6a5f66eebe6ffb5f0374cc1d
 SHA512 
0b2443fc6bc9da9247f7585743424df440f89317af989018d8b972864bf91e3c5cd78c39094a45d9de8114906b2b2a93f68ddb967af8565e4b499f643d86e682

diff --git a/app-text/libmwaw/libmwaw-0.3.14.ebuild 
b/app-text/libmwaw/libmwaw-0.3.14.ebuild
deleted file mode 100644
index 2a987a7876e..000
--- a/app-text/libmwaw/libmwaw-0.3.14.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-
-IUSE="doc static-libs tools"
-
-RDEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --enable-zip \
-   --disable-werror \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
-   $(use_enable tools)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2019-06-18 Thread Thomas Deutschmann
commit: d5101d0c20cf4be1fafe232e7beb8c62018dbb78
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 18 18:16:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 18 18:24:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5101d0c

app-text/libmwaw: x86 stable (bug #686736)

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.15.ebuild 
b/app-text/libmwaw/libmwaw-0.3.15.ebuild
index 46d14d23438..6ee596d4503 100644
--- a/app-text/libmwaw/libmwaw-0.3.15.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.15.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2019-06-09 Thread Mikle Kolyada
commit: ce1ca56bac94a3ad50599535a1ed40606ef2aabe
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun  9 20:15:29 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun  9 20:16:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1ca56b

app-text/libmwaw: amd64 stable wrt bug #686736

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

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

diff --git a/app-text/libmwaw/libmwaw-0.3.15.ebuild 
b/app-text/libmwaw/libmwaw-0.3.15.ebuild
index cc207bd575b..46d14d23438 100644
--- a/app-text/libmwaw/libmwaw-0.3.15.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.15.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} =  ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"



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

2019-04-22 Thread Andreas Sturmlechner
commit: 67996d65a5de7c2ec48cf2f24adbc5182a7567ef
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 22 10:56:56 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 22 16:33:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67996d65

app-text/libmwaw: EAPI-7 bump

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

 app-text/libmwaw/libmwaw-.ebuild | 41 +++-
 1 file changed, 22 insertions(+), 19 deletions(-)

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index 7dde090fa75..cc207bd575b 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -1,32 +1,33 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-[[ ${PV} ==  ]] && inherit autotools git-r3
+if [[ ${PV} =  ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/libmwaw/libmwaw;
+   inherit autotools git-r3
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
 HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
 IUSE="doc static-libs tools"
 
-RDEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
+BDEPEND="
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )
 "
+DEPEND="
+   dev-libs/librevenge
+   sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
default
@@ -35,12 +36,14 @@ src_prepare() {
 
 src_configure() {
# zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --enable-zip \
-   --disable-werror \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
+   local myeconfargs=(
+   --enable-zip
+   --disable-werror
+   $(use_with doc docs)
+   $(use_enable static-libs static)
$(use_enable tools)
+   )
+   econf "${myeconfargs[@]}"
 }
 
 src_install() {



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

2019-04-22 Thread Andreas Sturmlechner
commit: 964576cc2996298f8c4f547b103925503f3626b1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 22 10:59:25 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 22 16:33:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964576cc

app-text/libmwaw: 0.3.15 version bump

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

 app-text/libmwaw/Manifest  |  1 +
 app-text/libmwaw/libmwaw-0.3.15.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 9bcbbf81b78..1e862f10591 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1 +1,2 @@
 DIST libmwaw-0.3.14.tar.xz 1276240 BLAKE2B 
34a5b118064dcac37834c83b2b5a61303f3e2eb70e41322845ff7661a5494c0b85db0bb07c6bf1f357c2027cab1c515eade58bb6b4fdf845a81d4d079a414b98
 SHA512 
6893a7a8a72765a66973a94bc7de8b3b6061aa85fd9cca5e73cb2a4024cbe81f0c030df0b6383f24835643259c361efda5527813bb84a1b08d0089d509215888
+DIST libmwaw-0.3.15.tar.xz 1289744 BLAKE2B 
9aed923542e795904761e4969299785906aa65c735541788d91eb41e80420ac6c6df4df5e0cfa156c71d4e100c601e5e984de10c6a5f66eebe6ffb5f0374cc1d
 SHA512 
0b2443fc6bc9da9247f7585743424df440f89317af989018d8b972864bf91e3c5cd78c39094a45d9de8114906b2b2a93f68ddb967af8565e4b499f643d86e682

diff --git a/app-text/libmwaw/libmwaw-0.3.15.ebuild 
b/app-text/libmwaw/libmwaw-0.3.15.ebuild
new file mode 100644
index 000..cc207bd575b
--- /dev/null
+++ b/app-text/libmwaw/libmwaw-0.3.15.ebuild
@@ -0,0 +1,52 @@
+# 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://git.code.sf.net/p/libmwaw/libmwaw;
+   inherit autotools git-r3
+else
+   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Library parsing many pre-OSX MAC text formats"
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc static-libs tools"
+
+BDEPEND="
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+DEPEND="
+   dev-libs/librevenge
+   sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   # zip is hard enabled as the zlib is dep on the rdeps anyway
+   local myeconfargs=(
+   --enable-zip
+   --disable-werror
+   $(use_with doc docs)
+   $(use_enable static-libs static)
+   $(use_enable tools)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-09-19 Thread Matt Turner
commit: 321bed535e0b5fd9bbc9bd616f4be1f310f321fe
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 18:34:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 18:34:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321bed53

app-text/libmwaw-0.3.14: added ~ppc64, bug 664414

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

diff --git a/app-text/libmwaw/libmwaw-0.3.14.ebuild 
b/app-text/libmwaw/libmwaw-0.3.14.ebuild
index c5222845e57..2a987a7876e 100644
--- a/app-text/libmwaw/libmwaw-0.3.14.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.14.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 IUSE="doc static-libs tools"
 



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

2018-08-29 Thread Andreas Sturmlechner
commit: 265e738ca30aa6d0749d2cb508891ca81bf83f6c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 29 08:43:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 29 10:49:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265e738c

app-text/libmwaw: Drop 0.3.13

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-text/libmwaw/Manifest  |  1 -
 .../libmwaw/files/libmwaw-0.3.13-buildfix.patch| 19 
 app-text/libmwaw/libmwaw-0.3.13.ebuild | 51 --
 3 files changed, 71 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index c21376e0610..9bcbbf81b78 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1 @@
-DIST libmwaw-0.3.13.tar.xz 1258220 BLAKE2B 
79cb4d8a91d361ceae70fa7a0145fa9f5e230bbafba1b0a586b10a1375e34511769d2a5d6b8ba9b6b9676a3cffc9ae6d22529a1920ed4bf932ef7e88ca7bae0c
 SHA512 
3d6a5142cc45f6519ac29f935c01418278ed4cc1bdcb0ecb1a190309c43d3f7ee06deab519d29a3e2aec01ef091cb4f4c17809662640b54a8e4fe8d4bd8db5f3
 DIST libmwaw-0.3.14.tar.xz 1276240 BLAKE2B 
34a5b118064dcac37834c83b2b5a61303f3e2eb70e41322845ff7661a5494c0b85db0bb07c6bf1f357c2027cab1c515eade58bb6b4fdf845a81d4d079a414b98
 SHA512 
6893a7a8a72765a66973a94bc7de8b3b6061aa85fd9cca5e73cb2a4024cbe81f0c030df0b6383f24835643259c361efda5527813bb84a1b08d0089d509215888

diff --git a/app-text/libmwaw/files/libmwaw-0.3.13-buildfix.patch 
b/app-text/libmwaw/files/libmwaw-0.3.13-buildfix.patch
deleted file mode 100644
index 5c9940e8860..000
--- a/app-text/libmwaw/files/libmwaw-0.3.13-buildfix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 4bc8ec0481f89b989b0c34236c9d5d9b8038d4a9
-Author: David Tardon 
-Date:   Wed Nov 15 13:15:44 2017 +0100
-
-fix call of explicit ctor
-
-diff --git a/src/lib/libmwaw_internal.hxx b/src/lib/libmwaw_internal.hxx
-index 2875a0fb..b844a9d5 100644
 a/src/lib/libmwaw_internal.hxx
-+++ b/src/lib/libmwaw_internal.hxx
-@@ -1027,7 +1027,7 @@ public:
-   }
-   //! generic constructor
-   template  explicit MWAWBox2(MWAWBox2 const )
--: m_data(p.min(), p.max())
-+: m_data(MWAWVec2(p.min()), MWAWVec2(p.max()))
-   {
-   }
- 

diff --git a/app-text/libmwaw/libmwaw-0.3.13.ebuild 
b/app-text/libmwaw/libmwaw-0.3.13.ebuild
deleted file mode 100644
index 7fe40d2eb2b..000
--- a/app-text/libmwaw/libmwaw-0.3.13.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-IUSE="doc static-libs tools"
-
-RDEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-PATCHES=( "${FILESDIR}/${P}-buildfix.patch" )
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --enable-zip \
-   --disable-werror \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
-   $(use_enable tools)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

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

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

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-text/libmwaw/libmwaw-0.3.14.ebuild 
b/app-text/libmwaw/libmwaw-0.3.14.ebuild
index d0833b0bcf4..c5222845e57 100644
--- a/app-text/libmwaw/libmwaw-0.3.14.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.14.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 IUSE="doc static-libs tools"
 



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

2018-08-23 Thread Thomas Deutschmann
commit: da0e9627c0d86a0fa7db92e1cf8d12b7ad8c1e38
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 24 01:22:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 24 01:22:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0e9627

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

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/app-text/libmwaw/libmwaw-0.3.14.ebuild 
b/app-text/libmwaw/libmwaw-0.3.14.ebuild
index 7dde090fa75..d0833b0bcf4 100644
--- a/app-text/libmwaw/libmwaw-0.3.14.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.14.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 
 IUSE="doc static-libs tools"
 



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

2018-04-27 Thread Andreas Sturmlechner
commit: a0afdedf31f36c4bd0d4204f1d7caaa085e5206b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 27 21:12:59 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 27 21:42:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0afdedf

app-text/libmwaw: 0.3.14 version bump

Package-Manager: Portage-2.3.31, Repoman-2.3.9

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

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 4f79c5c8510..c21376e0610 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1 +1,2 @@
 DIST libmwaw-0.3.13.tar.xz 1258220 BLAKE2B 
79cb4d8a91d361ceae70fa7a0145fa9f5e230bbafba1b0a586b10a1375e34511769d2a5d6b8ba9b6b9676a3cffc9ae6d22529a1920ed4bf932ef7e88ca7bae0c
 SHA512 
3d6a5142cc45f6519ac29f935c01418278ed4cc1bdcb0ecb1a190309c43d3f7ee06deab519d29a3e2aec01ef091cb4f4c17809662640b54a8e4fe8d4bd8db5f3
+DIST libmwaw-0.3.14.tar.xz 1276240 BLAKE2B 
34a5b118064dcac37834c83b2b5a61303f3e2eb70e41322845ff7661a5494c0b85db0bb07c6bf1f357c2027cab1c515eade58bb6b4fdf845a81d4d079a414b98
 SHA512 
6893a7a8a72765a66973a94bc7de8b3b6061aa85fd9cca5e73cb2a4024cbe81f0c030df0b6383f24835643259c361efda5527813bb84a1b08d0089d509215888

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-0.3.14.ebuild
similarity index 96%
copy from app-text/libmwaw/libmwaw-.ebuild
copy to app-text/libmwaw/libmwaw-0.3.14.ebuild
index 0b26fe70b82..7dde090fa75 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.14.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/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index 0b26fe70b82..7dde090fa75 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.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/libmwaw/

2017-12-29 Thread Andreas Sturmlechner
commit: 9fb2e1f6c7da03914c85bb572d3a1e0a2e56675f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 29 22:38:07 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 29 23:04:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb2e1f6

app-text/libmwaw: Drop 0.3.12

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/libmwaw/Manifest  |  1 -
 app-text/libmwaw/libmwaw-0.3.12.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index c526d563e2b..4f79c5c8510 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1 @@
-DIST libmwaw-0.3.12.tar.xz 1258972 BLAKE2B 
d6a6bf588f4039abb7288547127b49d90b5ce254d3852cfc479ce6771566684251aa46fc354aaae17f9cc9b530d11597d5bc76dde38380d41c5847bba763553f
 SHA512 
8af8477ff6fc251600f9a66059b20fd8b9fad8d599c01e847d718597b3a34567036daff4d4510934aa1462bd4810a39467e8ac0ec223147b3b53447220ec
 DIST libmwaw-0.3.13.tar.xz 1258220 BLAKE2B 
79cb4d8a91d361ceae70fa7a0145fa9f5e230bbafba1b0a586b10a1375e34511769d2a5d6b8ba9b6b9676a3cffc9ae6d22529a1920ed4bf932ef7e88ca7bae0c
 SHA512 
3d6a5142cc45f6519ac29f935c01418278ed4cc1bdcb0ecb1a190309c43d3f7ee06deab519d29a3e2aec01ef091cb4f4c17809662640b54a8e4fe8d4bd8db5f3

diff --git a/app-text/libmwaw/libmwaw-0.3.12.ebuild 
b/app-text/libmwaw/libmwaw-0.3.12.ebuild
deleted file mode 100644
index 83978a0e482..000
--- a/app-text/libmwaw/libmwaw-0.3.12.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-IUSE="doc static-libs tools"
-
-RDEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --enable-zip \
-   --disable-werror \
-   --with-sharedptr=c++11 \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
-   $(use_enable tools)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2017-12-29 Thread Mikle Kolyada
commit: b94cda29ef872bec05af34dd818c73f59f4850be
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Dec 29 18:00:01 2017 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Dec 29 18:00:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94cda29

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

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/app-text/libmwaw/libmwaw-0.3.13.ebuild 
b/app-text/libmwaw/libmwaw-0.3.13.ebuild
index e3dd082e1ad..7fe40d2eb2b 100644
--- a/app-text/libmwaw/libmwaw-0.3.13.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.13.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 IUSE="doc static-libs tools"
 



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

2017-12-25 Thread Thomas Deutschmann
commit: 04ff434fd8852709f8b9cb6cac4377fd8e24e83c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 26 00:53:34 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 26 00:53:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ff434f

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

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/app-text/libmwaw/libmwaw-0.3.13.ebuild 
b/app-text/libmwaw/libmwaw-0.3.13.ebuild
index bd2d4558930..e3dd082e1ad 100644
--- a/app-text/libmwaw/libmwaw-0.3.13.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.13.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 
 IUSE="doc static-libs tools"
 



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

2017-11-19 Thread Andreas Sturmlechner
commit: a89e71221325a545529afacb80f88d6e3f4f2da2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 19 23:21:10 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 19 23:49:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89e7122

app-text/libmwaw: Drop old

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-text/libmwaw/Manifest  |  1 -
 .../files/libmwaw-0.3.11-CVE-2017-9433.patch   | 19 
 app-text/libmwaw/libmwaw-0.3.11-r1.ebuild  | 52 --
 3 files changed, 72 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index c27e8fabba0..d52f6809a37 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,3 +1,2 @@
-DIST libmwaw-0.3.11.tar.xz 1254200 SHA256 
4b483a196bbe82bc0f7cb4cdf70ef1cedb91139bd2e037eabaed4a4d6ed2299a SHA512 
d4a810c6066023608a15ece8a6bbc958e586d679fc4ad51156091ec88355292872f10198e723e28776b45e140a830fd4c698732cf6103743d6e80ad8e1d778ab
 WHIRLPOOL 
2de11bde90937727372eb7e7d4d1af52b66e8ef2f14bd78ce1d26399aa6ee853dc1fe11000cfcf8a361698296866ced2f2da7848f75763a22458ae0504903b48
 DIST libmwaw-0.3.12.tar.xz 1258972 SHA256 
7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7 SHA512 
8af8477ff6fc251600f9a66059b20fd8b9fad8d599c01e847d718597b3a34567036daff4d4510934aa1462bd4810a39467e8ac0ec223147b3b53447220ec
 WHIRLPOOL 
9dd39fc43c7b8cf3806889a1cabde4c1bbd4f21e5e1ea2dfa66a6ea69f28ab28c966e160d157f0ee4559e85b6b7fac07dfa314d2ef0597986c85660b3a5cc0f9
 DIST libmwaw-0.3.13.tar.xz 1258220 SHA256 
db55c728448f9c795cd71a0bb6043f6d4744e3e001b955a018a2c634981d5aea SHA512 
3d6a5142cc45f6519ac29f935c01418278ed4cc1bdcb0ecb1a190309c43d3f7ee06deab519d29a3e2aec01ef091cb4f4c17809662640b54a8e4fe8d4bd8db5f3
 WHIRLPOOL 
34310e946e398f577c76f2eacda496b64417fe3f7bc5f02af7852f51fa94c46df6f4df397a02fe56c7585b19dc62b796723b878f7ed66adf3698c14261e01f73

diff --git a/app-text/libmwaw/files/libmwaw-0.3.11-CVE-2017-9433.patch 
b/app-text/libmwaw/files/libmwaw-0.3.11-CVE-2017-9433.patch
deleted file mode 100644
index 4918fd4b651..000
--- a/app-text/libmwaw/files/libmwaw-0.3.11-CVE-2017-9433.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 68b3b74569881248bfb6cbb4266177cc253b292f
-Author: David Tardon 
-Date:   Sat Apr 8 14:03:29 2017 +0200
-
-ofz#1037 resize vector correctly
-
-diff --git a/src/lib/MsWrd1Parser.cxx b/src/lib/MsWrd1Parser.cxx
-index 63547e6..3626064 100644
 a/src/lib/MsWrd1Parser.cxx
-+++ b/src/lib/MsWrd1Parser.cxx
-@@ -902,7 +902,7 @@ bool MsWrd1Parser::readFootnoteCorrespondance(MWAWVec2i 
limits)
- int id = fIt++->second;
- fPos[1] = fIt==footnoteMap.end() ? m_state->m_eot : fIt->first;
- if (id >= int(m_state->m_footnotesList.size()))
--  m_state->m_footnotesList.resize(size_t(id),MWAWVec2l(0,0));
-+  m_state->m_footnotesList.resize(size_t(id)+1,MWAWVec2l(0,0));
- m_state->m_footnotesList[size_t(id)]=fPos;
-   }
-   ascii().addDelimiter(input->tell(),'|');

diff --git a/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild 
b/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild
deleted file mode 100644
index 3007843c600..000
--- a/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm x86"
-
-IUSE="doc static-libs tools"
-
-RDEPEND="
-   dev-libs/librevenge
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-PATCHES=( "${FILESDIR}/${P}-CVE-2017-9433.patch" )
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --enable-zip \
-   --disable-werror \
-   --with-sharedptr=c++11 \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
-   $(use_enable tools)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2017-11-18 Thread Andreas Sturmlechner
commit: f4f32f600bdc3834c3ec16b07f6989e75f74c6dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 18 10:51:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 18 10:51:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f32f60

app-text/libmwaw: Add upstream buildfix

Reported-by: Coacher 
Thanks-to: Shannon  gmail.com>
Closes: https://bugs.gentoo.org/637692
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-text/libmwaw/files/libmwaw-0.3.13-buildfix.patch | 19 +++
 app-text/libmwaw/libmwaw-0.3.13.ebuild   |  2 ++
 2 files changed, 21 insertions(+)

diff --git a/app-text/libmwaw/files/libmwaw-0.3.13-buildfix.patch 
b/app-text/libmwaw/files/libmwaw-0.3.13-buildfix.patch
new file mode 100644
index 000..5c9940e8860
--- /dev/null
+++ b/app-text/libmwaw/files/libmwaw-0.3.13-buildfix.patch
@@ -0,0 +1,19 @@
+commit 4bc8ec0481f89b989b0c34236c9d5d9b8038d4a9
+Author: David Tardon 
+Date:   Wed Nov 15 13:15:44 2017 +0100
+
+fix call of explicit ctor
+
+diff --git a/src/lib/libmwaw_internal.hxx b/src/lib/libmwaw_internal.hxx
+index 2875a0fb..b844a9d5 100644
+--- a/src/lib/libmwaw_internal.hxx
 b/src/lib/libmwaw_internal.hxx
+@@ -1027,7 +1027,7 @@ public:
+   }
+   //! generic constructor
+   template  explicit MWAWBox2(MWAWBox2 const )
+-: m_data(p.min(), p.max())
++: m_data(MWAWVec2(p.min()), MWAWVec2(p.max()))
+   {
+   }
+ 

diff --git a/app-text/libmwaw/libmwaw-0.3.13.ebuild 
b/app-text/libmwaw/libmwaw-0.3.13.ebuild
index 0b26fe70b82..bd2d4558930 100644
--- a/app-text/libmwaw/libmwaw-0.3.13.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.13.ebuild
@@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
 "
 
+PATCHES=( "${FILESDIR}/${P}-buildfix.patch" )
+
 src_prepare() {
default
[[ ${PV} ==  ]] && eautoreconf



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

2017-11-15 Thread Andreas Sturmlechner
commit: 1cad8d9858b286cafdb073837c0c91b8bfe6abf2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 15 19:34:58 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 15 19:40:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cad8d98

app-text/libmwaw: 0.3.13 version bump

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-text/libmwaw/Manifest   | 1 +
 app-text/libmwaw/{libmwaw-.ebuild => libmwaw-0.3.13.ebuild} | 3 +--
 app-text/libmwaw/libmwaw-.ebuild| 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index bf42ca74af1..c27e8fabba0 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1,3 @@
 DIST libmwaw-0.3.11.tar.xz 1254200 SHA256 
4b483a196bbe82bc0f7cb4cdf70ef1cedb91139bd2e037eabaed4a4d6ed2299a SHA512 
d4a810c6066023608a15ece8a6bbc958e586d679fc4ad51156091ec88355292872f10198e723e28776b45e140a830fd4c698732cf6103743d6e80ad8e1d778ab
 WHIRLPOOL 
2de11bde90937727372eb7e7d4d1af52b66e8ef2f14bd78ce1d26399aa6ee853dc1fe11000cfcf8a361698296866ced2f2da7848f75763a22458ae0504903b48
 DIST libmwaw-0.3.12.tar.xz 1258972 SHA256 
7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7 SHA512 
8af8477ff6fc251600f9a66059b20fd8b9fad8d599c01e847d718597b3a34567036daff4d4510934aa1462bd4810a39467e8ac0ec223147b3b53447220ec
 WHIRLPOOL 
9dd39fc43c7b8cf3806889a1cabde4c1bbd4f21e5e1ea2dfa66a6ea69f28ab28c966e160d157f0ee4559e85b6b7fac07dfa314d2ef0597986c85660b3a5cc0f9
+DIST libmwaw-0.3.13.tar.xz 1258220 SHA256 
db55c728448f9c795cd71a0bb6043f6d4744e3e001b955a018a2c634981d5aea SHA512 
3d6a5142cc45f6519ac29f935c01418278ed4cc1bdcb0ecb1a190309c43d3f7ee06deab519d29a3e2aec01ef091cb4f4c17809662640b54a8e4fe8d4bd8db5f3
 WHIRLPOOL 
34310e946e398f577c76f2eacda496b64417fe3f7bc5f02af7852f51fa94c46df6f4df397a02fe56c7585b19dc62b796723b878f7ed66adf3698c14261e01f73

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-0.3.13.ebuild
similarity index 94%
copy from app-text/libmwaw/libmwaw-.ebuild
copy to app-text/libmwaw/libmwaw-0.3.13.ebuild
index b0434c260bc..0b26fe70b82 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.13.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 IUSE="doc static-libs tools"
 
@@ -38,7 +38,6 @@ src_configure() {
econf \
--enable-zip \
--disable-werror \
-   --with-sharedptr=c++11 \
$(use_with doc docs) \
$(use_enable static-libs static) \
$(use_enable tools)

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index b0434c260bc..0b26fe70b82 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 IUSE="doc static-libs tools"
 
@@ -38,7 +38,6 @@ src_configure() {
econf \
--enable-zip \
--disable-werror \
-   --with-sharedptr=c++11 \
$(use_with doc docs) \
$(use_enable static-libs static) \
$(use_enable tools)



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

2017-11-14 Thread Manuel Rüger
commit: c65d2aa9f88ad86a354a0f98c841c69766c757b3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov 14 15:13:24 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov 14 15:13:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65d2aa9

app-text/libmwaw: Stable on amd64

Package-Manager: Portage-2.3.14, Repoman-2.3.5

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

diff --git a/app-text/libmwaw/libmwaw-0.3.12.ebuild 
b/app-text/libmwaw/libmwaw-0.3.12.ebuild
index db9db1349a4..83978a0e482 100644
--- a/app-text/libmwaw/libmwaw-0.3.12.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.12.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 IUSE="doc static-libs tools"
 



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

2017-09-02 Thread Andreas Sturmlechner
commit: 5af882faaff278d7a12bd99be396e0462080f47d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep  2 18:30:01 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep  2 18:30:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af882fa

app-text/libmwaw: Drop vulnerable

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/libmwaw/Manifest |  1 -
 app-text/libmwaw/libmwaw-0.3.8.ebuild | 51 ---
 2 files changed, 52 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index cb9ec8da13b..bf42ca74af1 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,3 +1,2 @@
 DIST libmwaw-0.3.11.tar.xz 1254200 SHA256 
4b483a196bbe82bc0f7cb4cdf70ef1cedb91139bd2e037eabaed4a4d6ed2299a SHA512 
d4a810c6066023608a15ece8a6bbc958e586d679fc4ad51156091ec88355292872f10198e723e28776b45e140a830fd4c698732cf6103743d6e80ad8e1d778ab
 WHIRLPOOL 
2de11bde90937727372eb7e7d4d1af52b66e8ef2f14bd78ce1d26399aa6ee853dc1fe11000cfcf8a361698296866ced2f2da7848f75763a22458ae0504903b48
 DIST libmwaw-0.3.12.tar.xz 1258972 SHA256 
7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7 SHA512 
8af8477ff6fc251600f9a66059b20fd8b9fad8d599c01e847d718597b3a34567036daff4d4510934aa1462bd4810a39467e8ac0ec223147b3b53447220ec
 WHIRLPOOL 
9dd39fc43c7b8cf3806889a1cabde4c1bbd4f21e5e1ea2dfa66a6ea69f28ab28c966e160d157f0ee4559e85b6b7fac07dfa314d2ef0597986c85660b3a5cc0f9
-DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 
6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 
3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c
 WHIRLPOOL 
77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158

diff --git a/app-text/libmwaw/libmwaw-0.3.8.ebuild 
b/app-text/libmwaw/libmwaw-0.3.8.ebuild
deleted file mode 100644
index c3267e908c7..000
--- a/app-text/libmwaw/libmwaw-0.3.8.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm x86"
-
-IUSE="doc static-libs"
-
-RDEPEND="
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --enable-zip \
-   --disable-werror \
-   --with-sharedptr=boost \
-   $(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/libmwaw/

2017-09-02 Thread Aaron Bauman
commit: 869d4da2b1e2a7ef7885cd10f68321637ff1c2eb
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Sep  2 15:31:15 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Sep  2 15:36:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869d4da2

app-text/libmwaw: amd64 stable

Gentoo-bug: 621880
Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild 
b/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild
index 8be0198bd0f..20c33678106 100644
--- a/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 IUSE="doc static-libs tools"
 



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

2017-09-02 Thread Aaron Bauman
commit: 7c5a3d7d355ca329f98a6568e8e7565c0a7e3343
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Sep  2 15:34:00 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Sep  2 15:36:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5a3d7d

app-text/libmwaw: x86 stable

Gentoo-bug: 621880
Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild 
b/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild
index 20c33678106..3007843c600 100644
--- a/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 IUSE="doc static-libs tools"
 



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

2017-07-27 Thread Andreas Sturmlechner
commit: c8f0e36587175c90b21be7ac33e794035cef830d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 15:10:07 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 15:27:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f0e365

app-text/libmwaw: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/libmwaw/Manifest  |  1 -
 app-text/libmwaw/libmwaw-0.3.10.ebuild | 51 --
 app-text/libmwaw/libmwaw-0.3.11.ebuild | 51 --
 3 files changed, 103 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 2987a28cf4b..cb9ec8da13b 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,4 +1,3 @@
-DIST libmwaw-0.3.10.tar.xz 1229964 SHA256 
b246a0c15fcf98076f2a1f2cf4d44a714f5c8eb39690442fc7fbbd01fa34f220 SHA512 
5d225ecb89466d486900a33abf10b61e6f6bbff00053c5f6ab0046960c64c3022529a1e637594eca47b14c96c9f8440db9331d1db687f761c1026c64fb8301d5
 WHIRLPOOL 
7d537d55cc8491f8be2676d5b9a0e36ecdeb041e38e9416c43547730871bf757409c8b77460e507d87c4cc287b62ad2b449a5af8bed4b0406fbcca3759ef3ff4
 DIST libmwaw-0.3.11.tar.xz 1254200 SHA256 
4b483a196bbe82bc0f7cb4cdf70ef1cedb91139bd2e037eabaed4a4d6ed2299a SHA512 
d4a810c6066023608a15ece8a6bbc958e586d679fc4ad51156091ec88355292872f10198e723e28776b45e140a830fd4c698732cf6103743d6e80ad8e1d778ab
 WHIRLPOOL 
2de11bde90937727372eb7e7d4d1af52b66e8ef2f14bd78ce1d26399aa6ee853dc1fe11000cfcf8a361698296866ced2f2da7848f75763a22458ae0504903b48
 DIST libmwaw-0.3.12.tar.xz 1258972 SHA256 
7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7 SHA512 
8af8477ff6fc251600f9a66059b20fd8b9fad8d599c01e847d718597b3a34567036daff4d4510934aa1462bd4810a39467e8ac0ec223147b3b53447220ec
 WHIRLPOOL 
9dd39fc43c7b8cf3806889a1cabde4c1bbd4f21e5e1ea2dfa66a6ea69f28ab28c966e160d157f0ee4559e85b6b7fac07dfa314d2ef0597986c85660b3a5cc0f9
 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 
6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 
3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c
 WHIRLPOOL 
77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158

diff --git a/app-text/libmwaw/libmwaw-0.3.10.ebuild 
b/app-text/libmwaw/libmwaw-0.3.10.ebuild
deleted file mode 100644
index ed8c879dc73..000
--- a/app-text/libmwaw/libmwaw-0.3.10.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
-
-IUSE="doc static-libs tools"
-
-RDEPEND="
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --enable-zip \
-   --disable-werror \
-   --with-sharedptr=c++11 \
-   $(use_with doc docs) \
-   $(use_enable static-libs static) \
-   $(use_enable tools)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/app-text/libmwaw/libmwaw-0.3.11.ebuild 
b/app-text/libmwaw/libmwaw-0.3.11.ebuild
deleted file mode 100644
index ed8c879dc73..000
--- a/app-text/libmwaw/libmwaw-0.3.11.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
-
-IUSE="doc static-libs tools"
-
-RDEPEND="
-   dev-libs/librevenge
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-  

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

2017-07-27 Thread Andreas Sturmlechner
commit: a424f19ab3ed332e2b168a327488706a1d78b3cd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 27 15:09:33 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 27 15:27:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a424f19a

app-text/libmwaw: 0.3.12 version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/libmwaw/Manifest  |  1 +
 app-text/libmwaw/libmwaw-0.3.12.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index f0644c49d58..2987a28cf4b 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,3 +1,4 @@
 DIST libmwaw-0.3.10.tar.xz 1229964 SHA256 
b246a0c15fcf98076f2a1f2cf4d44a714f5c8eb39690442fc7fbbd01fa34f220 SHA512 
5d225ecb89466d486900a33abf10b61e6f6bbff00053c5f6ab0046960c64c3022529a1e637594eca47b14c96c9f8440db9331d1db687f761c1026c64fb8301d5
 WHIRLPOOL 
7d537d55cc8491f8be2676d5b9a0e36ecdeb041e38e9416c43547730871bf757409c8b77460e507d87c4cc287b62ad2b449a5af8bed4b0406fbcca3759ef3ff4
 DIST libmwaw-0.3.11.tar.xz 1254200 SHA256 
4b483a196bbe82bc0f7cb4cdf70ef1cedb91139bd2e037eabaed4a4d6ed2299a SHA512 
d4a810c6066023608a15ece8a6bbc958e586d679fc4ad51156091ec88355292872f10198e723e28776b45e140a830fd4c698732cf6103743d6e80ad8e1d778ab
 WHIRLPOOL 
2de11bde90937727372eb7e7d4d1af52b66e8ef2f14bd78ce1d26399aa6ee853dc1fe11000cfcf8a361698296866ced2f2da7848f75763a22458ae0504903b48
+DIST libmwaw-0.3.12.tar.xz 1258972 SHA256 
7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7 SHA512 
8af8477ff6fc251600f9a66059b20fd8b9fad8d599c01e847d718597b3a34567036daff4d4510934aa1462bd4810a39467e8ac0ec223147b3b53447220ec
 WHIRLPOOL 
9dd39fc43c7b8cf3806889a1cabde4c1bbd4f21e5e1ea2dfa66a6ea69f28ab28c966e160d157f0ee4559e85b6b7fac07dfa314d2ef0597986c85660b3a5cc0f9
 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 
6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 
3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c
 WHIRLPOOL 
77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158

diff --git a/app-text/libmwaw/libmwaw-0.3.12.ebuild 
b/app-text/libmwaw/libmwaw-0.3.12.ebuild
new file mode 100644
index 000..b0434c260bc
--- /dev/null
+++ b/app-text/libmwaw/libmwaw-0.3.12.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
+[[ ${PV} ==  ]] && inherit autotools git-r3
+
+DESCRIPTION="Library parsing many pre-OSX MAC text formats"
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
+[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+[[ ${PV} ==  ]] || \
+KEYWORDS="~amd64 ~arm ~x86"
+
+IUSE="doc static-libs tools"
+
+RDEPEND="
+   dev-libs/librevenge
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   # zip is hard enabled as the zlib is dep on the rdeps anyway
+   econf \
+   --enable-zip \
+   --disable-werror \
+   --with-sharedptr=c++11 \
+   $(use_with doc docs) \
+   $(use_enable static-libs static) \
+   $(use_enable tools)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2017-06-26 Thread Andreas Sturmlechner
commit: dfa7924ea685a59ebb1afb94775e8fe9f08b6739
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun 26 20:57:36 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun 26 20:58:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa7924e

app-text/libmwaw: Fix CVE-2017-9433

Also drop unused RDEPEND.

Gentoo-bug: 621880

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../libmwaw/files/libmwaw-0.3.11-CVE-2017-9433.patch  | 19 +++
 .../{libmwaw-.ebuild => libmwaw-0.3.11-r1.ebuild} |  3 ++-
 app-text/libmwaw/libmwaw-.ebuild  |  1 -
 3 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/app-text/libmwaw/files/libmwaw-0.3.11-CVE-2017-9433.patch 
b/app-text/libmwaw/files/libmwaw-0.3.11-CVE-2017-9433.patch
new file mode 100644
index 000..4918fd4b651
--- /dev/null
+++ b/app-text/libmwaw/files/libmwaw-0.3.11-CVE-2017-9433.patch
@@ -0,0 +1,19 @@
+commit 68b3b74569881248bfb6cbb4266177cc253b292f
+Author: David Tardon 
+Date:   Sat Apr 8 14:03:29 2017 +0200
+
+ofz#1037 resize vector correctly
+
+diff --git a/src/lib/MsWrd1Parser.cxx b/src/lib/MsWrd1Parser.cxx
+index 63547e6..3626064 100644
+--- a/src/lib/MsWrd1Parser.cxx
 b/src/lib/MsWrd1Parser.cxx
+@@ -902,7 +902,7 @@ bool MsWrd1Parser::readFootnoteCorrespondance(MWAWVec2i 
limits)
+ int id = fIt++->second;
+ fPos[1] = fIt==footnoteMap.end() ? m_state->m_eot : fIt->first;
+ if (id >= int(m_state->m_footnotesList.size()))
+-  m_state->m_footnotesList.resize(size_t(id),MWAWVec2l(0,0));
++  m_state->m_footnotesList.resize(size_t(id)+1,MWAWVec2l(0,0));
+ m_state->m_footnotesList[size_t(id)]=fPos;
+   }
+   ascii().addDelimiter(input->tell(),'|');

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild
similarity index 95%
copy from app-text/libmwaw/libmwaw-.ebuild
copy to app-text/libmwaw/libmwaw-0.3.11-r1.ebuild
index ed8c879dc73..8be0198bd0f 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.11-r1.ebuild
@@ -20,7 +20,6 @@ IUSE="doc static-libs tools"
 
 RDEPEND="
dev-libs/librevenge
-   dev-libs/libxml2
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -29,6 +28,8 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
 "
 
+PATCHES=( "${FILESDIR}/${P}-CVE-2017-9433.patch" )
+
 src_prepare() {
default
[[ ${PV} ==  ]] && eautoreconf

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index ed8c879dc73..b0434c260bc 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -20,7 +20,6 @@ IUSE="doc static-libs tools"
 
 RDEPEND="
dev-libs/librevenge
-   dev-libs/libxml2
sys-libs/zlib
 "
 DEPEND="${RDEPEND}



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

2017-01-31 Thread Andreas Sturmlechner
commit: d2b1c4a0f987de3ddc6c6cd15412e2eb5347c4b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 31 20:23:18 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 31 20:32:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b1c4a0

app-text/libmwaw: 0.3.10 version bump

Package-Manager: portage-2.3.3

 app-text/libmwaw/Manifest   | 1 +
 app-text/libmwaw/{libmwaw-.ebuild => libmwaw-0.3.10.ebuild} | 4 ++--
 app-text/libmwaw/libmwaw-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index fdf6791..c3a77d2 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1,3 @@
+DIST libmwaw-0.3.10.tar.xz 1229964 SHA256 
b246a0c15fcf98076f2a1f2cf4d44a714f5c8eb39690442fc7fbbd01fa34f220 SHA512 
5d225ecb89466d486900a33abf10b61e6f6bbff00053c5f6ab0046960c64c3022529a1e637594eca47b14c96c9f8440db9331d1db687f761c1026c64fb8301d5
 WHIRLPOOL 
7d537d55cc8491f8be2676d5b9a0e36ecdeb041e38e9416c43547730871bf757409c8b77460e507d87c4cc287b62ad2b449a5af8bed4b0406fbcca3759ef3ff4
 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 
6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 
3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c
 WHIRLPOOL 
77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158
 DIST libmwaw-0.3.9.tar.xz 1226044 SHA256 
f7fca4d31510e52cda94f1272147f385e372448c0aaef16f07a5e8b3ceb5b2a0 SHA512 
41ed9adbe4d73f0554629394f33b20c11ead86b1922af37451fa8c7179d55d61b09da72d676fb0ce123818675450048a87b9f4d67ad2e8070269724bd2cd0051
 WHIRLPOOL 
88eac9a04707249ebb874504b2012786b2b21f1e2fd42f07d3a809bef343b6a1ad5cb3ffebb484c2da52bc47ff3050f98d8e64dacabe8caca1e7a5e75b4f8d90

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-0.3.10.ebuild
similarity index 90%
copy from app-text/libmwaw/libmwaw-.ebuild
copy to app-text/libmwaw/libmwaw-0.3.10.ebuild
index a1f58dc..c0503c2 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
 [[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index a1f58dc..c0503c2 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
 [[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"



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

2016-12-17 Thread Andreas Hüttel
commit: 8247a2c52971aac4fbdafd4ce44b4116dab328de
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Wed Nov 23 19:03:24 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Dec 17 15:55:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8247a2c5

app-text/libmwaw: 0.3.9 version bump, USE=tools, --with-sharedptr=c++11

Drop eutils.eclass

Package-Manager: portage-2.3.0

 app-text/libmwaw/libmwaw-0.3.8.ebuild | 14 ++
 app-text/libmwaw/libmwaw-0.3.9.ebuild | 14 ++
 app-text/libmwaw/libmwaw-.ebuild  | 12 +---
 app-text/libmwaw/metadata.xml |  3 +++
 4 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/app-text/libmwaw/libmwaw-0.3.8.ebuild 
b/app-text/libmwaw/libmwaw-0.3.8.ebuild
index 234cf6f..5a1b195 100644
--- a/app-text/libmwaw/libmwaw-0.3.8.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.8.ebuild
@@ -5,11 +5,10 @@
 EAPI=6
 
 EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-inherit eutils
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
 [[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
@@ -26,7 +25,7 @@ RDEPEND="
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46:=
+   dev-libs/boost
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )
@@ -40,15 +39,14 @@ src_prepare() {
 src_configure() {
# zip is hard enabled as the zlib is dep on the rdeps anyway
econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --with-sharedptr=boost \
--enable-zip \
--disable-werror \
-   $(use_enable static-libs static) \
-   $(use_with doc docs)
+   --with-sharedptr=boost \
+   $(use_with doc docs) \
+   $(use_enable static-libs static)
 }
 
 src_install() {
default
-   prune_libtool_files --all
+   find "${D}" -name '*.la' -delete || die
 }

diff --git a/app-text/libmwaw/libmwaw-0.3.9.ebuild 
b/app-text/libmwaw/libmwaw-0.3.9.ebuild
index a8a3aae..3d50f04 100644
--- a/app-text/libmwaw/libmwaw-0.3.9.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.9.ebuild
@@ -5,11 +5,10 @@
 EAPI=6
 
 EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-inherit eutils
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
+HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
 [[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
@@ -18,7 +17,7 @@ SLOT="0"
 [[ ${PV} ==  ]] || \
 KEYWORDS="~amd64 ~arm ~x86"
 
-IUSE="doc static-libs"
+IUSE="doc static-libs tools"
 
 RDEPEND="
dev-libs/librevenge
@@ -26,7 +25,6 @@ RDEPEND="
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46:=
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )
@@ -40,15 +38,15 @@ src_prepare() {
 src_configure() {
# zip is hard enabled as the zlib is dep on the rdeps anyway
econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --with-sharedptr=boost \
--enable-zip \
--disable-werror \
+   --with-sharedptr=c++11 \
+   $(use_with doc docs) \
$(use_enable static-libs static) \
-   $(use_with doc docs)
+   $(use_enable tools)
 }
 
 src_install() {
default
-   prune_libtool_files --all
+   find "${D}" -name '*.la' -delete || die
 }

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index a8a3aae..a1f58dc 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
-inherit eutils
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
@@ -18,7 +17,7 @@ SLOT="0"
 [[ ${PV} ==  ]] || \
 KEYWORDS="~amd64 ~arm ~x86"
 
-IUSE="doc static-libs"
+IUSE="doc static-libs tools"
 
 RDEPEND="
dev-libs/librevenge
@@ -26,7 +25,6 @@ RDEPEND="
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46:=
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )
@@ -40,15 +38,15 @@ src_prepare() {
 src_configure() {
# zip is hard enabled as the zlib is dep on the rdeps anyway
econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --with-sharedptr=boost \
--enable-zip \
--disable-werror \
+   --with-sharedptr=c++11 \
+   $(use_with doc 

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

2016-11-29 Thread Andreas Hüttel
commit: 6bcd4f96bf81b18fccba2e6beff35406af3bce0e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Nov 29 20:42:48 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Nov 29 20:48:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcd4f96

app-text/libmwaw: Version bump

Package-Manager: portage-2.3.2

 app-text/libmwaw/Manifest  | 1 +
 app-text/libmwaw/{libmwaw-.ebuild => libmwaw-0.3.9.ebuild} | 7 ---
 app-text/libmwaw/libmwaw-.ebuild   | 7 ---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index e908d57..fdf6791 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1 +1,2 @@
 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 
6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 
3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c
 WHIRLPOOL 
77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158
+DIST libmwaw-0.3.9.tar.xz 1226044 SHA256 
f7fca4d31510e52cda94f1272147f385e372448c0aaef16f07a5e8b3ceb5b2a0 SHA512 
41ed9adbe4d73f0554629394f33b20c11ead86b1922af37451fa8c7179d55d61b09da72d676fb0ce123818675450048a87b9f4d67ad2e8070269724bd2cd0051
 WHIRLPOOL 
88eac9a04707249ebb874504b2012786b2b21f1e2fd42f07d3a809bef343b6a1ad5cb3ffebb484c2da52bc47ff3050f98d8e64dacabe8caca1e7a5e75b4f8d90

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-0.3.9.ebuild
similarity index 89%
copy from app-text/libmwaw/libmwaw-.ebuild
copy to app-text/libmwaw/libmwaw-0.3.9.ebuild
index d1a3989..a8a3aae 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.9.ebuild
@@ -1,15 +1,15 @@
-# 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://git.code.sf.net/p/libmwaw/libmwaw"
 inherit eutils
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
+HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
 [[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
@@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
+   default
[[ ${PV} ==  ]] && eautoreconf
 }
 

diff --git a/app-text/libmwaw/libmwaw-.ebuild 
b/app-text/libmwaw/libmwaw-.ebuild
index d1a3989..a8a3aae 100644
--- a/app-text/libmwaw/libmwaw-.ebuild
+++ b/app-text/libmwaw/libmwaw-.ebuild
@@ -1,15 +1,15 @@
-# 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://git.code.sf.net/p/libmwaw/libmwaw"
 inherit eutils
 [[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
+HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
 [[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
@@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
+   default
[[ ${PV} ==  ]] && eautoreconf
 }
 



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

2016-11-29 Thread Andreas Hüttel
commit: 424e4c16378a65ee49590adef0e4b63cba242f12
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Nov 29 19:59:47 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=424e4c16

app-text/libmwaw: Remove old

Package-Manager: portage-2.3.2

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

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 86de6ae..e908d57 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1 @@
-DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 
015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 
fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1
 WHIRLPOOL 
ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f
 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 
6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 
3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c
 WHIRLPOOL 
77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158

diff --git a/app-text/libmwaw/libmwaw-0.3.6.ebuild 
b/app-text/libmwaw/libmwaw-0.3.6.ebuild
deleted file mode 100644
index ef4e82c..
--- a/app-text/libmwaw/libmwaw-0.3.6.ebuild
+++ /dev/null
@@ -1,53 +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://git.code.sf.net/p/libmwaw/libmwaw"
-inherit eutils
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-[[ ${PV} ==  ]] || \
-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_prepare() {
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --with-sharedptr=boost \
-   --enable-zip \
-   --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/libmwaw/

2016-11-29 Thread Agostino Sarubbo
commit: 25a0bda1da55a498c4b80c5e9cf5426fd9f3bcd5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:40:48 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:40:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a0bda1

app-text/libmwaw: 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/libmwaw/libmwaw-0.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libmwaw/libmwaw-0.3.8.ebuild 
b/app-text/libmwaw/libmwaw-0.3.8.ebuild
index e022d3d..234cf6f 100644
--- a/app-text/libmwaw/libmwaw-0.3.8.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.8.ebuild
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 IUSE="doc static-libs"
 



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

2016-11-29 Thread Agostino Sarubbo
commit: 8bb1ee9828ca4cabaec2b6946de7f517c7347d49
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 29 18:38:52 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 29 18:38:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb1ee98

app-text/libmwaw: 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/libmwaw/libmwaw-0.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libmwaw/libmwaw-0.3.8.ebuild 
b/app-text/libmwaw/libmwaw-0.3.8.ebuild
index a8a3aae..e022d3d 100644
--- a/app-text/libmwaw/libmwaw-0.3.8.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.8.ebuild
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 IUSE="doc static-libs"
 



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

2016-11-26 Thread Andreas Hüttel
commit: 136a8977311a7da073101c9c662c10a318fb0fa7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 26 17:12:26 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov 26 17:12:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136a8977

app-text/libmwaw: Remove old

Package-Manager: portage-2.3.2

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

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 5709560..86de6ae 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,3 +1,2 @@
 DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 
015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 
fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1
 WHIRLPOOL 
ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f
-DIST libmwaw-0.3.7.tar.xz 1167156 SHA256 
057611e871c279a28fcbede78dda11e500b9d5b341ab7064d6dce470f6fee8f9 SHA512 
17f15f029633a22f8e7db7855b32dd5f4061e1eb3df865426bb736d2a5f3b7c0f631c22506aaed77e5fc4bce0e881c1f28f58a600c1155eac91d5897027b5499
 WHIRLPOOL 
8a9a05879e5c657be144685730e444290e3746949d77d7d3f1fe0700a32e86b786d93ae60ad4175c179b081263773f0a8121434f789b7413fbce5c7221b02111
 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 
6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 
3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c
 WHIRLPOOL 
77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158

diff --git a/app-text/libmwaw/libmwaw-0.3.7.ebuild 
b/app-text/libmwaw/libmwaw-0.3.7.ebuild
deleted file mode 100644
index e612898..
--- a/app-text/libmwaw/libmwaw-0.3.7.ebuild
+++ /dev/null
@@ -1,53 +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://git.code.sf.net/p/libmwaw/libmwaw"
-inherit eutils
-[[ ${PV} ==  ]] && inherit autotools git-r3
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/;
-[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-[[ ${PV} ==  ]] || \
-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_prepare() {
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --with-sharedptr=boost \
-   --enable-zip \
-   --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/libmwaw/

2016-09-17 Thread Andreas Hüttel
commit: 1a6012953990dab4f896145e9822255c29b966fd
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jul 17 18:04:23 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 17 21:32:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a601295

app-text/libmwaw: Version bump to 0.3.8

Package-Manager: portage-2.2.28

 app-text/libmwaw/Manifest |  1 +
 app-text/libmwaw/libmwaw-0.3.8.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index cc6fde7..5709560 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,2 +1,3 @@
 DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 
015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 
fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1
 WHIRLPOOL 
ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f
 DIST libmwaw-0.3.7.tar.xz 1167156 SHA256 
057611e871c279a28fcbede78dda11e500b9d5b341ab7064d6dce470f6fee8f9 SHA512 
17f15f029633a22f8e7db7855b32dd5f4061e1eb3df865426bb736d2a5f3b7c0f631c22506aaed77e5fc4bce0e881c1f28f58a600c1155eac91d5897027b5499
 WHIRLPOOL 
8a9a05879e5c657be144685730e444290e3746949d77d7d3f1fe0700a32e86b786d93ae60ad4175c179b081263773f0a8121434f789b7413fbce5c7221b02111
+DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 
6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 
3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c
 WHIRLPOOL 
77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158

diff --git a/app-text/libmwaw/libmwaw-0.3.8.ebuild 
b/app-text/libmwaw/libmwaw-0.3.8.ebuild
new file mode 100644
index ..a8a3aae
--- /dev/null
+++ b/app-text/libmwaw/libmwaw-0.3.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
+inherit eutils
+[[ ${PV} ==  ]] && inherit autotools git-r3
+
+DESCRIPTION="Library parsing many pre-OSX MAC text formats"
+HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
+[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+[[ ${PV} ==  ]] || \
+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_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   # zip is hard enabled as the zlib is dep on the rdeps anyway
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --with-sharedptr=boost \
+   --enable-zip \
+   --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/libmwaw/

2016-07-03 Thread Andreas Hüttel
commit: 96b3180886b83e42930f674f10a8e5d0c937ed3e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 10:09:14 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=96b31808

app-text/libmwaw: Drop old

base.eclass usage eliminated.

Package-Manager: portage-2.2.28

 app-text/libmwaw/Manifest  |  3 ---
 app-text/libmwaw/libmwaw-0.1.10.ebuild | 45 --
 app-text/libmwaw/libmwaw-0.2.0.ebuild  | 45 --
 app-text/libmwaw/libmwaw-0.3.5.ebuild  | 44 -
 4 files changed, 137 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index ee5d620..cc6fde7 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,5 +1,2 @@
-DIST libmwaw-0.1.10.tar.xz 737680 SHA256 
9a4547923c6db24e51733f91ecd74a9c479473962c94fa6ae4260e1fdd4db3dd SHA512 
02c9fcaa8e71df81ccf4aeff1bc990735e1f629f7a80c1160fc8ceedcc1c53e23b7726c9e360516ebe43a730d4d38da5ecdc0b325afd2ac723dad662fd232d73
 WHIRLPOOL 
8858c296d13da94f7c2d13a97b7be5c43db98c596fc37779e77a4811984626f4597cd68f438bc0587a323f25c74d4d5a4a0fa5e5b564c5459c2e6101687b663f
-DIST libmwaw-0.2.0.tar.xz 808604 SHA256 
c30f228681ba2fc3715c9e41fcf2c3bb2b873911acb22602ab7b2eb1eeed85bd SHA512 
31a4641d30eaae8a6e4a7c38a875996c657c901efbf4b631a0575f8fa33a1bfe5c7fadfb867ba1d4c4a9ed321d304a4d1727d1d61596cedd75b6bf3bf0094094
 WHIRLPOOL 
81d7ad03f38d59c24fa6dcc87a586c7774c934e749becd465e8d58a54873072837c39ab52cfaf87011ddc03a24bf57aa52f804d70398c7091b42165456c22155
-DIST libmwaw-0.3.5.tar.xz 1069012 SHA256 
34fedad820078e0d51150518c51e537363d1d2d3301c203dd0cc31970281a9ef SHA512 
37468ecec556eb1ace77beb36ca176675ad5c9c362409b7cf689fedfb284e5e2c9cf776337dfd3500169d3af2adb976658e6d8edac02579d59ff11f8cdb6234c
 WHIRLPOOL 
0e6e84b9ed42be6b944fe328135d117eb61e524007a473ed259d206c8c2d2d162f075ba7f13c72f49f49fe7acd44ecfbfbaa3cc1c8eefcbd214ee2b507c8a5d0
 DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 
015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 
fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1
 WHIRLPOOL 
ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f
 DIST libmwaw-0.3.7.tar.xz 1167156 SHA256 
057611e871c279a28fcbede78dda11e500b9d5b341ab7064d6dce470f6fee8f9 SHA512 
17f15f029633a22f8e7db7855b32dd5f4061e1eb3df865426bb736d2a5f3b7c0f631c22506aaed77e5fc4bce0e881c1f28f58a600c1155eac91d5897027b5499
 WHIRLPOOL 
8a9a05879e5c657be144685730e444290e3746949d77d7d3f1fe0700a32e86b786d93ae60ad4175c179b081263773f0a8121434f789b7413fbce5c7221b02111

diff --git a/app-text/libmwaw/libmwaw-0.1.10.ebuild 
b/app-text/libmwaw/libmwaw-0.1.10.ebuild
deleted file mode 100644
index 7d213fb..000
--- a/app-text/libmwaw/libmwaw-0.1.10.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Library parsing many pre-OSX MAC text formats"
-HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   >=app-text/libwpd-0.9.5:0.9
-   app-text/libwpg:0.2
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   sys-devel/libtool
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   # zip is hard enabled as the zlib is dep on the rdeps anyway
-   econf \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --with-sharedptr=boost \
-   --enable-zip \
-   --disable-werror \
-   $(use_enable static-libs static) \
-   $(use_with doc docs)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git a/app-text/libmwaw/libmwaw-0.2.0.ebuild 
b/app-text/libmwaw/libmwaw-0.2.0.ebuild
deleted file mode 100644
index 90a77f1..000
--- a/app-text/libmwaw/libmwaw-0.2.0.ebuild
+++ /dev/null
@@ -1,45 +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 many pre-OSX MAC text formats"
-HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-   app-text/libwpd:0.9
-   >=app-text/libwpg-0.2.2:0.2
-   dev-libs/libxml2
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.46
-   sys-devel/libtool
-   

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

2016-01-07 Thread Manuel Rüger
commit: de11f7d8679d89fbd794d1c7eefd3e9936fd9710
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jan  8 00:00:06 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Jan  8 00:00:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de11f7d8

app-text/libmwaw: Version bump

Package-Manager: portage-2.2.26

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

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index 19f087c..ee5d620 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -2,3 +2,4 @@ DIST libmwaw-0.1.10.tar.xz 737680 SHA256 
9a4547923c6db24e51733f91ecd74a9c4794739
 DIST libmwaw-0.2.0.tar.xz 808604 SHA256 
c30f228681ba2fc3715c9e41fcf2c3bb2b873911acb22602ab7b2eb1eeed85bd SHA512 
31a4641d30eaae8a6e4a7c38a875996c657c901efbf4b631a0575f8fa33a1bfe5c7fadfb867ba1d4c4a9ed321d304a4d1727d1d61596cedd75b6bf3bf0094094
 WHIRLPOOL 
81d7ad03f38d59c24fa6dcc87a586c7774c934e749becd465e8d58a54873072837c39ab52cfaf87011ddc03a24bf57aa52f804d70398c7091b42165456c22155
 DIST libmwaw-0.3.5.tar.xz 1069012 SHA256 
34fedad820078e0d51150518c51e537363d1d2d3301c203dd0cc31970281a9ef SHA512 
37468ecec556eb1ace77beb36ca176675ad5c9c362409b7cf689fedfb284e5e2c9cf776337dfd3500169d3af2adb976658e6d8edac02579d59ff11f8cdb6234c
 WHIRLPOOL 
0e6e84b9ed42be6b944fe328135d117eb61e524007a473ed259d206c8c2d2d162f075ba7f13c72f49f49fe7acd44ecfbfbaa3cc1c8eefcbd214ee2b507c8a5d0
 DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 
015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 
fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1
 WHIRLPOOL 
ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f
+DIST libmwaw-0.3.7.tar.xz 1167156 SHA256 
057611e871c279a28fcbede78dda11e500b9d5b341ab7064d6dce470f6fee8f9 SHA512 
17f15f029633a22f8e7db7855b32dd5f4061e1eb3df865426bb736d2a5f3b7c0f631c22506aaed77e5fc4bce0e881c1f28f58a600c1155eac91d5897027b5499
 WHIRLPOOL 
8a9a05879e5c657be144685730e444290e3746949d77d7d3f1fe0700a32e86b786d93ae60ad4175c179b081263773f0a8121434f789b7413fbce5c7221b02111

diff --git a/app-text/libmwaw/libmwaw-0.3.7.ebuild 
b/app-text/libmwaw/libmwaw-0.3.7.ebuild
new file mode 100644
index 000..c441651
--- /dev/null
+++ b/app-text/libmwaw/libmwaw-0.3.7.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
+inherit eutils
+[[ ${PV} ==  ]] && inherit autotools git-r3
+
+DESCRIPTION="Library parsing many pre-OSX MAC text formats"
+HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
+[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+[[ ${PV} ==  ]] || \
+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_prepare() {
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   # zip is hard enabled as the zlib is dep on the rdeps anyway
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --with-sharedptr=boost \
+   --enable-zip \
+   --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/libmwaw/

2015-11-24 Thread Agostino Sarubbo
commit: 32214d4e37dd11232fd30431d84691f646fd7080
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 24 23:13:37 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 24 23:13:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32214d4e

app-text/libmwaw: x86 stable wrt bug #565026

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

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

diff --git a/app-text/libmwaw/libmwaw-0.3.6.ebuild 
b/app-text/libmwaw/libmwaw-0.3.6.ebuild
index 9b1b586..0042785 100644
--- a/app-text/libmwaw/libmwaw-0.3.6.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 IUSE="doc static-libs"
 



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

2015-11-24 Thread Agostino Sarubbo
commit: c318d6efec77dbd3519b1b10c5f32f8b654a74ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 24 23:12:43 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 24 23:12:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c318d6ef

app-text/libmwaw: amd64 stable wrt bug #565026

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/app-text/libmwaw/libmwaw-0.3.6.ebuild 
b/app-text/libmwaw/libmwaw-0.3.6.ebuild
index 2b4d750..9b1b586 100644
--- a/app-text/libmwaw/libmwaw-0.3.6.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 IUSE="doc static-libs"
 



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

2015-08-31 Thread Andreas Hüttel
commit: 191e50c021a4719554f46fa4336138fc4feb5723
Author: Andreas K. Huettel (dilfridge)  gentoo  org>
AuthorDate: Mon Aug 31 20:37:03 2015 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Aug 31 20:48:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191e50c0

app-text/libmwaw: Version bump; remove old

Package-Manager: portage-2.2.20.1

 app-text/libmwaw/Manifest |  2 +-
 .../{libmwaw-0.3.4.ebuild => libmwaw-0.3.6.ebuild}| 15 ---
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index e58c265..19f087c 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,4 +1,4 @@
 DIST libmwaw-0.1.10.tar.xz 737680 SHA256 
9a4547923c6db24e51733f91ecd74a9c479473962c94fa6ae4260e1fdd4db3dd SHA512 
02c9fcaa8e71df81ccf4aeff1bc990735e1f629f7a80c1160fc8ceedcc1c53e23b7726c9e360516ebe43a730d4d38da5ecdc0b325afd2ac723dad662fd232d73
 WHIRLPOOL 
8858c296d13da94f7c2d13a97b7be5c43db98c596fc37779e77a4811984626f4597cd68f438bc0587a323f25c74d4d5a4a0fa5e5b564c5459c2e6101687b663f
 DIST libmwaw-0.2.0.tar.xz 808604 SHA256 
c30f228681ba2fc3715c9e41fcf2c3bb2b873911acb22602ab7b2eb1eeed85bd SHA512 
31a4641d30eaae8a6e4a7c38a875996c657c901efbf4b631a0575f8fa33a1bfe5c7fadfb867ba1d4c4a9ed321d304a4d1727d1d61596cedd75b6bf3bf0094094
 WHIRLPOOL 
81d7ad03f38d59c24fa6dcc87a586c7774c934e749becd465e8d58a54873072837c39ab52cfaf87011ddc03a24bf57aa52f804d70398c7091b42165456c22155
-DIST libmwaw-0.3.4.tar.xz 976120 SHA256 
4c15e127455c35d20fb736c8941953aabf17180067cef0b4c405c1dca92bc9ea SHA512 
2ea342861a6146215ee5c19ed7c90670ae9e1725b01f6a744b7234df00496cac9c3d98d1f1ec781e46ba08020a60db84eb48eb8d8b2ee5c0101e43f148996c7b
 WHIRLPOOL 
d25bf6c6cb8c0d3977cbee825c540aa85d39be5584167d6be48c9dfd4a304aa9f973c0008743d7199fb7f1f1de534aa85d9e48a00dd83ceab9f490eef9ae7d9f
 DIST libmwaw-0.3.5.tar.xz 1069012 SHA256 
34fedad820078e0d51150518c51e537363d1d2d3301c203dd0cc31970281a9ef SHA512 
37468ecec556eb1ace77beb36ca176675ad5c9c362409b7cf689fedfb284e5e2c9cf776337dfd3500169d3af2adb976658e6d8edac02579d59ff11f8cdb6234c
 WHIRLPOOL 
0e6e84b9ed42be6b944fe328135d117eb61e524007a473ed259d206c8c2d2d162f075ba7f13c72f49f49fe7acd44ecfbfbaa3cc1c8eefcbd214ee2b507c8a5d0
+DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 
015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 
fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1
 WHIRLPOOL 
ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f

diff --git a/app-text/libmwaw/libmwaw-0.3.4.ebuild 
b/app-text/libmwaw/libmwaw-0.3.6.ebuild
similarity index 72%
rename from app-text/libmwaw/libmwaw-0.3.4.ebuild
rename to app-text/libmwaw/libmwaw-0.3.6.ebuild
index e7c3f3a..2b4d750 100644
--- a/app-text/libmwaw/libmwaw-0.3.4.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.6.ebuild
@@ -4,15 +4,20 @@
 
 EAPI=5
 
-inherit base eutils
+EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
+inherit eutils
+[[ ${PV} ==  ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
 HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+[[ ${PV} ==  ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+
+[[ ${PV} ==  ]] || \
+KEYWORDS="~amd64 ~arm ~x86"
+
 IUSE="doc static-libs"
 
 RDEPEND="
@@ -27,6 +32,10 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
 "
 
+src_prepare() {
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
 src_configure() {
# zip is hard enabled as the zlib is dep on the rdeps anyway
econf \