Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/horgand/
Date: Fri, 07 Aug 2020 23:24:52
Message-Id: 1596842605.cdbcc024d1469b5196eebea0a71d892ae0f80a9b.asturm@gentoo
1 commit: cdbcc024d1469b5196eebea0a71d892ae0f80a9b
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 22 21:59:19 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 23:23:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbcc024
7
8 media-sound/horgand: fix HOMEPAGE and SRC_URI
9
10 Properly migrated to EAPI 7, moved to sourceforge mirror of old
11 berlios.de.
12 Closes: https://bugs.gentoo.org/537762
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
15 Closes: https://github.com/gentoo/gentoo/pull/16377
16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
17
18 media-sound/horgand/horgand-1.14-r1.ebuild | 19 ++++++++-----------
19 1 file changed, 8 insertions(+), 11 deletions(-)
20
21 diff --git a/media-sound/horgand/horgand-1.14-r1.ebuild b/media-sound/horgand/horgand-1.14-r1.ebuild
22 index a02538b9c3e..aa695073949 100644
23 --- a/media-sound/horgand/horgand-1.14-r1.ebuild
24 +++ b/media-sound/horgand/horgand-1.14-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -6,14 +6,12 @@ EAPI=7
32 inherit desktop toolchain-funcs
33
34 DESCRIPTION="Opensource software organ"
35 -HOMEPAGE="http://horgand.berlios.de"
36 -#SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
37 -SRC_URI="mirror://gentoo/${P}.tar.gz"
38 +HOMEPAGE="https://sourceforge.net/projects/horgand.berlios/"
39 +SRC_URI="https://download.sourceforge.net/${PN}.berlios/${P}.tar.gz"
40
41 LICENSE="GPL-2"
42 SLOT="0"
43 KEYWORDS="amd64 ~ppc sparc x86"
44 -IUSE=""
45
46 RDEPEND="x11-libs/fltk:1
47 x11-libs/libXpm
48 @@ -21,13 +19,12 @@ RDEPEND="x11-libs/fltk:1
49 media-libs/alsa-lib
50 media-sound/alsa-utils
51 media-sound/jack-audio-connection-kit"
52 -DEPEND="${RDEPEND}
53 - virtual/pkgconfig"
54 +DEPEND="${RDEPEND}"
55 +BDEPEND="virtual/pkgconfig"
56
57 -src_prepare() {
58 - default
59 - eapply "${FILESDIR}"/${P}-overflow.patch
60 -}
61 +PATCHES=(
62 + "${FILESDIR}/${P}-overflow.patch"
63 +)
64
65 src_compile() {
66 emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \