public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gspeakers/
@ 2016-02-07  9:47 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-02-07  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     64b81f8edad3aaa8a3a84ca799e5737c66682fdc
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 09:46:07 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 09:46:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b81f8e

sci-electronics/gspeakers: Fixes for compatibility with libsigc++-2.6 and cxx11 (#569540 by Andrew Wilcox (awilfox))

Package-Manager: portage-2.2.27

 sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild | 42 ++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild b/sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild
new file mode 100644
index 0000000..18e66de
--- /dev/null
+++ b/sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+GCONF_DEBUG="no"
+
+inherit autotools eutils flag-o-matic gnome2
+
+DESCRIPTION="GTK based loudspeaker enclosure and crossovernetwork designer"
+HOMEPAGE="http://gspeakers.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-cpp/gtkmm:2.4
+	>=dev-libs/libsigc++-2.6:2
+	dev-libs/libxml2:2
+	|| (
+		sci-electronics/gnucap
+		sci-electronics/ngspice
+		sci-electronics/spice )
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	sed -i -e "s/-O0//" src/Makefile.am
+	epatch "${FILESDIR}"/${P}-gcc43.patch
+	epatch "${FILESDIR}"/${P}-glib-single-include.patch
+	epatch "${FILESDIR}"/${P}-fix-sigc-includes.patch
+	epatch "${FILESDIR}"/${P}-c++11.patch
+	append-cxxflags '-std=c++11'
+	mv configure.in configure.ac || die
+	eautoreconf
+	gnome2_src_prepare
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gspeakers/
@ 2016-02-07  9:47 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-02-07  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     f45eb4072cb972db17fad1fae1213f59e4ad2ca8
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 09:46:27 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 09:46:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f45eb407

sci-electronics/gspeakers: Drop old

Package-Manager: portage-2.2.27

 sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild b/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild
deleted file mode 100644
index 40e73c7..0000000
--- a/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils gnome2 autotools
-
-DESCRIPTION="GTK based loudspeaker enclosure and crossovernetwork designer"
-HOMEPAGE="http://gspeakers.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="dev-cpp/gtkmm:2.4
-	dev-libs/libxml2:2"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-	|| ( sci-electronics/gnucap
-		sci-electronics/ngspice
-		sci-electronics/spice )"
-
-DOCS="AUTHORS ChangeLog NEWS README* TODO"
-
-src_prepare() {
-	sed -i -e "s/-O0//" src/Makefile.am
-	epatch "${FILESDIR}"/${P}-gcc43.patch
-	epatch "${FILESDIR}"/${P}-glib-single-include.patch
-	eautoreconf
-	gnome2_src_prepare
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gspeakers/
@ 2024-10-10 14:03 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2024-10-10 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6a67915e1fc33aaa3e4f07b5df14cccc4fba677e
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Sep 26 14:00:59 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 13:56:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a67915e

sci-electronics/gspeakers: bump EAPI & more

- https HOMEPAGE
- remove empty IUSE
- fix redirection on SRC_URI

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-electronics/gspeakers/gspeakers-0.11-r3.ebuild | 42 ++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/sci-electronics/gspeakers/gspeakers-0.11-r3.ebuild b/sci-electronics/gspeakers/gspeakers-0.11-r3.ebuild
new file mode 100644
index 000000000000..15cc964317f5
--- /dev/null
+++ b/sci-electronics/gspeakers/gspeakers-0.11-r3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic gnome2
+
+DESCRIPTION="GTK based loudspeaker enclosure and crossovernetwork designer"
+HOMEPAGE="https://gspeakers.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/project/gspeakers/${PN}/${P}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+	dev-cpp/gtkmm:2.4
+	>=dev-libs/libsigc++-2.6:2
+	dev-libs/libxml2:2
+	|| (
+		sci-electronics/gnucap
+		sci-electronics/ngspice
+		sci-electronics/spice
+	)
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-cxxflags.patch
+	"${FILESDIR}"/${P}-gcc43.patch
+	"${FILESDIR}"/${P}-glib-single-include.patch
+	"${FILESDIR}"/${P}-fix-sigc-includes.patch
+	"${FILESDIR}"/${P}-c++11.patch
+)
+
+src_prepare() {
+	append-cxxflags '-std=c++11'
+	mv configure.in configure.ac || die
+	gnome2_src_prepare
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gspeakers/
@ 2024-10-10 14:03 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2024-10-10 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3e22ac2fac848ab19c79bff0c26a79645859c218
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Sep 26 14:03:54 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 13:56:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e22ac2f

sci-electronics/gspeakers: drop 0.11-r2

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild | 45 ----------------------
 1 file changed, 45 deletions(-)

diff --git a/sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild b/sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild
deleted file mode 100644
index 35d1e4597f47..000000000000
--- a/sci-electronics/gspeakers/gspeakers-0.11-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic gnome2
-
-DESCRIPTION="GTK based loudspeaker enclosure and crossovernetwork designer"
-HOMEPAGE="http://gspeakers.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-cpp/gtkmm:2.4
-	>=dev-libs/libsigc++-2.6:2
-	dev-libs/libxml2:2
-	|| (
-		sci-electronics/gnucap
-		sci-electronics/ngspice
-		sci-electronics/spice
-	)
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-cxxflags.patch
-	"${FILESDIR}"/${P}-gcc43.patch
-	"${FILESDIR}"/${P}-glib-single-include.patch
-	"${FILESDIR}"/${P}-fix-sigc-includes.patch
-	"${FILESDIR}"/${P}-c++11.patch
-)
-
-src_prepare() {
-	append-cxxflags '-std=c++11'
-	mv configure.in configure.ac || die
-	gnome2_src_prepare
-	eautoreconf
-}


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

end of thread, other threads:[~2024-10-10 14:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-10 14:03 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gspeakers/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-10-10 14:03 Andrew Ammerlaan
2016-02-07  9:47 Pacho Ramos
2016-02-07  9:47 Pacho Ramos

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