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 3B48B138330 for ; Wed, 14 Sep 2016 07:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03E66E0B12; Wed, 14 Sep 2016 07:38:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC869E0B12 for ; Wed, 14 Sep 2016 07:38:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E51534092E for ; Wed, 14 Sep 2016 07:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 210F82481 for ; Wed, 14 Sep 2016 07:38:20 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1473838632.61b2e8e0c8d0eabbb7325e88c961444d8c762c3b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/povray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/povray/Manifest media-gfx/povray/povray-3.7.0.0-r1.ebuild X-VCS-Directories: media-gfx/povray/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 61b2e8e0c8d0eabbb7325e88c961444d8c762c3b X-VCS-Branch: master Date: Wed, 14 Sep 2016 07:38:20 +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: a5bab279-4eb5-4fb9-b353-437abdbede9c X-Archives-Hash: 09fcf35adfc5ef898df8434f558dbde7 commit: 61b2e8e0c8d0eabbb7325e88c961444d8c762c3b Author: David Seifert gentoo org> AuthorDate: Wed Sep 14 07:36:43 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Sep 14 07:37:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b2e8e0 media-gfx/povray: Allow for compiling with GCC 6 Gentoo-bug: 588464 Package-Manager: portage-2.3.0 media-gfx/povray/Manifest | 1 + media-gfx/povray/povray-3.7.0.0-r1.ebuild | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-gfx/povray/Manifest b/media-gfx/povray/Manifest index b909af9..80bed23 100644 --- a/media-gfx/povray/Manifest +++ b/media-gfx/povray/Manifest @@ -1 +1,2 @@ DIST povray-3.7.0.0.tar.gz 38191521 SHA256 bf68861d648e3acafbd1d83a25016a0c68547b257e4fa79fb36eb5f08d665f27 SHA512 82e3dbcd58b7ae921fe3b953815ca4dbbfb22eda434554baee4accabd1455b18cb511061f1cf9cf93128fab0a042df374fe2f68186d78c19853a465bd4bcbe10 WHIRLPOOL 6fc85ef9dc0d31a96d98f52d4c0c42cb37264f4e90da842b0e976076fcb1abad3a38d5f5ce82ebdd111babc67d8f16e460f8b04fd40f9dadf8f115f9493e933f +DIST povray-3.7.0.0_p20160914-fix-c++14.patch.bz2 12876 SHA256 adc1a1cfda6494dfa18bb4a8c62e5a949e4369afc01d520975687c92edee69f8 SHA512 3329da12a822762559445e208a746ff208c39f7b63e27ba84a390074bb52a105c9a2f66180e58c5157795bb16346e11b5b05efaf077ee0d8246179975a692b04 WHIRLPOOL b3adb9f515841471ca7f1130e0991bbd362571f9c20c3f694cc73c03d3311b7143267b626bf08f2ac72b724ecf91274c24d4527e7a29c5368f1df874410a339f 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 1c4b19b..c8f380a 100644 --- a/media-gfx/povray/povray-3.7.0.0-r1.ebuild +++ b/media-gfx/povray/povray-3.7.0.0-r1.ebuild @@ -17,7 +17,8 @@ fi DESCRIPTION="The Persistence of Vision Raytracer" HOMEPAGE="http://www.povray.org/" -SRC_URI="https://github.com/POV-Ray/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/POV-Ray/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://dev.gentoo.org/~soap/distfiles/${P}_p20160914-fix-c++14.patch.bz2" LICENSE="AGPL-3" SLOT="0" @@ -43,6 +44,7 @@ S=${WORKDIR}/${PN}-${MY_PV} PATCHES=( "${FILESDIR}"/${P}-user-conf.patch "${FILESDIR}"/${P}-automagic.patch + "${WORKDIR}"/${P}_p20160914-fix-c++14.patch ) src_prepare() {