commit: cdbcc024d1469b5196eebea0a71d892ae0f80a9b Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Mon Jun 22 21:59:19 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Aug 7 23:23:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbcc024
media-sound/horgand: fix HOMEPAGE and SRC_URI Properly migrated to EAPI 7, moved to sourceforge mirror of old berlios.de. Closes: https://bugs.gentoo.org/537762 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16377 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/horgand/horgand-1.14-r1.ebuild | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/media-sound/horgand/horgand-1.14-r1.ebuild b/media-sound/horgand/horgand-1.14-r1.ebuild index a02538b9c3e..aa695073949 100644 --- a/media-sound/horgand/horgand-1.14-r1.ebuild +++ b/media-sound/horgand/horgand-1.14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,14 +6,12 @@ EAPI=7 inherit desktop toolchain-funcs DESCRIPTION="Opensource software organ" -HOMEPAGE="http://horgand.berlios.de" -#SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" -SRC_URI="mirror://gentoo/${P}.tar.gz" +HOMEPAGE="https://sourceforge.net/projects/horgand.berlios/" +SRC_URI="https://download.sourceforge.net/${PN}.berlios/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" -IUSE="" RDEPEND="x11-libs/fltk:1 x11-libs/libXpm @@ -21,13 +19,12 @@ RDEPEND="x11-libs/fltk:1 media-libs/alsa-lib media-sound/alsa-utils media-sound/jack-audio-connection-kit" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" -src_prepare() { - default - eapply "${FILESDIR}"/${P}-overflow.patch -} +PATCHES=( + "${FILESDIR}/${P}-overflow.patch" +) src_compile() { emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \
