From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libqxp/
Date: Sat, 21 Oct 2017 19:45:57 +0000 (UTC) [thread overview]
Message-ID: <1508615138.8a36f1b16707776f89d0cbd3f32e51b1214968c9.asturm@gentoo> (raw)
commit: 8a36f1b16707776f89d0cbd3f32e51b1214968c9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 19:24:14 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 19:45:38 2017 +0000
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 <cyrilmaley <AT> 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 00000000000..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 00000000000..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 00000000000..e99ec98e14f
--- /dev/null
+++ b/app-text/libqxp/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>office@gentoo.org</email>
+ <name>Gentoo Office project</name>
+ </maintainer>
+ <use>
+ <flag name="tools">Build file conversion tools</flag>
+ </use>
+</pkgmetadata>
next reply other threads:[~2017-10-21 19:46 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-21 19:45 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-01-07 9:55 [gentoo-commits] repo/gentoo:master commit in: app-text/libqxp/ Andreas Sturmlechner
2018-02-03 19:34 Andreas Sturmlechner
2018-04-28 11:44 Mikle Kolyada
2018-05-22 16:42 Mikle Kolyada
2018-05-29 11:17 Thomas Deutschmann
2018-07-13 9:14 Mart Raudsepp
2018-09-19 18:35 Matt Turner
2018-12-30 20:08 Andreas Sturmlechner
2019-01-27 12:25 Sergei Trofimovich
2019-02-17 15:33 Mikle Kolyada
2019-02-17 17:08 Sergei Trofimovich
2019-02-17 17:14 Sergei Trofimovich
2019-02-17 17:58 Mikle Kolyada
2019-02-17 22:59 Andreas Sturmlechner
2019-07-30 18:34 Aaron Bauman
2020-05-28 17:18 Andreas Sturmlechner
2022-03-25 13:55 Jakov Smolić
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1508615138.8a36f1b16707776f89d0cbd3f32e51b1214968c9.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox