From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0232B1396D9 for ; Sat, 21 Oct 2017 19:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2187F2BC013; Sat, 21 Oct 2017 19:46:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E77A02BC013 for ; Sat, 21 Oct 2017 19:45:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DFD433BF0F for ; Sat, 21 Oct 2017 19:45:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 060AE829 for ; Sat, 21 Oct 2017 19:45:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1508615138.8a36f1b16707776f89d0cbd3f32e51b1214968c9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libqxp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libqxp/Manifest app-text/libqxp/libqxp-0.0.0.ebuild app-text/libqxp/metadata.xml X-VCS-Directories: app-text/libqxp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8a36f1b16707776f89d0cbd3f32e51b1214968c9 X-VCS-Branch: master Date: Sat, 21 Oct 2017 19:45:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 64cc88fd-7362-418d-ba46-16c875b650d8 X-Archives-Hash: 8e11afea8755566b12c03981df02105c commit: 8a36f1b16707776f89d0cbd3f32e51b1214968c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 21 19:24:14 2017 +0000 Commit: Andreas Sturmlechner gentoo 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 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 @@ + + + + + office@gentoo.org + Gentoo Office project + + + Build file conversion tools + +