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 23D65139694 for ; Tue, 9 May 2017 07:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AEE621C093; Tue, 9 May 2017 07:28:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5955421C093 for ; Tue, 9 May 2017 07:28:27 +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 49B383416B7 for ; Tue, 9 May 2017 07:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B3257434 for ; Tue, 9 May 2017 07:28:24 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1494314882.fab7558cfbb06bc272b8241c876135b6565f8575.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/amsynth/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/amsynth/amsynth-1.3.2-r1.ebuild media-sound/amsynth/amsynth-1.3.2.ebuild media-sound/amsynth/amsynth-1.5.1-r1.ebuild media-sound/amsynth/amsynth-1.5.1.ebuild media-sound/amsynth/amsynth-1.6.4-r1.ebuild media-sound/amsynth/amsynth-1.6.4.ebuild media-sound/amsynth/amsynth-1.7.0-r1.ebuild media-sound/amsynth/amsynth-1.7.0.ebuild media-sound/amsynth/amsynth-1.7.1-r1.ebuild media-sound/amsynth/amsynth-1.7.1.ebuild X-VCS-Directories: media-sound/amsynth/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: fab7558cfbb06bc272b8241c876135b6565f8575 X-VCS-Branch: master Date: Tue, 9 May 2017 07:28:24 +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: 60968375-13fd-4cae-9c54-c0b7a4290169 X-Archives-Hash: 89e27ab38fe7503c9e81be82145908c8 commit: fab7558cfbb06bc272b8241c876135b6565f8575 Author: Karl Linden gmail com> AuthorDate: Tue May 9 05:32:51 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 9 07:28:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab7558c media-sound/amsynth: depend on virtual/jack Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-sound/amsynth/{amsynth-1.3.2.ebuild => amsynth-1.3.2-r1.ebuild} | 4 ++-- media-sound/amsynth/{amsynth-1.5.1.ebuild => amsynth-1.5.1-r1.ebuild} | 4 ++-- media-sound/amsynth/{amsynth-1.7.1.ebuild => amsynth-1.6.4-r1.ebuild} | 2 +- media-sound/amsynth/{amsynth-1.7.0.ebuild => amsynth-1.7.0-r1.ebuild} | 2 +- media-sound/amsynth/{amsynth-1.6.4.ebuild => amsynth-1.7.1-r1.ebuild} | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media-sound/amsynth/amsynth-1.3.2.ebuild b/media-sound/amsynth/amsynth-1.3.2-r1.ebuild similarity index 91% rename from media-sound/amsynth/amsynth-1.3.2.ebuild rename to media-sound/amsynth/amsynth-1.3.2-r1.ebuild index 5379cf7bc1d..bc363155b99 100644 --- a/media-sound/amsynth/amsynth-1.3.2.ebuild +++ b/media-sound/amsynth/amsynth-1.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,7 +27,7 @@ RDEPEND="dev-cpp/gtkmm:2.4 media-libs/liblo:= >=x11-libs/gtk+-2.20:2 ) - jack? ( media-sound/jack-audio-connection-kit ) + jack? ( virtual/jack ) lash? ( media-sound/lash )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/media-sound/amsynth/amsynth-1.5.1.ebuild b/media-sound/amsynth/amsynth-1.5.1-r1.ebuild similarity index 91% rename from media-sound/amsynth/amsynth-1.5.1.ebuild rename to media-sound/amsynth/amsynth-1.5.1-r1.ebuild index 7f40ffde606..257e2bb0f5b 100644 --- a/media-sound/amsynth/amsynth-1.5.1.ebuild +++ b/media-sound/amsynth/amsynth-1.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,7 @@ RDEPEND="dev-cpp/gtkmm:2.4 media-libs/liblo:= >=x11-libs/gtk+-2.20:2 ) - jack? ( media-sound/jack-audio-connection-kit ) + jack? ( virtual/jack ) lash? ( media-sound/lash )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/media-sound/amsynth/amsynth-1.7.1.ebuild b/media-sound/amsynth/amsynth-1.6.4-r1.ebuild similarity index 95% rename from media-sound/amsynth/amsynth-1.7.1.ebuild rename to media-sound/amsynth/amsynth-1.6.4-r1.ebuild index 61adafdc3c5..69a0cb904ff 100644 --- a/media-sound/amsynth/amsynth-1.7.1.ebuild +++ b/media-sound/amsynth/amsynth-1.6.4-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND="dev-cpp/gtkmm:2.4 media-libs/liblo:= >=x11-libs/gtk+-2.20:2 ) - jack? ( media-sound/jack-audio-connection-kit ) + jack? ( virtual/jack ) lash? ( media-sound/lash )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/media-sound/amsynth/amsynth-1.7.0.ebuild b/media-sound/amsynth/amsynth-1.7.0-r1.ebuild similarity index 95% rename from media-sound/amsynth/amsynth-1.7.0.ebuild rename to media-sound/amsynth/amsynth-1.7.0-r1.ebuild index 61adafdc3c5..69a0cb904ff 100644 --- a/media-sound/amsynth/amsynth-1.7.0.ebuild +++ b/media-sound/amsynth/amsynth-1.7.0-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND="dev-cpp/gtkmm:2.4 media-libs/liblo:= >=x11-libs/gtk+-2.20:2 ) - jack? ( media-sound/jack-audio-connection-kit ) + jack? ( virtual/jack ) lash? ( media-sound/lash )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/media-sound/amsynth/amsynth-1.6.4.ebuild b/media-sound/amsynth/amsynth-1.7.1-r1.ebuild similarity index 91% rename from media-sound/amsynth/amsynth-1.6.4.ebuild rename to media-sound/amsynth/amsynth-1.7.1-r1.ebuild index 7c2577b8616..69a0cb904ff 100644 --- a/media-sound/amsynth/amsynth-1.6.4.ebuild +++ b/media-sound/amsynth/amsynth-1.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ RDEPEND="dev-cpp/gtkmm:2.4 media-libs/liblo:= >=x11-libs/gtk+-2.20:2 ) - jack? ( media-sound/jack-audio-connection-kit ) + jack? ( virtual/jack ) lash? ( media-sound/lash )" DEPEND="${RDEPEND} virtual/pkgconfig