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 D2E8D138359 for ; Sun, 9 Aug 2020 07:17:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 193E4E08F3; Sun, 9 Aug 2020 07:17:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F2DE1E08F3 for ; Sun, 9 Aug 2020 07:17:43 +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 154F034F46F for ; Sun, 9 Aug 2020 07:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE7D72CE for ; Sun, 9 Aug 2020 07:17:41 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1596957457.c811154bb8878e57a65c8376d30dc6637a2fed9d.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack-audio-connection-kit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild X-VCS-Directories: media-sound/jack-audio-connection-kit/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: c811154bb8878e57a65c8376d30dc6637a2fed9d X-VCS-Branch: master Date: Sun, 9 Aug 2020 07:17:41 +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: 14941ab3-5642-47ac-834f-dfdb382a0661 X-Archives-Hash: 9268b97a28173f7c3a319d91816e4da3 commit: c811154bb8878e57a65c8376d30dc6637a2fed9d Author: jellybrick naver com> AuthorDate: Sat Aug 8 22:09:13 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Aug 9 07:17:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c811154b media-sound/jack-audio-connection-kit: Fix download URI Signed-off-by: JellyBrick naver.com> Closes: https://github.com/gentoo/gentoo/pull/17046 Signed-off-by: Miroslav Šulc gentoo.org> .../jack-audio-connection-kit-0.125.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild index 2dffe774f5d..3d5229e2062 100644 --- a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild +++ b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic eutils multilib-minimal DESCRIPTION="A low-latency audio server" HOMEPAGE="http://www.jackaudio.org" -SRC_URI="http://www.jackaudio.org/downloads/${P}.tar.gz" +SRC_URI="https://github.com/jackaudio/jack1/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" @@ -69,7 +69,7 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs if use examples; then - insinto /usr/share/doc/${PF} + docinto /usr/share/doc/${PF} doins -r "${S}/example-clients" docompress -x /usr/share/doc/${PF}/example-clients fi