public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gbsplay/
@ 2018-05-20  0:33 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-05-20  0:33 UTC (permalink / raw
  To: gentoo-commits

commit:     22d3d224b837a63b234fa488c2f6abfd4614078c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 19 07:14:19 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 00:30:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d3d224

media-sound/gbsplay: remove old

 media-sound/gbsplay/gbsplay-0.0.91-r1.ebuild | 54 ----------------------------
 1 file changed, 54 deletions(-)

diff --git a/media-sound/gbsplay/gbsplay-0.0.91-r1.ebuild b/media-sound/gbsplay/gbsplay-0.0.91-r1.ebuild
deleted file mode 100644
index 3b74a80e008..00000000000
--- a/media-sound/gbsplay/gbsplay-0.0.91-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-IUSE="+alsa nas nls oss"
-PLOCALES="de en"
-
-inherit l10n toolchain-funcs
-
-DESCRIPTION="Nintendo Gameboy sound player for GBS format"
-HOMEPAGE="http://gbsplay.berlios.de"
-#SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="alsa? ( media-libs/alsa-lib:0 )
-	nas? ( media-libs/nas:0 )"
-
-DEPEND="${RDEPEND}
-	nls? ( sys-devel/gettext:0 )"
-
-src_configure() {
-	tc-export AR CC
-
-	# No econf, because "unknown option '--build=x86_64-pc-linux-gnu'"
-	./configure \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--docdir=/usr/share/doc/${PF} \
-		--without-xmmsplugin \
-		--without-test \
-		$(use_enable nls i18n) \
-		$(use_enable oss devdsp) \
-		$(use_enable alsa) \
-		$(use_enable nas) || die "Configure failed."
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" SPLINT="true"
-}
-
-remove_disabled_locale() {
-	rm -rf "${D}"/usr/share/locale/$1
-}
-
-src_install() {
-	default
-
-	l10n_for_each_disabled_locale_do remove_disabled_locale
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/gbsplay/
@ 2021-07-04 14:03 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2021-07-04 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b7bc06c7cf6546be350233bd898f5868e3299f04
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 15:45:18 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 14:01:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bc06c7

media-sound/gbsplay: Update from l10n.eclass to plocale.eclass

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild b/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild
index 7738a213805..78a4fa830bf 100644
--- a/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild
+++ b/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PLOCALES="de en"
-inherit l10n toolchain-funcs
+inherit plocale toolchain-funcs
 
 DESCRIPTION="Nintendo Gameboy sound player for GBS format"
 HOMEPAGE="https://www.cgarbs.de/gbsplay.en.html"
@@ -52,5 +52,5 @@ remove_disabled_locale() {
 src_install() {
 	default
 
-	l10n_for_each_disabled_locale_do remove_disabled_locale
+	plocale_for_each_disabled_locale remove_disabled_locale
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/gbsplay/
@ 2022-12-24 14:01 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2022-12-24 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     fbb50a7b44b806f75fff89e48cb6d9bccec520eb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 12:32:54 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 14:00:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb50a7b

media-sound/gbsplay: add github upstream metadata

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/media-sound/gbsplay/metadata.xml b/media-sound/gbsplay/metadata.xml
index 93423219a5bc..678e48727127 100644
--- a/media-sound/gbsplay/metadata.xml
+++ b/media-sound/gbsplay/metadata.xml
@@ -5,4 +5,7 @@
 		<email>sound@gentoo.org</email>
 		<name>Gentoo Sound project</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">mmitch/gbsplay</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/gbsplay/
@ 2022-12-24 14:52 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2022-12-24 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0bfdaaa5cb65cdd7e41cdbf6e5153f36a281e11b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 12:31:27 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 14:51:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfdaaa5

media-sound/gbsplay: drop 0.0.91-r2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/gbsplay/Manifest                 |  1 -
 media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild | 56 ----------------------------
 2 files changed, 57 deletions(-)

diff --git a/media-sound/gbsplay/Manifest b/media-sound/gbsplay/Manifest
index 69bc90daccfb..cca4a146bc18 100644
--- a/media-sound/gbsplay/Manifest
+++ b/media-sound/gbsplay/Manifest
@@ -1,2 +1 @@
-DIST gbsplay-0.0.91.tar.gz 61071 BLAKE2B b1c5c0f7f852961a082a686eb992caa835480fc0a6c15f509ec637c016a64b830f7d6aaa337f204c78213ea5c95bac0e12649023780f38a84dddab97f5efe448 SHA512 94a5acd892740f2443fbc5455a190cba2aefddf3608a6f59213175bb8985d21d4f2cb4011e332756ae2bf977432e03be53014f203d7b9edc572048e2a6124f08
 DIST gbsplay-0.0.94.tar.gz 136589 BLAKE2B 688fefc51fe693ab1da41f258bd6d7daccedadac31ecd80ba25488c11c6cfa6e823aeef5f97c1c9210b32aa02382845d312d077117df5781f5c2e2d165a352cc SHA512 36d545d658b57a86f31477911b29c0a9150e67a75b18a0b3897f47f58bec25588cda34c235ff10393f1767e3321bb9bd63debf0c30d3031e192b4df759053c1a

diff --git a/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild b/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild
deleted file mode 100644
index 78a4fa830bf5..000000000000
--- a/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="de en"
-inherit plocale toolchain-funcs
-
-DESCRIPTION="Nintendo Gameboy sound player for GBS format"
-HOMEPAGE="https://www.cgarbs.de/gbsplay.en.html"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa nas nls oss"
-
-RDEPEND="alsa? ( media-libs/alsa-lib:0 )
-	nas? ( media-libs/nas:0 )"
-
-DEPEND="${RDEPEND}
-	nls? ( sys-devel/gettext:0 )"
-
-PATCHES=(
-	"${FILESDIR}/${P}-fix-buildsystem.patch"
-)
-
-src_configure() {
-	tc-export AR CC
-
-	# No econf, because "unknown option '--build=x86_64-pc-linux-gnu'"
-	./configure \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--docdir=/usr/share/doc/${PF} \
-		--without-xmmsplugin \
-		--without-test \
-		$(use_enable nls i18n) \
-		$(use_enable oss devdsp) \
-		$(use_enable alsa) \
-		$(use_enable nas) || die "Configure failed."
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" SPLINT="true"
-}
-
-remove_disabled_locale() {
-	rm -r "${D}"/usr/share/locale/$1 || die
-}
-
-src_install() {
-	default
-
-	plocale_for_each_disabled_locale remove_disabled_locale
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/gbsplay/
@ 2023-10-04 19:37 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-10-04 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     277ebebda04e11b57d32616eec88a66424d25694
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 19:25:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 19:27:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277ebebd

media-sound/gbsplay: don't redefine _FORTIFY_SOURCE

Closes: https://bugs.gentoo.org/895424
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/gbsplay/gbsplay-0.0.94-r1.ebuild | 75 ++++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)

diff --git a/media-sound/gbsplay/gbsplay-0.0.94-r1.ebuild b/media-sound/gbsplay/gbsplay-0.0.94-r1.ebuild
new file mode 100644
index 000000000000..db3b94923d8c
--- /dev/null
+++ b/media-sound/gbsplay/gbsplay-0.0.94-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PLOCALES="de en"
+inherit edo plocale toolchain-funcs
+
+DESCRIPTION="Nintendo Gameboy sound player for GBS format"
+HOMEPAGE="https://www.cgarbs.de/gbsplay.en.html"
+SRC_URI="https://github.com/mmitch/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa nas nls oss pulseaudio"
+
+RDEPEND="
+	alsa? ( media-libs/alsa-lib:0 )
+	nas? ( media-libs/nas:0 )
+	pulseaudio? ( media-libs/libpulse )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext:0 )"
+
+PATCHES=(
+	# git master
+	"${FILESDIR}/${P}-fix-sharedlib-build.patch"
+	"${FILESDIR}/${P}-fix-off-by-one-err.patch"
+	"${FILESDIR}/${P}-fix-buildsys-1.patch"
+	"${FILESDIR}/${P}-fix-buildsys-2.patch"
+	# downstream
+	"${FILESDIR}/${P}-no-install-desktop-mime.patch"
+)
+
+src_prepare() {
+	default
+
+	# Don't clobber toolchain defaults
+	sed -i -e 's:-D_FORTIFY_SOURCE=2::' configure || die
+}
+
+src_configure() {
+	tc-export AR CC
+
+	local myconfargs=(
+		--prefix=/usr
+		--mandir=/usr/share/man
+		--docdir=/usr/share/doc/${PF}
+		--disable-hardening
+		--without-xmmsplugin
+		--without-test
+		$(use_enable alsa)
+		$(use_enable nas)
+		$(use_enable nls i18n)
+		$(use_enable oss devdsp)
+		$(use_enable pulseaudio pulse)
+	)
+
+	# No econf, because "unknown option '--libdir=/usr/lib64"
+	edo ./configure "${myconfargs[@]}"
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" SPLINT="true" V=1
+}
+
+src_install() {
+	remove_disabled_locale() {
+		rm -r "${D}"/usr/share/locale/$1 || die
+	}
+	default
+
+	plocale_for_each_disabled_locale remove_disabled_locale
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/gbsplay/
@ 2024-01-29  8:38 Miroslav Šulc
  0 siblings, 0 replies; 6+ messages in thread
From: Miroslav Šulc @ 2024-01-29  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     92a4b189c562b6d9fd17f4f2c0b3f86b97d5474f
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 08:38:25 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 08:38:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a4b189

media-sound/gbsplay: removed obsolete 0.0.94

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/gbsplay/gbsplay-0.0.94.ebuild | 68 -------------------------------
 1 file changed, 68 deletions(-)

diff --git a/media-sound/gbsplay/gbsplay-0.0.94.ebuild b/media-sound/gbsplay/gbsplay-0.0.94.ebuild
deleted file mode 100644
index 7e0fdf78678b..000000000000
--- a/media-sound/gbsplay/gbsplay-0.0.94.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PLOCALES="de en"
-inherit plocale toolchain-funcs
-
-DESCRIPTION="Nintendo Gameboy sound player for GBS format"
-HOMEPAGE="https://www.cgarbs.de/gbsplay.en.html"
-SRC_URI="https://github.com/mmitch/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa nas nls oss pulseaudio"
-
-RDEPEND="
-	alsa? ( media-libs/alsa-lib:0 )
-	nas? ( media-libs/nas:0 )
-	pulseaudio? ( media-libs/libpulse )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="nls? ( sys-devel/gettext:0 )"
-
-PATCHES=(
-	# git master
-	"${FILESDIR}/${P}-fix-sharedlib-build.patch"
-	"${FILESDIR}/${P}-fix-off-by-one-err.patch"
-	"${FILESDIR}/${P}-fix-buildsys-1.patch"
-	"${FILESDIR}/${P}-fix-buildsys-2.patch"
-	# downstream
-	"${FILESDIR}/${P}-no-install-desktop-mime.patch"
-)
-
-src_configure() {
-	tc-export AR CC
-
-	local myconfargs=(
-		--prefix=/usr
-		--mandir=/usr/share/man
-		--docdir=/usr/share/doc/${PF}
-		--disable-hardening
-		--without-xmmsplugin
-		--without-test
-		$(use_enable alsa)
-		$(use_enable nas)
-		$(use_enable nls i18n)
-		$(use_enable oss devdsp)
-		$(use_enable pulseaudio pulse)
-	)
-
-	# No econf, because "unknown option '--libdir=/usr/lib64"
-	./configure ${myconfargs[@]} || die "Configure failed."
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" SPLINT="true"
-}
-
-src_install() {
-	remove_disabled_locale() {
-		rm -r "${D}"/usr/share/locale/$1 || die
-	}
-	default
-
-	plocale_for_each_disabled_locale remove_disabled_locale
-}


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

end of thread, other threads:[~2024-01-29  8:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-20  0:33 [gentoo-commits] repo/gentoo:master commit in: media-sound/gbsplay/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2021-07-04 14:03 Ulrich Müller
2022-12-24 14:01 Andreas Sturmlechner
2022-12-24 14:52 Andreas Sturmlechner
2023-10-04 19:37 Sam James
2024-01-29  8:38 Miroslav Šulc

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