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

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

app-text/libqxp: keyword 0.0.2 for ~riscv

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

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

diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild 
b/app-text/libqxp/libqxp-0.0.2.ebuild
index b8a7b7ad69f9..1b88010e8bae 100644
--- a/app-text/libqxp/libqxp-0.0.2.ebuild
+++ b/app-text/libqxp/libqxp-0.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-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: app-text/libqxp/

2020-05-28 Thread Andreas Sturmlechner
commit: 4242682e953a80e31638d3d4fd8f903aa2abe3eb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 28 17:17:40 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 28 17:18:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4242682e

app-text/libqxp: Add missing test DEPEND

Closes: https://bugs.gentoo.org/718568
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild 
b/app-text/libqxp/libqxp-0.0.2.ebuild
index ed370e59bac..b8a7b7ad69f 100644
--- a/app-text/libqxp/libqxp-0.0.2.ebuild
+++ b/app-text/libqxp/libqxp-0.0.2.ebuild
@@ -14,11 +14,12 @@ IUSE="debug doc test tools"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   dev-libs/librevenge
dev-libs/icu:=
+   dev-libs/librevenge
 "
 DEPEND="${RDEPEND}
dev-libs/boost
+   test? ( dev-util/cppunit )
 "
 BDEPEND="
virtual/pkgconfig
@@ -38,5 +39,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/libqxp/

2019-07-30 Thread Aaron Bauman
commit: 1db570fbe8b69882b64fc2e3299ef715215ba332
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jul 30 18:33:36 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul 30 18:33:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db570fb

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

diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild 
b/app-text/libqxp/libqxp-0.0.2.ebuild
index 0b3de557f1e..e15f1928493 100644
--- a/app-text/libqxp/libqxp-0.0.2.ebuild
+++ b/app-text/libqxp/libqxp-0.0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
 IUSE="debug doc test tools"
 
 RDEPEND="



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

2019-02-17 Thread Andreas Sturmlechner
commit: 2fce21578f882b2ef5487526542e72e6d78e6ba2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 17 19:17:13 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 17 22:59:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fce2157

app-text/libqxp: Drop 0.0.1

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

 app-text/libqxp/Manifest|  1 -
 app-text/libqxp/libqxp-0.0.1.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/app-text/libqxp/Manifest b/app-text/libqxp/Manifest
index 14d19badb9e..5b7aa813e5c 100644
--- a/app-text/libqxp/Manifest
+++ b/app-text/libqxp/Manifest
@@ -1,2 +1 @@
-DIST libqxp-0.0.1.tar.xz 340184 BLAKE2B 
759e5d0fb5886485f4ebe4a6caa34d1d98dc623c0ae124ca1be5ce7fb73686fc83360712d59d020e4788b39aa57d32149b7641d71b73dde917df46617f17
 SHA512 
a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607
 DIST libqxp-0.0.2.tar.xz 341760 BLAKE2B 
e596b3ebd23c8fff2a1675b1076ba6b4403bb41358972b50eb946610108f5968ef3e553478aec8c6211f8b476030033e7d334cb4deccc7d6bdfba3914821abf5
 SHA512 
409d3df82ac522b39bdd0ef4f0a781b906e246a8e6f502009c095eea90d672c482a7fc5c7f998d89952bc598c6f51357346ed6df490c25cb48e1318e27c50dab

diff --git a/app-text/libqxp/libqxp-0.0.1.ebuild 
b/app-text/libqxp/libqxp-0.0.1.ebuild
deleted file mode 100644
index b3364e75301..000
--- a/app-text/libqxp/libqxp-0.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Library parsing QuarkXpress documents"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}";
-SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-IUSE="debug doc test tools"
-
-RDEPEND="
-   dev-libs/librevenge
-   dev-libs/icu:=
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   econf \
-   --disable-weffc \
-   $(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: app-text/libqxp/

2019-02-17 Thread Mikle Kolyada
commit: 3383b14ed16edee38f6401c4820b332a6a484d0c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Feb 17 17:55:19 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Feb 17 17:57:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3383b14e

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

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

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

diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild 
b/app-text/libqxp/libqxp-0.0.2.ebuild
index 930f3238cfc..0b3de557f1e 100644
--- a/app-text/libqxp/libqxp-0.0.2.ebuild
+++ b/app-text/libqxp/libqxp-0.0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="debug doc test tools"
 
 RDEPEND="



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

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

app-text/libqxp: 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>

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

diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild 
b/app-text/libqxp/libqxp-0.0.2.ebuild
index c56e14ad340..930f3238cfc 100644
--- a/app-text/libqxp/libqxp-0.0.2.ebuild
+++ b/app-text/libqxp/libqxp-0.0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86"
 IUSE="debug doc test tools"
 
 RDEPEND="



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

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

app-text/libqxp: 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>

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

diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild 
b/app-text/libqxp/libqxp-0.0.2.ebuild
index af3286e6af5..c56e14ad340 100644
--- a/app-text/libqxp/libqxp-0.0.2.ebuild
+++ b/app-text/libqxp/libqxp-0.0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
 IUSE="debug doc test tools"
 
 RDEPEND="



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

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

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

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

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

diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild 
b/app-text/libqxp/libqxp-0.0.2.ebuild
index 7f26f61cd68..af3286e6af5 100644
--- a/app-text/libqxp/libqxp-0.0.2.ebuild
+++ b/app-text/libqxp/libqxp-0.0.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug doc test tools"
 
 RDEPEND="



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

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

app-text/libqxp: 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>

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

diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild 
b/app-text/libqxp/libqxp-0.0.2.ebuild
index f1095915cd1..7f26f61cd68 100644
--- a/app-text/libqxp/libqxp-0.0.2.ebuild
+++ b/app-text/libqxp/libqxp-0.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="debug doc test tools"
 
 RDEPEND="



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

2018-12-30 Thread Andreas Sturmlechner
commit: 602fe71a29b8a2066ece66d5328e67e72544d549
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 30 20:00:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 30 20:07:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602fe71a

app-text/libqxp: 0.0.2 version bump

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

 app-text/libqxp/Manifest|  1 +
 app-text/libqxp/libqxp-0.0.2.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/libqxp/Manifest b/app-text/libqxp/Manifest
index ce3b3b1ccc0..14d19badb9e 100644
--- a/app-text/libqxp/Manifest
+++ b/app-text/libqxp/Manifest
@@ -1 +1,2 @@
 DIST libqxp-0.0.1.tar.xz 340184 BLAKE2B 
759e5d0fb5886485f4ebe4a6caa34d1d98dc623c0ae124ca1be5ce7fb73686fc83360712d59d020e4788b39aa57d32149b7641d71b73dde917df46617f17
 SHA512 
a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607
+DIST libqxp-0.0.2.tar.xz 341760 BLAKE2B 
e596b3ebd23c8fff2a1675b1076ba6b4403bb41358972b50eb946610108f5968ef3e553478aec8c6211f8b476030033e7d334cb4deccc7d6bdfba3914821abf5
 SHA512 
409d3df82ac522b39bdd0ef4f0a781b906e246a8e6f502009c095eea90d672c482a7fc5c7f998d89952bc598c6f51357346ed6df490c25cb48e1318e27c50dab

diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild 
b/app-text/libqxp/libqxp-0.0.2.ebuild
new file mode 100644
index 000..f1095915cd1
--- /dev/null
+++ b/app-text/libqxp/libqxp-0.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Library parsing QuarkXpress documents"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}";
+SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="debug doc test tools"
+
+RDEPEND="
+   dev-libs/librevenge
+   dev-libs/icu:=
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+   local myeconfargs=(
+   --disable-weffc
+   $(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
+}



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

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

app-text/libqxp-0.0.1: added ~ppc64, bug 664414

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

diff --git a/app-text/libqxp/libqxp-0.0.1.ebuild 
b/app-text/libqxp/libqxp-0.0.1.ebuild
index bfa4a9fb225..b3364e75301 100644
--- a/app-text/libqxp/libqxp-0.0.1.ebuild
+++ b/app-text/libqxp/libqxp-0.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="debug doc test tools"
 
 RDEPEND="



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

2018-07-13 Thread Mart Raudsepp
commit: 9d7c42ef37a5754b885b20a7a6a277ba38790ada
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul 13 09:13:20 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul 13 09:13:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7c42ef

app-text/libqxp-0.0.1: added ~arm64 keyword

Tested-by: Roy Bamford  gentoo.org>
Bug: https://bugs.gentoo.org/646506
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm64"

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

diff --git a/app-text/libqxp/libqxp-0.0.1.ebuild 
b/app-text/libqxp/libqxp-0.0.1.ebuild
index 709b8ce..bfa4a9fb225 100644
--- a/app-text/libqxp/libqxp-0.0.1.ebuild
+++ b/app-text/libqxp/libqxp-0.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="debug doc test tools"
 
 RDEPEND="



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

2018-05-29 Thread Thomas Deutschmann
commit: 749ecc73aac36d450a0f3b532736022486ef3212
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 29 11:10:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 29 11:10:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749ecc73

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

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-text/libqxp/libqxp-0.0.1.ebuild 
b/app-text/libqxp/libqxp-0.0.1.ebuild
index d0769c66950..709b8ce 100644
--- a/app-text/libqxp/libqxp-0.0.1.ebuild
+++ b/app-text/libqxp/libqxp-0.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="debug doc test tools"
 
 RDEPEND="



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

2018-05-22 Thread Mikle Kolyada
commit: d2cb1c6b4d91e55fe569e70579a3aa10d6aa0088
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 22 16:37:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 22 16:42:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2cb1c6b

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

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-text/libqxp/libqxp-0.0.1.ebuild 
b/app-text/libqxp/libqxp-0.0.1.ebuild
index c3bf1d28a4c..d0769c66950 100644
--- a/app-text/libqxp/libqxp-0.0.1.ebuild
+++ b/app-text/libqxp/libqxp-0.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="debug doc test tools"
 
 RDEPEND="



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

2018-04-28 Thread Mikle Kolyada
commit: d121b82d6adf0a45be5d9147b4f54bca92320857
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr 28 11:42:56 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 28 11:42:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d121b82d

Add ~arm keyword (bug #646506)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-text/libqxp/libqxp-0.0.1.ebuild 
b/app-text/libqxp/libqxp-0.0.1.ebuild
index 7658d115ca4..c3bf1d28a4c 100644
--- a/app-text/libqxp/libqxp-0.0.1.ebuild
+++ b/app-text/libqxp/libqxp-0.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="debug doc test tools"
 
 RDEPEND="



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

2018-02-03 Thread Andreas Sturmlechner
commit: 3abc145f43307a56dfbe2bc0ce1dd32ebea27850
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  3 19:24:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  3 19:34:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abc145f

app-text/libqxp: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/libqxp/Manifest|  1 -
 app-text/libqxp/libqxp-0.0.0.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/app-text/libqxp/Manifest b/app-text/libqxp/Manifest
index ced30e9da8e..ce3b3b1ccc0 100644
--- a/app-text/libqxp/Manifest
+++ b/app-text/libqxp/Manifest
@@ -1,2 +1 @@
-DIST libqxp-0.0.0.tar.xz 337292 BLAKE2B 
16b59353f35d8a93d57600e0ad185755f5f072b41568886197684f65d9f10042e376ae3683f229ba9e526cc8af81b1c1c423defa00eccb3448611765eed7dbf6
 SHA512 
c92cb6298ea4643e29145732ff3b6df806f2d30c86ab4967e445dcbc8c43b6d9fdd17c30a3e6131b4f0f2a42135caa0137b61aac2ab2722528a08e1fd6c02df9
 DIST libqxp-0.0.1.tar.xz 340184 BLAKE2B 
759e5d0fb5886485f4ebe4a6caa34d1d98dc623c0ae124ca1be5ce7fb73686fc83360712d59d020e4788b39aa57d32149b7641d71b73dde917df46617f17
 SHA512 
a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607

diff --git a/app-text/libqxp/libqxp-0.0.0.ebuild 
b/app-text/libqxp/libqxp-0.0.0.ebuild
deleted file mode 100644
index f38c8f335ab..000
--- a/app-text/libqxp/libqxp-0.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Library parsing QuarkXpress documents"
-HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}";
-SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc test tools"
-
-RDEPEND="
-   dev-libs/librevenge
-   dev-libs/icu:=
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   econf \
-   --disable-weffc \
-   $(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: app-text/libqxp/

2018-01-07 Thread Andreas Sturmlechner
commit: 14ad0ab49da18c40dc23effb90f989a649a2466f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  7 09:39:22 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 09:39:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ad0ab4

app-text/libqxp: 0.0.1 version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/libqxp/Manifest|  1 +
 app-text/libqxp/libqxp-0.0.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/app-text/libqxp/Manifest b/app-text/libqxp/Manifest
index a085eafda9a..ced30e9da8e 100644
--- a/app-text/libqxp/Manifest
+++ b/app-text/libqxp/Manifest
@@ -1 +1,2 @@
 DIST libqxp-0.0.0.tar.xz 337292 BLAKE2B 
16b59353f35d8a93d57600e0ad185755f5f072b41568886197684f65d9f10042e376ae3683f229ba9e526cc8af81b1c1c423defa00eccb3448611765eed7dbf6
 SHA512 
c92cb6298ea4643e29145732ff3b6df806f2d30c86ab4967e445dcbc8c43b6d9fdd17c30a3e6131b4f0f2a42135caa0137b61aac2ab2722528a08e1fd6c02df9
+DIST libqxp-0.0.1.tar.xz 340184 BLAKE2B 
759e5d0fb5886485f4ebe4a6caa34d1d98dc623c0ae124ca1be5ce7fb73686fc83360712d59d020e4788b39aa57d32149b7641d71b73dde917df46617f17
 SHA512 
a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607

diff --git a/app-text/libqxp/libqxp-0.0.1.ebuild 
b/app-text/libqxp/libqxp-0.0.1.ebuild
new file mode 100644
index 000..7658d115ca4
--- /dev/null
+++ b/app-text/libqxp/libqxp-0.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Library parsing QuarkXpress documents"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}";
+SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc test tools"
+
+RDEPEND="
+   dev-libs/librevenge
+   dev-libs/icu:=
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+   econf \
+   --disable-weffc \
+   $(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: app-text/libqxp/

2017-10-21 Thread Andreas Sturmlechner
commit: 8a36f1b16707776f89d0cbd3f32e51b1214968c9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 21 19:24:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Oct 21 19:45:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a36f1b1

app-text/libqxp: New package

Required by app-office/libreoffice-6.

Thanks-to: cyrillic  hotmail.com>
Gentoo-bug: 629834
Package-Manager: Portage-2.3.12, Repoman-2.3.3

 app-text/libqxp/Manifest|  1 +
 app-text/libqxp/libqxp-0.0.0.ebuild | 37 +
 app-text/libqxp/metadata.xml| 11 +++
 3 files changed, 49 insertions(+)

diff --git a/app-text/libqxp/Manifest b/app-text/libqxp/Manifest
new file mode 100644
index 000..1ad9581492d
--- /dev/null
+++ b/app-text/libqxp/Manifest
@@ -0,0 +1 @@
+DIST libqxp-0.0.0.tar.xz 337292 SHA256 
0dd32afbf1c889debc28848b260c1bdc0eba5f57504476b787e164f7c59776d5 SHA512 
c92cb6298ea4643e29145732ff3b6df806f2d30c86ab4967e445dcbc8c43b6d9fdd17c30a3e6131b4f0f2a42135caa0137b61aac2ab2722528a08e1fd6c02df9
 WHIRLPOOL 
b24aa8205ab11792f189dc1862f54afafe2b7fbbbd45487ec5a212afa3946de5f1372af59ff0c05332d7b77763b112ae95de017b24d472221015655d719e7093

diff --git a/app-text/libqxp/libqxp-0.0.0.ebuild 
b/app-text/libqxp/libqxp-0.0.0.ebuild
new file mode 100644
index 000..f38c8f335ab
--- /dev/null
+++ b/app-text/libqxp/libqxp-0.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Library parsing QuarkXpress documents"
+HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}";
+SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz";
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc test tools"
+
+RDEPEND="
+   dev-libs/librevenge
+   dev-libs/icu:=
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+   econf \
+   --disable-weffc \
+   $(use_enable debug) \
+   $(use_with doc docs) \
+   $(use_enable test tests) \
+   $(use_enable tools)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}

diff --git a/app-text/libqxp/metadata.xml b/app-text/libqxp/metadata.xml
new file mode 100644
index 000..e99ec98e14f
--- /dev/null
+++ b/app-text/libqxp/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   off...@gentoo.org
+   Gentoo Office project
+   
+   
+   Build file conversion tools
+   
+