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>[email protected]</email> + <name>Gentoo Office project</name> + </maintainer> + <use> + <flag name="tools">Build file conversion tools</flag> + </use> +</pkgmetadata>
