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 E32B31395E2 for ; Tue, 6 Dec 2016 09:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFD03E0CBF; Tue, 6 Dec 2016 09:48:33 +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 7E1FDE0CBF for ; Tue, 6 Dec 2016 09:48:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9AC563412CB for ; Tue, 6 Dec 2016 09:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9745D24AB for ; Tue, 6 Dec 2016 09:48:30 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1481017706.6f0b32f684f34384647f243c093007498edca507.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ardour/ardour-5.5.ebuild media-sound/ardour/ardour-9999.ebuild X-VCS-Directories: media-sound/ardour/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6f0b32f684f34384647f243c093007498edca507 X-VCS-Branch: master Date: Tue, 6 Dec 2016 09:48: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: 2e70d2af-5593-4cb8-9f0a-e3ccc94fe49c X-Archives-Hash: 1c903c931a3ce67307fc4d2b9a011eee commit: 6f0b32f684f34384647f243c093007498edca507 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 6 09:48:11 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 6 09:48:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0b32f6 media-sound/ardour: Fixed SRC_URI and replaced epatch with eapply. Package-Manager: portage-2.3.3 media-sound/ardour/ardour-5.5.ebuild | 4 ++-- media-sound/ardour/ardour-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/ardour/ardour-5.5.ebuild b/media-sound/ardour/ardour-5.5.ebuild index 66fea7c..677b158 100644 --- a/media-sound/ardour/ardour-5.5.ebuild +++ b/media-sound/ardour/ardour-5.5.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else KEYWORDS="~amd64 ~x86" - SRC_URI="mirror:gentoo/Ardour-${PV}.0.tar.bz2 -> ${P}.tar.bz2" + SRC_URI="mirror://gentoo/Ardour-${PV}.0.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/Ardour-${PV}.0" fi @@ -80,7 +80,7 @@ pkg_setup() { src_prepare(){ eapply_user if ! [[ ${PV} == *9999* ]]; then - epatch "${FILESDIR}"/${PN}-4.x-revision-naming.patch + eapply "${FILESDIR}"/${PN}-4.x-revision-naming.patch touch "${S}/libs/ardour/revision.cc" fi sed 's/'full-optimization\'\ :\ \\[.*'/'full-optimization\'\ :\ \'\','/' -i "${S}"/wscript || die diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 66fea7c..677b158 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else KEYWORDS="~amd64 ~x86" - SRC_URI="mirror:gentoo/Ardour-${PV}.0.tar.bz2 -> ${P}.tar.bz2" + SRC_URI="mirror://gentoo/Ardour-${PV}.0.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/Ardour-${PV}.0" fi @@ -80,7 +80,7 @@ pkg_setup() { src_prepare(){ eapply_user if ! [[ ${PV} == *9999* ]]; then - epatch "${FILESDIR}"/${PN}-4.x-revision-naming.patch + eapply "${FILESDIR}"/${PN}-4.x-revision-naming.patch touch "${S}/libs/ardour/revision.cc" fi sed 's/'full-optimization\'\ :\ \\[.*'/'full-optimization\'\ :\ \'\','/' -i "${S}"/wscript || die