[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2022-08-12 Thread WANG Xuerui
commit: b39ff897c711f7d1bdf52f750ba2f6459f2e3d15
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Aug 12 07:50:11 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Fri Aug 12 12:24:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39ff897

media-libs/libzmf: keyword 0.0.2-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 media-libs/libzmf/libzmf-0.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libzmf/libzmf-0.0.2-r1.ebuild 
b/media-libs/libzmf/libzmf-0.0.2-r1.ebuild
index f20a76d51b4a..c0f09fa6a3d2 100644
--- a/media-libs/libzmf/libzmf-0.0.2-r1.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.2-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3 autotools
 else
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Library for parsing Zoner Callisto/Draw documents"



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2022-08-12 Thread WANG Xuerui
commit: 9436302968d6dce0e63b2d25ff4e42553159c5ee
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Aug 12 07:50:12 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Fri Aug 12 12:24:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94363029

media-libs/libzmf: forward ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 media-libs/libzmf/libzmf-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libzmf/libzmf-.ebuild 
b/media-libs/libzmf/libzmf-.ebuild
index b6008d5e0134..e51c226a78b1 100644
--- a/media-libs/libzmf/libzmf-.ebuild
+++ b/media-libs/libzmf/libzmf-.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3 autotools
 else
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library for parsing Zoner Callisto/Draw documents"



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2022-06-19 Thread David Seifert
commit: e945e093a8adb4da60eb77f3e242b5030c5114ef
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 19 09:13:57 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 19 09:13:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e945e093

media-libs/libzmf: sync live ebuild

Signed-off-by: David Seifert  gentoo.org>

 media-libs/libzmf/libzmf-.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/media-libs/libzmf/libzmf-.ebuild 
b/media-libs/libzmf/libzmf-.ebuild
index 5979e0f48940..b6008d5e0134 100644
--- a/media-libs/libzmf/libzmf-.ebuild
+++ b/media-libs/libzmf/libzmf-.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-if [[ ${PV} == ** ]]; then
+if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://git.libreoffice.org/libzmf;
inherit git-r3 autotools
 else
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library for parsing Zoner Callisto/Draw documents"
@@ -17,7 +17,6 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 IUSE="debug doc test tools"
-
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -34,7 +33,7 @@ BDEPEND="doc? ( app-doc/doxygen )"
 
 src_prepare() {
default
-   [[ ${PV} == ** ]] && eautoreconf
+   [[ ${PV} == * ]] && eautoreconf
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2022-06-19 Thread David Seifert
commit: 7ecb574a42d8272b2e81b8c615098753537a60fd
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 19 09:13:56 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 19 09:13:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecb574a

media-libs/libzmf: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 ...{libzmf-0.0.2.ebuild => libzmf-0.0.2-r1.ebuild} | 33 --
 1 file changed, 18 insertions(+), 15 deletions(-)

diff --git a/media-libs/libzmf/libzmf-0.0.2.ebuild 
b/media-libs/libzmf/libzmf-0.0.2-r1.ebuild
similarity index 53%
rename from media-libs/libzmf/libzmf-0.0.2.ebuild
rename to media-libs/libzmf/libzmf-0.0.2-r1.ebuild
index 4d3dc28e21a3..f20a76d51b4a 100644
--- a/media-libs/libzmf/libzmf-0.0.2.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.2-r1.ebuild
@@ -1,20 +1,21 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-EGIT_REPO_URI="git://gerrit.libreoffice.org/libzmf"
-[[ ${PV} ==  ]] && inherit git-r3 autotools
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://git.libreoffice.org/libzmf;
+   inherit git-r3 autotools
+else
+   SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
+   KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
+fi
 
 DESCRIPTION="Library for parsing Zoner Callisto/Draw documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
-[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
 
 LICENSE="MPL-2.0"
 SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
-
 IUSE="debug doc test tools"
 RESTRICT="!test? ( test )"
 
@@ -26,25 +27,27 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   doc? ( app-doc/doxygen )
test? ( dev-util/cppunit )
 "
+BDEPEND="doc? ( app-doc/doxygen )"
 
 src_prepare() {
default
-   [[ ${PV} ==  ]] && eautoreconf
+   [[ ${PV} == * ]] && eautoreconf
 }
 
 src_configure() {
-   econf \
-   --disable-werror \
-   $(use_enable debug) \
-   $(use_with doc docs) \
-   $(use_enable test tests) \
+   local myeconfargs=(
+   --disable-werror
+   $(use_enable debug)
+   $(use_with doc docs)
+   $(use_enable test tests)
$(use_enable tools)
+   )
+   econf "${myeconfargs[@]}"
 }
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
+   find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

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

media-libs/libzmf: keyword 0.0.2 for ~riscv

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

 media-libs/libzmf/libzmf-0.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libzmf/libzmf-0.0.2.ebuild 
b/media-libs/libzmf/libzmf-0.0.2.ebuild
index a2d9bddf410b..4d3dc28e21a3 100644
--- a/media-libs/libzmf/libzmf-0.0.2.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
 
 IUSE="debug doc test tools"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2021-08-03 Thread Andreas Sturmlechner
commit: 59ec5e0556b3c9df5d552fa9b68e9dca268e97c3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  3 13:36:19 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  3 14:06:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ec5e05

media-libs/libzmf: EAPI-8 bump, https, consolidate live/release ifdefs

Bug: https://bugs.gentoo.org/787266
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/libzmf/libzmf-.ebuild | 36 
 1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/media-libs/libzmf/libzmf-.ebuild 
b/media-libs/libzmf/libzmf-.ebuild
index f58ce3535bd..5979e0f4894 100644
--- a/media-libs/libzmf/libzmf-.ebuild
+++ b/media-libs/libzmf/libzmf-.ebuild
@@ -1,21 +1,23 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-EGIT_REPO_URI="git://gerrit.libreoffice.org/libzmf"
-[[ ${PV} ==  ]] && inherit git-r3 autotools
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://git.libreoffice.org/libzmf;
+   inherit git-r3 autotools
+else
+   SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
 
 DESCRIPTION="Library for parsing Zoner Callisto/Draw documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
-[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
 
 LICENSE="MPL-2.0"
 SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
 IUSE="debug doc test tools"
+
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -26,25 +28,27 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   doc? ( app-doc/doxygen )
test? ( dev-util/cppunit )
 "
+BDEPEND="doc? ( app-doc/doxygen )"
 
 src_prepare() {
default
-   [[ ${PV} ==  ]] && eautoreconf
+   [[ ${PV} == ** ]] && eautoreconf
 }
 
 src_configure() {
-   econf \
-   --disable-werror \
-   $(use_enable debug) \
-   $(use_with doc docs) \
-   $(use_enable test tests) \
+   local myeconfargs=(
+   --disable-werror
+   $(use_enable debug)
+   $(use_with doc docs)
+   $(use_enable test tests)
$(use_enable tools)
+   )
+   econf "${myeconfargs[@]}"
 }
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
+   find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2019-07-31 Thread Aaron Bauman
commit: efb3fbdb427784e542ab6be016c34efe39360e1c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Jul 31 20:49:12 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jul 31 21:11:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb3fbdb

media-libs/libzmf: arm64 stable

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

 media-libs/libzmf/libzmf-0.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libzmf/libzmf-0.0.2.ebuild 
b/media-libs/libzmf/libzmf-0.0.2.ebuild
index c29487195fe..bd353a89f5f 100644
--- a/media-libs/libzmf/libzmf-0.0.2.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.2.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
 
 IUSE="debug doc test tools"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2019-02-17 Thread Sergei Trofimovich
commit: 12d4979bc85bac9ff299326ec8338110a4c4c96c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Feb 17 17:13:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb 17 17:14:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d4979b

media-libs/libzmf: stable 0.0.2 for ppc64, bug #676960

Package-Manager: Portage-2.3.60, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libzmf/libzmf-0.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libzmf/libzmf-0.0.2.ebuild 
b/media-libs/libzmf/libzmf-0.0.2.ebuild
index e2482463ce8..c29487195fe 100644
--- a/media-libs/libzmf/libzmf-0.0.2.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.2.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 
 IUSE="debug doc test tools"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2019-02-17 Thread Sergei Trofimovich
commit: d35bb1bc4c60427d6497b74b744f8d9b36c36e2d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Feb 17 17:03:31 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb 17 17:08:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35bb1bc

media-libs/libzmf: stable 0.0.2 for ppc, bug #676960

Package-Manager: Portage-2.3.60, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libzmf/libzmf-0.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libzmf/libzmf-0.0.2.ebuild 
b/media-libs/libzmf/libzmf-0.0.2.ebuild
index 001ebcf418b..e2482463ce8 100644
--- a/media-libs/libzmf/libzmf-0.0.2.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.2.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 
 IUSE="debug doc test tools"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2019-01-27 Thread Sergei Trofimovich
commit: fc1e48736c2fee45c7e559c8e6b31470332586c3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan 27 12:22:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 27 12:25:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1e4873

media-libs/libzmf: keyworded 0.0.2 for ppc, bug #663682

Package-Manager: Portage-2.3.58, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libzmf/libzmf-0.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libzmf/libzmf-0.0.2.ebuild 
b/media-libs/libzmf/libzmf-0.0.2.ebuild
index 987ad03573c..001ebcf418b 100644
--- a/media-libs/libzmf/libzmf-0.0.2.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 IUSE="debug doc test tools"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2018-09-19 Thread Matt Turner
commit: 5c19f190a78c3b8753dda86f73a715aa7fd1458a
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 19 18:34:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 19 18:34:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c19f190

media-libs/libzmf-0.0.2: added ~ppc64, bug 664414

 media-libs/libzmf/libzmf-0.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libzmf/libzmf-0.0.2.ebuild 
b/media-libs/libzmf/libzmf-0.0.2.ebuild
index ae76eab316e..987ad03573c 100644
--- a/media-libs/libzmf/libzmf-0.0.2.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.2.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 IUSE="debug doc test tools"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2017-11-15 Thread Thomas Deutschmann
commit: d8db62c92b1820f283a88beb2304a13d31871976
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 16 01:33:43 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 16 01:33:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8db62c9

media-libs/libzmf: x86 stable (bug #623646)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-libs/libzmf/libzmf-0.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libzmf/libzmf-0.0.2.ebuild 
b/media-libs/libzmf/libzmf-0.0.2.ebuild
index dae96597639..ae76eab316e 100644
--- a/media-libs/libzmf/libzmf-0.0.2.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.2.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 IUSE="debug doc test tools"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2017-11-14 Thread Agostino Sarubbo
commit: b3260541c518924fadafcc72467ae52bef6f363a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 14 13:28:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 14 13:28:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3260541

media-libs/libzmf: amd64 stable wrt bug #623646

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

 media-libs/libzmf/libzmf-0.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libzmf/libzmf-0.0.2.ebuild 
b/media-libs/libzmf/libzmf-0.0.2.ebuild
index 029727cdcae..dae96597639 100644
--- a/media-libs/libzmf/libzmf-0.0.2.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.2.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 IUSE="debug doc test tools"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2017-11-10 Thread Andreas Sturmlechner
commit: dcdb2443bfa3211891c58db9edd99936d1eb2f78
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov 10 10:53:24 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 10 11:04:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdb2443

media-libs/libzmf: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 media-libs/libzmf/Manifest|  1 -
 media-libs/libzmf/libzmf-0.0.1.ebuild | 49 ---
 2 files changed, 50 deletions(-)

diff --git a/media-libs/libzmf/Manifest b/media-libs/libzmf/Manifest
index e0b07874452..49bfd559f41 100644
--- a/media-libs/libzmf/Manifest
+++ b/media-libs/libzmf/Manifest
@@ -1,2 +1 @@
-DIST libzmf-0.0.1.tar.xz 315060 SHA256 
eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a SHA512 
cf601974a762ddee45430c136f40231e7659884544881ab37563a97e169201bfd335bad1ddc220e882612e2480070c4a36ba3826242a48e12105e20bb6f717e2
 WHIRLPOOL 
a6e2dae1ef2b09f77332c4eee5da17113ab034f486f93ce31484f14a31ef6db27cf69d6187541cd751d3e85fa08e88b7b2cc41703634c61a92301bd4d0ae8b6f
 DIST libzmf-0.0.2.tar.xz 320952 SHA256 
27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22 SHA512 
ad4a8e65e85434e43caa239ff2a3f358c6db6411235c4bb73d8d2aa1527a4f411433370706db391f8f8110a36759249ee19b27be75bae5f361c491006d1b9aa2
 WHIRLPOOL 
cb919a9d0861b7c75c4bf66cd3c6ae69ddf31cdb30619b8f201306360293cf72dde31037030ed063e62fe2a6d960a3691261470ec84e310c69e016a2466bbc8a

diff --git a/media-libs/libzmf/libzmf-0.0.1.ebuild 
b/media-libs/libzmf/libzmf-0.0.1.ebuild
deleted file mode 100644
index f0c672f6afd..000
--- a/media-libs/libzmf/libzmf-0.0.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://gerrit.libreoffice.org/libzmf"
-[[ ${PV} ==  ]] && inherit git-r3 autotools
-
-DESCRIPTION="Library for parsing Zoner Callisto/Draw documents"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
-[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
-
-LICENSE="MPL-2.0"
-SLOT="0"
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-IUSE="debug doc test tools"
-
-RDEPEND="
-   dev-libs/icu:=
-   dev-libs/librevenge
-   media-libs/libpng:0=
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/boost-1.56
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit )
-"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-werror \
-   $(use_enable debug) \
-   $(use_with doc docs) \
-   $(use_enable test tests) \
-   $(use_enable tools)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2017-10-08 Thread Andreas Sturmlechner
commit: 9d50fc8d38b321d221ffe1a7ae0c603360138f0d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  8 18:45:07 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  8 19:08:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d50fc8d

media-libs/libzmf: 0.0.2 version bump

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-libs/libzmf/Manifest| 1 +
 media-libs/libzmf/{libzmf-.ebuild => libzmf-0.0.2.ebuild} | 2 +-
 media-libs/libzmf/libzmf-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/libzmf/Manifest b/media-libs/libzmf/Manifest
index c5ceda509a8..e0b07874452 100644
--- a/media-libs/libzmf/Manifest
+++ b/media-libs/libzmf/Manifest
@@ -1 +1,2 @@
 DIST libzmf-0.0.1.tar.xz 315060 SHA256 
eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a SHA512 
cf601974a762ddee45430c136f40231e7659884544881ab37563a97e169201bfd335bad1ddc220e882612e2480070c4a36ba3826242a48e12105e20bb6f717e2
 WHIRLPOOL 
a6e2dae1ef2b09f77332c4eee5da17113ab034f486f93ce31484f14a31ef6db27cf69d6187541cd751d3e85fa08e88b7b2cc41703634c61a92301bd4d0ae8b6f
+DIST libzmf-0.0.2.tar.xz 320952 SHA256 
27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22 SHA512 
ad4a8e65e85434e43caa239ff2a3f358c6db6411235c4bb73d8d2aa1527a4f411433370706db391f8f8110a36759249ee19b27be75bae5f361c491006d1b9aa2
 WHIRLPOOL 
cb919a9d0861b7c75c4bf66cd3c6ae69ddf31cdb30619b8f201306360293cf72dde31037030ed063e62fe2a6d960a3691261470ec84e310c69e016a2466bbc8a

diff --git a/media-libs/libzmf/libzmf-.ebuild 
b/media-libs/libzmf/libzmf-0.0.2.ebuild
similarity index 96%
copy from media-libs/libzmf/libzmf-.ebuild
copy to media-libs/libzmf/libzmf-0.0.2.ebuild
index 51d3c6c4441..029727cdcae 100644
--- a/media-libs/libzmf/libzmf-.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.2.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 IUSE="debug doc test tools"
 

diff --git a/media-libs/libzmf/libzmf-.ebuild 
b/media-libs/libzmf/libzmf-.ebuild
index 51d3c6c4441..029727cdcae 100644
--- a/media-libs/libzmf/libzmf-.ebuild
+++ b/media-libs/libzmf/libzmf-.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 IUSE="debug doc test tools"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2017-08-27 Thread Michael Palimaka
commit: 5cd48d96e907a82cbb9fbee9235f8c2e4da2296b
Author: Roy Bamford  gentoo  org>
AuthorDate: Sun Aug 20 21:35:31 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Aug 27 15:34:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd48d96

media-libs/libzmf: added ~arm64 keyword

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-libs/libzmf/libzmf-0.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libzmf/libzmf-0.0.1.ebuild 
b/media-libs/libzmf/libzmf-0.0.1.ebuild
index a9176f7fb08..f0c672f6afd 100644
--- a/media-libs/libzmf/libzmf-0.0.1.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.1.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 IUSE="debug doc test tools"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2017-05-26 Thread Andreas Hüttel
commit: d54f090c8a4626e58814f833688b9eb35b09bd09
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 26 19:13:23 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri May 26 19:17:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54f090c

media-libs/libzmf: Keyword ~arm

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libzmf/libzmf-0.0.1.ebuild | 2 +-
 media-libs/libzmf/libzmf-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libzmf/libzmf-0.0.1.ebuild 
b/media-libs/libzmf/libzmf-0.0.1.ebuild
index 48f96ea8e47..a9176f7fb08 100644
--- a/media-libs/libzmf/libzmf-0.0.1.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.1.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE="debug doc test tools"
 

diff --git a/media-libs/libzmf/libzmf-.ebuild 
b/media-libs/libzmf/libzmf-.ebuild
index fa0756270cf..51d3c6c4441 100644
--- a/media-libs/libzmf/libzmf-.ebuild
+++ b/media-libs/libzmf/libzmf-.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE="debug doc test tools"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2017-02-06 Thread Andreas Sturmlechner
commit: 6b86e7c7581cba5d586ad075e06ba658b094542c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb  6 21:52:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb  6 22:03:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b86e7c7

media-libs/libzmf: Disable -Werror

Gentoo-bug: 602800

Package-Manager: portage-2.3.3

 media-libs/libzmf/libzmf-0.0.1.ebuild | 3 ++-
 media-libs/libzmf/libzmf-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/libzmf/libzmf-0.0.1.ebuild 
b/media-libs/libzmf/libzmf-0.0.1.ebuild
index 543a6fb..39022dd 100644
--- a/media-libs/libzmf/libzmf-0.0.1.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.1.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$
 
@@ -37,6 +37,7 @@ src_prepare() {
 
 src_configure() {
econf \
+   --disable-werror \
$(use_enable debug) \
$(use_with doc docs) \
$(use_enable test tests) \

diff --git a/media-libs/libzmf/libzmf-.ebuild 
b/media-libs/libzmf/libzmf-.ebuild
index fbc7c32..a21e97d 100644
--- a/media-libs/libzmf/libzmf-.ebuild
+++ b/media-libs/libzmf/libzmf-.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$
 
@@ -37,6 +37,7 @@ src_prepare() {
 
 src_configure() {
econf \
+   --disable-werror \
$(use_enable debug) \
$(use_with doc docs) \
$(use_enable test tests) \



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2016-11-05 Thread Andreas Hüttel
commit: 236756d23b42c0cd86e0c29b96dd3315cbd04d4e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Wed Oct 26 17:39:59 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov  5 21:00:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236756d2

media-libs/libzmf: Add 0.0.1 release

Package-Manager: portage-2.3.0

 media-libs/libzmf/Manifest| 1 +
 media-libs/libzmf/{libzmf-.ebuild => libzmf-0.0.1.ebuild} | 9 +++--
 media-libs/libzmf/libzmf-.ebuild  | 7 ++-
 3 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/media-libs/libzmf/Manifest b/media-libs/libzmf/Manifest
new file mode 100644
index ..c5ceda5
--- /dev/null
+++ b/media-libs/libzmf/Manifest
@@ -0,0 +1 @@
+DIST libzmf-0.0.1.tar.xz 315060 SHA256 
eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a SHA512 
cf601974a762ddee45430c136f40231e7659884544881ab37563a97e169201bfd335bad1ddc220e882612e2480070c4a36ba3826242a48e12105e20bb6f717e2
 WHIRLPOOL 
a6e2dae1ef2b09f77332c4eee5da17113ab034f486f93ce31484f14a31ef6db27cf69d6187541cd751d3e85fa08e88b7b2cc41703634c61a92301bd4d0ae8b6f

diff --git a/media-libs/libzmf/libzmf-.ebuild 
b/media-libs/libzmf/libzmf-0.0.1.ebuild
similarity index 86%
copy from media-libs/libzmf/libzmf-.ebuild
copy to media-libs/libzmf/libzmf-0.0.1.ebuild
index 12a3836..543a6fb 100644
--- a/media-libs/libzmf/libzmf-.ebuild
+++ b/media-libs/libzmf/libzmf-0.0.1.ebuild
@@ -5,10 +5,7 @@
 EAPI=6
 
 EGIT_REPO_URI="git://gerrit.libreoffice.org/libzmf"
-
-[[ ${PV} ==  ]] && GITECLASS="git-r3 autotools"
-inherit eutils ${GITECLASS}
-unset GITECLASS
+[[ ${PV} ==  ]] && inherit git-r3 autotools
 
 DESCRIPTION="Library for parsing Zoner Callisto/Draw documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
@@ -28,7 +25,7 @@ RDEPEND="
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
-   dev-libs/boost
+   >=dev-libs/boost-1.56
doc? ( app-doc/doxygen )
test? ( dev-util/cppunit )
 "
@@ -48,5 +45,5 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files --all
+   find "${D}" -name '*.la' -delete || die
 }

diff --git a/media-libs/libzmf/libzmf-.ebuild 
b/media-libs/libzmf/libzmf-.ebuild
index 12a3836..fbc7c32 100644
--- a/media-libs/libzmf/libzmf-.ebuild
+++ b/media-libs/libzmf/libzmf-.ebuild
@@ -5,10 +5,7 @@
 EAPI=6
 
 EGIT_REPO_URI="git://gerrit.libreoffice.org/libzmf"
-
-[[ ${PV} ==  ]] && GITECLASS="git-r3 autotools"
-inherit eutils ${GITECLASS}
-unset GITECLASS
+[[ ${PV} ==  ]] && inherit git-r3 autotools
 
 DESCRIPTION="Library for parsing Zoner Callisto/Draw documents"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
@@ -48,5 +45,5 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files --all
+   find "${D}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/

2016-10-01 Thread Andreas Hüttel
commit: 4c50f6a78847e466c4233fb99564f4fd0064c647
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Sep 24 20:44:11 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Oct  1 22:08:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c50f6a7

media-libs/libzmf: New package

Required by >=app-office/libreoffice-5.3

Gentoo-bug: 587980

Package-Manager: portage-2.3.0

 media-libs/libzmf/libzmf-.ebuild | 52 
 media-libs/libzmf/metadata.xml   | 11 
 2 files changed, 63 insertions(+)

diff --git a/media-libs/libzmf/libzmf-.ebuild 
b/media-libs/libzmf/libzmf-.ebuild
new file mode 100644
index ..12a3836
--- /dev/null
+++ b/media-libs/libzmf/libzmf-.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_REPO_URI="git://gerrit.libreoffice.org/libzmf"
+
+[[ ${PV} ==  ]] && GITECLASS="git-r3 autotools"
+inherit eutils ${GITECLASS}
+unset GITECLASS
+
+DESCRIPTION="Library for parsing Zoner Callisto/Draw documents"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
+[[ ${PV} ==  ]] || 
SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz;
+
+LICENSE="MPL-2.0"
+SLOT="0"
+[[ ${PV} ==  ]] || \
+KEYWORDS="~amd64 ~x86"
+
+IUSE="debug doc test tools"
+
+RDEPEND="
+   dev-libs/icu:=
+   dev-libs/librevenge
+   media-libs/libpng:0=
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   doc? ( app-doc/doxygen )
+   test? ( dev-util/cppunit )
+"
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_with doc docs) \
+   $(use_enable test tests) \
+   $(use_enable tools)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}

diff --git a/media-libs/libzmf/metadata.xml b/media-libs/libzmf/metadata.xml
new file mode 100644
index ..9a942b1
--- /dev/null
+++ b/media-libs/libzmf/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   off...@gentoo.org
+   Gentoo Office project
+   
+   
+   Build conversion tools
+   
+