public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/horgand/
@ 2018-07-26 17:50 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-07-26 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     3766e6594f25373c0f470ca749379c94795863a6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 17:48:58 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 17:50:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3766e659

media-sound/horgand: revision bump (EAPI=7)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/horgand/horgand-1.14-r1.ebuild | 42 ++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/media-sound/horgand/horgand-1.14-r1.ebuild b/media-sound/horgand/horgand-1.14-r1.ebuild
new file mode 100644
index 00000000000..a02538b9c3e
--- /dev/null
+++ b/media-sound/horgand/horgand-1.14-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~ppc sparc x86"
+IUSE=""
+
+RDEPEND="x11-libs/fltk:1
+	x11-libs/libXpm
+	media-libs/libsndfile
+	media-libs/alsa-lib
+	media-sound/alsa-utils
+	media-sound/jack-audio-connection-kit"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_prepare() {
+	default
+	eapply "${FILESDIR}"/${P}-overflow.patch
+}
+
+src_compile() {
+	emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \
+		$(pkg-config --cflags jack) $(pkg-config --cflags sndfile)"
+}
+
+src_install() {
+	default
+	doman man/${PN}.1
+	newicon src/${PN}128.xpm ${PN}.xpm
+	make_desktop_entry ${PN} Horgand ${PN}
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/horgand/
@ 2018-07-26 17:50 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-07-26 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2e3a12e4b585ae970a38ae1c2f730ff8962ed7db
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 17:49:37 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 17:50:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3a12e4

media-sound/horgand: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/horgand/horgand-1.14.ebuild | 41 ---------------------------------
 1 file changed, 41 deletions(-)

diff --git a/media-sound/horgand/horgand-1.14.ebuild b/media-sound/horgand/horgand-1.14.ebuild
deleted file mode 100644
index 11769b0c923..00000000000
--- a/media-sound/horgand/horgand-1.14.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/fltk:1
-	x11-libs/libXpm
-	media-libs/libsndfile
-	media-libs/alsa-lib
-	media-sound/alsa-utils
-	media-sound/jack-audio-connection-kit"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-overflow.patch
-}
-
-src_compile() {
-	emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \
-		$(pkg-config --cflags jack) $(pkg-config --cflags sndfile)" || die "emake failed."
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed."
-	dodoc AUTHORS ChangeLog NEWS README
-	doman man/${PN}.1
-	newicon src/${PN}128.xpm ${PN}.xpm
-	make_desktop_entry ${PN} Horgand ${PN}
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/horgand/
@ 2020-08-07 23:24 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-08-07 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c5c508ab45a15ab7e3a1be90910a4b687d2601b1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  7 20:14:37 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=c5c508ab

media-sound/horgand: virtual/jack, sort deps

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{horgand-1.14-r1.ebuild => horgand-1.14-r2.ebuild}     | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-sound/horgand/horgand-1.14-r1.ebuild b/media-sound/horgand/horgand-1.14-r2.ebuild
similarity index 87%
rename from media-sound/horgand/horgand-1.14-r1.ebuild
rename to media-sound/horgand/horgand-1.14-r2.ebuild
index aa695073949..2de59fda12c 100644
--- a/media-sound/horgand/horgand-1.14-r1.ebuild
+++ b/media-sound/horgand/horgand-1.14-r2.ebuild
@@ -13,18 +13,18 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc sparc x86"
 
-RDEPEND="x11-libs/fltk:1
-	x11-libs/libXpm
-	media-libs/libsndfile
+RDEPEND="
 	media-libs/alsa-lib
+	media-libs/libsndfile
 	media-sound/alsa-utils
-	media-sound/jack-audio-connection-kit"
+	virtual/jack
+	x11-libs/fltk:1
+	x11-libs/libXpm
+"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
-PATCHES=(
-	"${FILESDIR}/${P}-overflow.patch"
-)
+PATCHES=( "${FILESDIR}/${P}-overflow.patch" )
 
 src_compile() {
 	emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/horgand/
@ 2020-08-07 23:24 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-08-07 23:24 UTC (permalink / raw
  To: gentoo-commits

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) \


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/horgand/
@ 2021-04-13  0:26 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-04-13  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bdbbc925a30ffa4cf719b2532ffdbf7070a42209
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 05:13:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 00:26:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbbc925

media-sound/horgand: call pkg-config via toolchain-funcs.eclass helper

This ensures we call the correct pkg-config in e.g. cross.

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/horgand/horgand-1.14-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/horgand/horgand-1.14-r2.ebuild b/media-sound/horgand/horgand-1.14-r2.ebuild
index 2de59fda12c..6506e49d4be 100644
--- a/media-sound/horgand/horgand-1.14-r2.ebuild
+++ b/media-sound/horgand/horgand-1.14-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,7 +28,7 @@ PATCHES=( "${FILESDIR}/${P}-overflow.patch" )
 
 src_compile() {
 	emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \
-		$(pkg-config --cflags jack) $(pkg-config --cflags sndfile)"
+		$($(tc-getPKG_CONFIG) --cflags jack) $($(tc-getPKG_CONFIG) --cflags sndfile)"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/horgand/
@ 2024-04-10  7:48 Miroslav Šulc
  0 siblings, 0 replies; 6+ messages in thread
From: Miroslav Šulc @ 2024-04-10  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c859436bd26a31ef3e82d8cc0fdff8cc1f10e33e
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Apr  9 15:02:26 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 07:48:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c859436b

media-sound/horgand: add missing remote-id

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/horgand/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-sound/horgand/metadata.xml b/media-sound/horgand/metadata.xml
index b69a849fd57e..a800ae7365fa 100644
--- a/media-sound/horgand/metadata.xml
+++ b/media-sound/horgand/metadata.xml
@@ -5,4 +5,7 @@
 	<email>sound@gentoo.org</email>
 	<name>Gentoo Sound project</name>
 </maintainer>
+<upstream>
+	<remote-id type="sourceforge">horgand.berlios</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-10  7:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-07 23:24 [gentoo-commits] repo/gentoo:master commit in: media-sound/horgand/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-04-10  7:48 Miroslav Šulc
2021-04-13  0:26 Sam James
2020-08-07 23:24 Andreas Sturmlechner
2018-07-26 17:50 Mikle Kolyada
2018-07-26 17:50 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox