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 DDD46138331 for ; Fri, 12 Jan 2018 22:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3245DE0924; Fri, 12 Jan 2018 22:17:33 +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 EE894E0924 for ; Fri, 12 Jan 2018 22:17:32 +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 E68DC335C5D for ; Fri, 12 Jan 2018 22:17:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7894E19F for ; Fri, 12 Jan 2018 22:17:30 +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: <1515795413.ad2999b9867ced55409b0a23860de10a637468c4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libxspf/, media-libs/libxspf/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libxspf/files/libxspf-1.2.0-gcc44.patch media-libs/libxspf/files/libxspf-1.2.0-gcc47.patch media-libs/libxspf/libxspf-1.2.0.ebuild X-VCS-Directories: media-libs/libxspf/ media-libs/libxspf/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ad2999b9867ced55409b0a23860de10a637468c4 X-VCS-Branch: master Date: Fri, 12 Jan 2018 22:17:30 +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: de93f410-57c6-468f-a6a3-2cf368705da2 X-Archives-Hash: c91c42a1e52a3d1b7cceb4a4131b81c5 commit: ad2999b9867ced55409b0a23860de10a637468c4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 12 20:28:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 12 22:16:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2999b9 media-libs/libxspf: Drop USE=doc, depends on qthelp:4 Closes: https://bugs.gentoo.org/398881 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-libs/libxspf/files/libxspf-1.2.0-gcc44.patch | 8 ++--- media-libs/libxspf/files/libxspf-1.2.0-gcc47.patch | 4 +-- media-libs/libxspf/libxspf-1.2.0.ebuild | 42 +++++++++++----------- 3 files changed, 28 insertions(+), 26 deletions(-) diff --git a/media-libs/libxspf/files/libxspf-1.2.0-gcc44.patch b/media-libs/libxspf/files/libxspf-1.2.0-gcc44.patch index fa16b589df3..668e8af1be1 100644 --- a/media-libs/libxspf/files/libxspf-1.2.0-gcc44.patch +++ b/media-libs/libxspf/files/libxspf-1.2.0-gcc44.patch @@ -1,7 +1,7 @@ http://bugs.gentoo.org/261604 ---- test/OfficialSuite.cpp -+++ test/OfficialSuite.cpp +--- a/test/OfficialSuite.cpp ++++ b/test/OfficialSuite.cpp @@ -21,6 +21,7 @@ * Sebastian Pipping, sping@xiph.org */ @@ -10,8 +10,8 @@ http://bugs.gentoo.org/261604 #include "OfficialSuite.h" #include using namespace Xspf; ---- test/ProjectOpus/ProjectOpusSuite.cpp -+++ test/ProjectOpus/ProjectOpusSuite.cpp +--- a/test/ProjectOpus/ProjectOpusSuite.cpp ++++ b/test/ProjectOpus/ProjectOpusSuite.cpp @@ -21,6 +21,7 @@ * Sebastian Pipping, sping@xiph.org */ diff --git a/media-libs/libxspf/files/libxspf-1.2.0-gcc47.patch b/media-libs/libxspf/files/libxspf-1.2.0-gcc47.patch index b408416e7ef..76c0dca755f 100644 --- a/media-libs/libxspf/files/libxspf-1.2.0-gcc47.patch +++ b/media-libs/libxspf/files/libxspf-1.2.0-gcc47.patch @@ -1,7 +1,7 @@ http://bugs.gentoo.org/421745 ---- examples/read/read.cpp -+++ examples/read/read.cpp +--- a/examples/read/read.cpp ++++ b/examples/read/read.cpp @@ -43,6 +43,7 @@ #include #include // MAX_PATH diff --git a/media-libs/libxspf/libxspf-1.2.0.ebuild b/media-libs/libxspf/libxspf-1.2.0.ebuild index a7c71fb4d12..fa7f0ecfa6f 100644 --- a/media-libs/libxspf/libxspf-1.2.0.ebuild +++ b/media-libs/libxspf/libxspf-1.2.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 -inherit eutils +EAPI=6 + +inherit xdg-utils DESCRIPTION="Playlist handling library" HOMEPAGE="http://libspiff.sourceforge.net/" @@ -11,38 +12,39 @@ SRC_URI="mirror://sourceforge/libspiff/${P}.tar.bz2" LICENSE="BSD LGPL-2.1" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="doc static-libs test" +IUSE="static-libs test" -RDEPEND=">=dev-libs/expat-2 +RDEPEND=" + >=dev-libs/expat-2 >=dev-libs/uriparser-0.7.5" DEPEND="${RDEPEND} virtual/pkgconfig - doc? ( - >=app-doc/doxygen-1.5.8 - media-gfx/graphviz - dev-qt/qthelp:4 - ) test? ( >=dev-util/cpptest-1.1 )" -DOCS="AUTHORS ChangeLog NEWS README THANKS" +DOCS=( AUTHORS ChangeLog NEWS README THANKS ) + +PATCHES=( + "${FILESDIR}"/${P}-gcc44.patch + "${FILESDIR}"/${P}-gcc47.patch +) src_prepare() { - epatch \ - "${FILESDIR}"/${P}-gcc44.patch \ - "${FILESDIR}"/${P}-gcc47.patch + default + xdg_environment_reset + + # do not install missing files + sed -e 's/gif,//' -i doc/Makefile* \ + -i bindings/c/doc/Makefile* || die "sed failed" } src_configure() { - export XDG_CONFIG_HOME="${T}" #398881#c2 - econf \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ + --disable-doc \ $(use_enable static-libs static) \ - $(use_enable test) \ - $(use_enable doc) + $(use_enable test) } src_install() { default - prune_libtool_files + find "${D}" -name '*.la' -delete || die }