diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-10 15:48:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-10 17:41:48 +0100 |
commit | ea724d3169d56376fc7665c23086053d57b86a5d (patch) | |
tree | 27ea68dd8103cc14535c8bd3f83581616932bfb5 /media-sound/amsynth | |
parent | media-sound/amsynth: 1.8.0 version bump, EAPI-7 bump (diff) | |
download | gentoo-ea724d3169d56376fc7665c23086053d57b86a5d.tar.gz gentoo-ea724d3169d56376fc7665c23086053d57b86a5d.tar.bz2 gentoo-ea724d3169d56376fc7665c23086053d57b86a5d.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r-- | media-sound/amsynth/amsynth-1.5.1-r1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/amsynth/amsynth-1.7.1-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 257e2bb0f5b3..e820000ed8f6 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 69a0cb904ff9..910e6c282d3e 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 49d152f77885..ed1aa1c9c7ee 100644 --- a/media-sound/amsynth/metadata.xml +++ b/media-sound/amsynth/metadata.xml @@ -9,6 +9,6 @@ <flag name="dssi">Enable support for DSSI Soft Synth Interface</flag> </use> <upstream> - <remote-id type="github">nixxcode/amsynth</remote-id> + <remote-id type="github">amsynth/amsynth</remote-id> </upstream> </pkgmetadata> |