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 8B9CF138335 for ; Thu, 4 Oct 2018 08:49:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 689F5E0953; Thu, 4 Oct 2018 08:49:40 +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 30B68E0953 for ; Thu, 4 Oct 2018 08:49:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BD47D335CDA for ; Thu, 4 Oct 2018 08:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B4BA3FB for ; Thu, 4 Oct 2018 08:49:37 +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: <1538642940.be2d783f73499a2dc70660923a08eed98de1ed4b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libetonyek/, app-text/libetonyek/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch app-text/libetonyek/libetonyek-0.1.8-r1.ebuild X-VCS-Directories: app-text/libetonyek/ app-text/libetonyek/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: be2d783f73499a2dc70660923a08eed98de1ed4b X-VCS-Branch: master Date: Thu, 4 Oct 2018 08:49:37 +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: f1d53ebb-cf34-41c5-928c-964e5102dce4 X-Archives-Hash: bd1c854b5a797333b542179b7dbae83a commit: be2d783f73499a2dc70660923a08eed98de1ed4b Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 4 08:48:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 4 08:49:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2d783f app-text/libetonyek: EAPI-7 bump, sddm handling, minor upstream fixes Closes: https://bugs.gentoo.org/667690 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 .../files/libetonyek-0.1.8-no-parentheses.patch | 29 ++++++++++ .../files/libetonyek-0.1.8-typo-fix.patch | 28 ++++++++++ app-text/libetonyek/libetonyek-0.1.8-r1.ebuild | 63 ++++++++++++++++++++++ 3 files changed, 120 insertions(+) diff --git a/app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch b/app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch new file mode 100644 index 00000000000..e13fe5f31ce --- /dev/null +++ b/app-text/libetonyek/files/libetonyek-0.1.8-no-parentheses.patch @@ -0,0 +1,29 @@ +From 935cb58a61e45f441bdea143317a7d0d52c7f944 Mon Sep 17 00:00:00 2001 +From: David Tardon +Date: Sat, 5 May 2018 14:01:43 +0200 +Subject: [PATCH] =?utf8?q?WaE:=20unnecessary=20parentheses=20in=20declarat?= + =?utf8?q?ion=20of=20=E2=80=98aligns=E2=80=99?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf8 +Content-Transfer-Encoding: 8bit + +Change-Id: Ic3cb38d071db8e3947c09a4b216b62d18e01b6aa +--- + src/lib/IWAParser.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/lib/IWAParser.cpp b/src/lib/IWAParser.cpp +index ab9c6c8..973610e 100644 +--- a/src/lib/IWAParser.cpp ++++ b/src/lib/IWAParser.cpp +@@ -1676,7 +1676,7 @@ void IWAParser::parseCellStyle(const unsigned id, IWORKStylePtr_t &style) + auto align=get(properties.uint32(8)); + if (align<=2) + { +- const IWORKVerticalAlignment(aligns[])= ++ const IWORKVerticalAlignment aligns[] = + { + IWORK_VERTICAL_ALIGNMENT_TOP, IWORK_VERTICAL_ALIGNMENT_MIDDLE, IWORK_VERTICAL_ALIGNMENT_BOTTOM + }; +-- +2.11.0 diff --git a/app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch b/app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch new file mode 100644 index 00000000000..32593fed480 --- /dev/null +++ b/app-text/libetonyek/files/libetonyek-0.1.8-typo-fix.patch @@ -0,0 +1,28 @@ +From 9b78187ac2ccca0158cc9cc0bcc0576b457a78d7 Mon Sep 17 00:00:00 2001 +From: =?utf8?q?Caol=C3=A1n=20McNamara?= +Date: Mon, 23 Apr 2018 17:20:16 +0100 +Subject: [PATCH] intial-creator->initial-creator + +Change-Id: I6fe5d0732edb97ac7ff6d527f48543cab1bb3f7b +Reviewed-on: https://gerrit.libreoffice.org/53337 +Reviewed-by: David Tardon +Tested-by: David Tardon +--- + src/lib/IWORKCollector.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/lib/IWORKCollector.cpp b/src/lib/IWORKCollector.cpp +index 0e0c775..4252a49 100644 +--- a/src/lib/IWORKCollector.cpp ++++ b/src/lib/IWORKCollector.cpp +@@ -771,7 +771,7 @@ void IWORKCollector::fillMetadata(librevenge::RVNGPropertyList &props) + if (!m_metadata.m_title.empty()) + props.insert("dc:subject", m_metadata.m_title.c_str()); + if (!m_metadata.m_author.empty()) +- props.insert("meta:intial-creator", m_metadata.m_author.c_str()); ++ props.insert("meta:initial-creator", m_metadata.m_author.c_str()); + if (!m_metadata.m_keywords.empty()) + props.insert("meta:keyword", m_metadata.m_keywords.c_str()); + if (!m_metadata.m_comment.empty()) +-- +2.11.0 diff --git a/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild b/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild new file mode 100644 index 00000000000..2d13eaf89aa --- /dev/null +++ b/app-text/libetonyek/libetonyek-0.1.8-r1.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git" +[[ ${PV} == 9999 ]] && inherit git-r3 +inherit autotools + +DESCRIPTION="Library parsing Apple Keynote presentations" +HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" +[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" + +LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" +SLOT="0" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="doc static-libs test" + +RDEPEND=" + app-text/liblangtag + dev-libs/librevenge + dev-libs/libxml2 + sys-libs/zlib +" +DEPEND="${RDEPEND} + dev-libs/boost + >=dev-util/mdds-1.2.2:1= + media-libs/glm + sys-devel/libtool + virtual/pkgconfig + doc? ( app-doc/doxygen ) + test? ( dev-util/cppunit ) +" + +PATCHES=( + "${FILESDIR}/${P}-glm-0.9.9.patch" + "${FILESDIR}/${P}-typo-fix.patch" + "${FILESDIR}/${P}-no-parentheses.patch" +) + +src_prepare() { + default + [[ -d m4 ]] || mkdir "m4" + eautoreconf +} + +src_configure() { + # mdds installs versioned pkgconfig files + local p=$(best_version dev-util/mdds) + local pv=$(echo ${p/%-r[0-9]*/} | rev | cut -d - -f 1 | rev) + econf \ + --disable-werror \ + --with-mdds=$(ver_cut 1-2 ${pv}) \ + $(use_with doc docs) \ + $(use_enable static-libs static) \ + $(use_enable test tests) +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +}