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 58AA9138336 for ; Sun, 10 Mar 2019 16:42:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B71AE092A; Sun, 10 Mar 2019 16:42:15 +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 BAD02E092A for ; Sun, 10 Mar 2019 16:42:14 +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 EBEE4335D04 for ; Sun, 10 Mar 2019 16:42:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7E49564 for ; Sun, 10 Mar 2019 16:42:10 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1552236108.ea724d3169d56376fc7665c23086053d57b86a5d.asturm@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.5.1-r1.ebuild media-sound/amsynth/amsynth-1.7.1-r1.ebuild media-sound/amsynth/metadata.xml X-VCS-Directories: media-sound/amsynth/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ea724d3169d56376fc7665c23086053d57b86a5d X-VCS-Branch: master Date: Sun, 10 Mar 2019 16:42:10 +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: a7489f8f-326a-4a26-a222-ae198da8d636 X-Archives-Hash: 5cd6f75b2114bff71710f6bae211778f commit: ea724d3169d56376fc7665c23086053d57b86a5d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 10 14:48:26 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 10 16:41:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea724d31 media-sound/amsynth: Fix HOMEPAGE, SRC_URI, upstream remote-id Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/amsynth/amsynth-1.5.1-r1.ebuild | 6 +++--- media-sound/amsynth/amsynth-1.7.1-r1.ebuild | 6 +++--- media-sound/amsynth/metadata.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/media-sound/amsynth/amsynth-1.5.1-r1.ebuild b/media-sound/amsynth/amsynth-1.5.1-r1.ebuild index 257e2bb0f5b..e820000ed8f 100644 --- a/media-sound/amsynth/amsynth-1.5.1-r1.ebuild +++ b/media-sound/amsynth/amsynth-1.5.1-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools flag-o-matic DESCRIPTION="Virtual analogue synthesizer" -HOMEPAGE="https://github.com/nixxcode/amsynth/" -SRC_URI="https://github.com/nixxcode/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/amsynth/amsynth" +SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-sound/amsynth/amsynth-1.7.1-r1.ebuild b/media-sound/amsynth/amsynth-1.7.1-r1.ebuild index 69a0cb904ff..910e6c282d3 100644 --- a/media-sound/amsynth/amsynth-1.7.1-r1.ebuild +++ b/media-sound/amsynth/amsynth-1.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools flag-o-matic DESCRIPTION="Virtual analogue synthesizer" -HOMEPAGE="https://github.com/nixxcode/amsynth/" -SRC_URI="https://github.com/nixxcode/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/amsynth/amsynth" +SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-sound/amsynth/metadata.xml b/media-sound/amsynth/metadata.xml index 49d152f7788..ed1aa1c9c7e 100644 --- a/media-sound/amsynth/metadata.xml +++ b/media-sound/amsynth/metadata.xml @@ -9,6 +9,6 @@ Enable support for DSSI Soft Synth Interface - nixxcode/amsynth + amsynth/amsynth