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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0729158091 for ; Thu, 16 Jun 2022 16:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6158E09CC; Thu, 16 Jun 2022 16:30:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA552E09CC for ; Thu, 16 Jun 2022 16:30:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5385E342115 for ; Thu, 16 Jun 2022 16:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8619512 for ; Thu, 16 Jun 2022 16:30:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655397035.b52b1b35164c0f54776cc4719e66101e2f35f23d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/povray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/povray/povray-3.7.0.0-r1.ebuild media-gfx/povray/povray-3.7.0.0-r2.ebuild X-VCS-Directories: media-gfx/povray/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b52b1b35164c0f54776cc4719e66101e2f35f23d X-VCS-Branch: master Date: Thu, 16 Jun 2022 16:30:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 64860073-dbd2-4c9e-879e-cecb0994f79a X-Archives-Hash: 5ec9d508badb3ccf8d20bd63eb1f9321 commit: b52b1b35164c0f54776cc4719e66101e2f35f23d Author: Thomas Bracht Laumann Jespersen laumann xyz> AuthorDate: Wed Jun 8 20:03:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 16 16:30:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52b1b35 media-gfx/povray: fix unquoted variables Signed-off-by: Thomas Bracht Laumann Jespersen laumann.xyz> Signed-off-by: Sam James gentoo.org> media-gfx/povray/povray-3.7.0.0-r1.ebuild | 4 ++-- media-gfx/povray/povray-3.7.0.0-r2.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-gfx/povray/povray-3.7.0.0-r1.ebuild b/media-gfx/povray/povray-3.7.0.0-r1.ebuild index ff38982430aa..1bca37a88528 100644 --- a/media-gfx/povray/povray-3.7.0.0-r1.ebuild +++ b/media-gfx/povray/povray-3.7.0.0-r1.ebuild @@ -73,8 +73,8 @@ src_prepare() { -e 's:${povdatadir}/$PACKAGE-$VERSION_BASE:${povdatadir}/'${PN}':g' \ -e 's:${povdatadir}/doc/$PACKAGE-$VERSION_BASE:${povdatadir}/doc/'${PF}':g' \ -e 's:BOOST_THREAD_LIBS $LIBS:BOOST_THREAD_LIBS $LIBS -lboost_date_time:g' \ - -e 's:"/usr/include":"'${EPREFIX}'/usr/include":' \ - -e 's:"/usr/lib":"'${EPREFIX}'/usr/'$(get_libdir)'":' \ + -e "s:\"/usr/include\":\"${EPREFIX}/usr/include\":" \ + -e "s:\"/usr/lib\":\"${EPREFIX}/usr/$(get_libdir)\":" \ -i configure.ac || die sed \ diff --git a/media-gfx/povray/povray-3.7.0.0-r2.ebuild b/media-gfx/povray/povray-3.7.0.0-r2.ebuild index a06a580bf170..d9ac74594419 100644 --- a/media-gfx/povray/povray-3.7.0.0-r2.ebuild +++ b/media-gfx/povray/povray-3.7.0.0-r2.ebuild @@ -70,8 +70,8 @@ src_prepare() { -e 's:${povdatadir}/$PACKAGE-$VERSION_BASE:${povdatadir}/'${PN}':g' \ -e 's:${povdatadir}/doc/$PACKAGE-$VERSION_BASE:${povdatadir}/doc/'${PF}':g' \ -e 's:BOOST_THREAD_LIBS $LIBS:BOOST_THREAD_LIBS $LIBS -lboost_date_time:g' \ - -e 's:"/usr/include":"'${EPREFIX}'/usr/include":' \ - -e 's:"/usr/lib":"'${EPREFIX}'/usr/'$(get_libdir)'":' \ + -e "s:\"/usr/include\":\"${EPREFIX}/usr/include\":" \ + -e "s:\"/usr/lib\":\"${EPREFIX}/usr/$(get_libdir)\":" \ -i configure.ac || die sed \ @@ -99,7 +99,7 @@ src_configure() { # but the code compiles using incorrect [default] paths # (based on /usr/local...), so povray will not find the system # config files without the following fix: - append-cppflags -DPOVLIBDIR=\\\"${EROOT}usr/share/${PN}\\\" -DPOVCONFDIR=\\\"${EROOT}etc/${PN}\\\" + append-cppflags -DPOVLIBDIR=\\\""${EROOT}"usr/share/${PN}\\\" -DPOVCONFDIR=\\\""${EROOT}"etc/${PN}\\\" # TODO: Restore OpenEXR if upstream start to support OpenEXR 3/imath econf \