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 77B0F138334 for ; Tue, 1 Oct 2019 13:47:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B61A1E0929; Tue, 1 Oct 2019 13:47:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9C510E0929 for ; Tue, 1 Oct 2019 13:47:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7EB0734B74E for ; Tue, 1 Oct 2019 13:47:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 323464D3 for ; Tue, 1 Oct 2019 13:47:00 +0000 (UTC) From: "Andreas Schuerch" 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 Schuerch" Message-ID: <1569937573.24cc431c3867a76b6e7e4a3a55766b16427217b1.nativemad@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.12.ebuild X-VCS-Directories: media-sound/ardour/ X-VCS-Committer: nativemad X-VCS-Committer-Name: Andreas Schuerch X-VCS-Revision: 24cc431c3867a76b6e7e4a3a55766b16427217b1 X-VCS-Branch: master Date: Tue, 1 Oct 2019 13:47:00 +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: ccba8f30-6543-4132-8bd4-4180e5b5bca4 X-Archives-Hash: 762e31e75a46783d44bef5c7e1be2bd9 commit: 24cc431c3867a76b6e7e4a3a55766b16427217b1 Author: Andreas Schuerch gentoo org> AuthorDate: Tue Oct 1 13:46:13 2019 +0000 Commit: Andreas Schuerch gentoo org> CommitDate: Tue Oct 1 13:46:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24cc431c media-sound/ardour: revert slot and desktop entry to 5. Bug 695448 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Schuerch gentoo.org> media-sound/ardour/ardour-5.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/ardour/ardour-5.12.ebuild b/media-sound/ardour/ardour-5.12.ebuild index de386a8cd32..223ce5f6bb8 100644 --- a/media-sound/ardour/ardour-5.12.ebuild +++ b/media-sound/ardour/ardour-5.12.ebuild @@ -20,7 +20,7 @@ else fi LICENSE="GPL-2" -SLOT="6" +SLOT="5" IUSE="altivec doc jack cpu_flags_x86_sse cpu_flags_x86_mmx cpu_flags_x86_3dnow" RDEPEND=" @@ -127,7 +127,7 @@ src_install() { mv ${PN}.1 ${PN}${SLOT}.1 doman ${PN}${SLOT}.1 newicon "${S}/gtk2_ardour/resources/Ardour-icon_48px.png" ${PN}${SLOT}.png - make_desktop_entry ardour6 ardour6 ardour6 AudioVideo + make_desktop_entry ardour5 ardour5 ardour5 AudioVideo } pkg_postinst() {