[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/, media-sound/gnump3d/files/

2024-02-28 Thread Sam James
commit: a281d64685db953da8812f16e324b0faefe2dfe6
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 29 00:16:00 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 29 00:16:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a281d646

media-sound/gnump3d: update init.d for nfsmount removal

Bug: https://bugs.gentoo.org/925459
Signed-off-by: Sam James  gentoo.org>

 media-sound/gnump3d/files/gnump3d.init.d-r1  | 2 +-
 media-sound/gnump3d/{gnump3d-3.0-r5.ebuild => gnump3d-3.0-r6.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/gnump3d/files/gnump3d.init.d-r1 
b/media-sound/gnump3d/files/gnump3d.init.d-r1
index 2ead467d7882..6a644d6c5346 100644
--- a/media-sound/gnump3d/files/gnump3d.init.d-r1
+++ b/media-sound/gnump3d/files/gnump3d.init.d-r1
@@ -6,7 +6,7 @@ extra_commands="index"
 
 depend() {
need net
-   after netmount nfsmount
+   after netmount
 }
 
 start() {

diff --git a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r6.ebuild
similarity index 98%
rename from media-sound/gnump3d/gnump3d-3.0-r5.ebuild
rename to media-sound/gnump3d/gnump3d-3.0-r6.ebuild
index eb01124fbbc2..4b8beef479f8 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2023-09-23 Thread Miroslav Šulc
commit: 1d38b1f453c76c2892e84fb03e6223c019be560a
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Sep 23 06:44:47 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Sep 23 06:44:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d38b1f4

media-sound/gnump3d: dropped obsolete 3.0-r4

Bug: https://bugs.gentoo.org/914509
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/gnump3d/gnump3d-3.0-r4.ebuild | 76 ---
 1 file changed, 76 deletions(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r4.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r4.ebuild
deleted file mode 100644
index 1e5fb6e69414..
--- a/media-sound/gnump3d/gnump3d-3.0-r4.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit perl-module
-
-DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files"
-HOMEPAGE="https://www.gnu.org/software/gnump3d/;
-SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86"
-IUSE="sox"
-
-DEPEND="
-   acct-group/gnump3d
-   acct-user/gnump3d
-"
-
-RDEPEND="
-   ${DEPEND}
-   sox? ( media-sound/sox )
-"
-
-RESTRICT="test"
-
-pkg_setup() {
-   LIBDIR=/usr/$(get_libdir)
-}
-
-src_compile() { :; }
-
-src_install() {
-   perl_set_version
-
-   insinto "${VENDOR_LIB}"/gnump3d
-   doins lib/gnump3d/*.pm
-   insinto "${VENDOR_LIB}"/gnump3d/plugins
-   doins lib/gnump3d/plugins/*.pm
-   insinto "${VENDOR_LIB}"/gnump3d/lang
-   doins lib/gnump3d/lang/*.pm
-
-   dobin bin/gnump3d2 bin/gnump3d-top bin/gnump3d-index
-   dosym gnump3d2 /usr/bin/gnump3d
-   doman man/*.1
-
-   insinto /usr/share/gnump3d
-   doins -r templates/*
-
-   insinto /etc/gnump3d
-   doins etc/gnump3d.conf etc/mime.types etc/file.types
-   sed -e "s,PLUGINDIR,${VENDOR_LIB},g" -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
-   sed -e 's,^user *= *\(.*\)$,user = gnump3d,g' -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
-
-   dodoc AUTHORS ChangeLog DOWNSAMPLING PLUGINS README SUPPORT TODO
-
-   newinitd "${FILESDIR}"/${PN}.init.d-r1 gnump3d
-   newconfd "${FILESDIR}"/${PN}.conf.d gnump3d
-
-   keepdir /var/log/gnump3d
-   fowners gnump3d:gnump3d /var/log/gnump3d
-}
-
-pkg_postinst() {
-   elog "Please edit your /etc/gnump3d/gnump3d.conf before running"
-   elog "/etc/init.d/gnump3d start"
-   elog ""
-   elog "At the very least, you will need to change the root directory"
-   elog "where music is found.  By default, gnump3d will also listen"
-   elog "to any address on port "
-   elog ""
-   elog "You can optionally use sox to downmix the quality of streamed"
-   elog "music in realtime for slow connections."
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2023-09-22 Thread Arthur Zamarin
commit: 72a799e14f747270f7d734aff4921c7e42731032
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 22 09:31:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 22 09:31:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a799e1

media-sound/gnump3d: Stabilize 3.0-r5 ppc64, #914509

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/gnump3d/gnump3d-3.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
index 750f87235e28..eb01124fbbc2 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ || ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86"
 IUSE="sox"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2023-09-22 Thread Arthur Zamarin
commit: 13cd4e964cb45e774a954b48c16bd004919cc9ef
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 22 09:14:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 22 09:14:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cd4e96

media-sound/gnump3d: Stabilize 3.0-r5 sparc, #914509

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/gnump3d/gnump3d-3.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
index 436588d2f26e..750f87235e28 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ || ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
 IUSE="sox"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2023-09-22 Thread Arthur Zamarin
commit: 3adcf93d71cf0367667e6d22ef9efabab9dafb25
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 22 08:50:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 22 08:50:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3adcf93d

media-sound/gnump3d: Stabilize 3.0-r5 x86, #914509

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/gnump3d/gnump3d-3.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
index 9dc9e2cbb100..436588d2f26e 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ || ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE="sox"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2023-09-22 Thread Arthur Zamarin
commit: 86a77e7e4afd723514d739d1a338b3ffe0a61e22
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 22 08:50:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 22 08:50:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a77e7e

media-sound/gnump3d: Stabilize 3.0-r5 amd64, #914509

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/gnump3d/gnump3d-3.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
index 79be656f708f..9dc9e2cbb100 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ || ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="sox"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2023-08-23 Thread Miroslav Šulc
commit: b0a2a3006728ab5a9af5c802e94b9a99af5f1521
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Aug 22 16:12:08 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Aug 23 06:31:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a2a300

media-sound/gnump3d: EAPI8 bump, fix LICENSE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>

Closes: https://bugs.gentoo.org/877421
Closes: https://github.com/gentoo/gentoo/pull/32410
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/gnump3d/gnump3d-3.0-r5.ebuild | 76 +++
 1 file changed, 76 insertions(+)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
new file mode 100644
index ..79be656f708f
--- /dev/null
+++ b/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit perl-module
+
+DESCRIPTION="Streaming server for MP3, OGG vorbis and other streamable files"
+HOMEPAGE="https://www.gnu.org/software/gnump3d/;
+SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ || ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="sox"
+
+DEPEND="
+   acct-group/gnump3d
+   acct-user/gnump3d
+"
+
+RDEPEND="
+   ${DEPEND}
+   sox? ( media-sound/sox )
+"
+
+RESTRICT="test"
+
+pkg_setup() {
+   LIBDIR=/usr/$(get_libdir)
+}
+
+src_compile() { :; }
+
+src_install() {
+   perl_set_version
+
+   insinto "${VENDOR_LIB}"/gnump3d
+   doins lib/gnump3d/*.pm
+   insinto "${VENDOR_LIB}"/gnump3d/plugins
+   doins lib/gnump3d/plugins/*.pm
+   insinto "${VENDOR_LIB}"/gnump3d/lang
+   doins lib/gnump3d/lang/*.pm
+
+   dobin bin/gnump3d2 bin/gnump3d-top bin/gnump3d-index
+   dosym gnump3d2 /usr/bin/gnump3d
+   doman man/*.1
+
+   insinto /usr/share/gnump3d
+   doins -r templates/*
+
+   insinto /etc/gnump3d
+   doins etc/gnump3d.conf etc/mime.types etc/file.types
+   sed -e "s,PLUGINDIR,${VENDOR_LIB},g" -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
+   sed -e 's,^user *= *\(.*\)$,user = gnump3d,g' -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
+
+   dodoc AUTHORS ChangeLog DOWNSAMPLING PLUGINS README SUPPORT TODO
+
+   newinitd "${FILESDIR}"/${PN}.init.d-r1 gnump3d
+   newconfd "${FILESDIR}"/${PN}.conf.d gnump3d
+
+   keepdir /var/log/gnump3d
+   fowners gnump3d:gnump3d /var/log/gnump3d
+}
+
+pkg_postinst() {
+   elog "Please edit your /etc/gnump3d/gnump3d.conf before running"
+   elog "/etc/init.d/gnump3d start"
+   elog ""
+   elog "At the very least, you will need to change the root directory"
+   elog "where music is found.  By default, gnump3d will also listen"
+   elog "to any address on port "
+   elog ""
+   elog "You can optionally use sox to downmix the quality of streamed"
+   elog "music in realtime for slow connections."
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2022-01-16 Thread Mike Gilbert
commit: 748fafb56985e2cbb842ffeeff6da247f33ee3d2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jan 16 23:35:09 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jan 16 23:56:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748fafb5

media-sound/gnump3d: drop multilib eclass

Signed-off-by: Mike Gilbert  gentoo.org>

 media-sound/gnump3d/gnump3d-3.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r4.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r4.ebuild
index 285f1c5fe2c7..1e5fb6e69414 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r4.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit multilib perl-module
+inherit perl-module
 
 DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files"
 HOMEPAGE="https://www.gnu.org/software/gnump3d/;



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2022-01-16 Thread Mike Gilbert
commit: 827a534176031cdb649ac2b9d371a5522e461c8d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jan 16 23:29:32 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jan 16 23:56:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827a5341

media-sound/gnump3d: install relative symlink

Signed-off-by: Mike Gilbert  gentoo.org>

 media-sound/gnump3d/gnump3d-3.0-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r4.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r4.ebuild
index fc1a65587ece..285f1c5fe2c7 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r4.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -43,7 +43,7 @@ src_install() {
doins lib/gnump3d/lang/*.pm
 
dobin bin/gnump3d2 bin/gnump3d-top bin/gnump3d-index
-   dosym /usr/bin/gnump3d2 /usr/bin/gnump3d
+   dosym gnump3d2 /usr/bin/gnump3d
doman man/*.1
 
insinto /usr/share/gnump3d



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/files/, media-sound/gnump3d/

2021-07-13 Thread Conrad Kostecki
commit: 6ba60807f547e3591a53965978266895a2ee54a6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jul 13 21:23:31 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul 13 21:23:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba60807

media-sound/gnump3d: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-sound/gnump3d/files/gnump3d.init.d  | 36 --
 media-sound/gnump3d/gnump3d-3.0-r3.ebuild | 78 ---
 2 files changed, 114 deletions(-)

diff --git a/media-sound/gnump3d/files/gnump3d.init.d 
b/media-sound/gnump3d/files/gnump3d.init.d
deleted file mode 100644
index 730fc0cdb2d..000
--- a/media-sound/gnump3d/files/gnump3d.init.d
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-extra_commands="index"
-
-depend() {
-   need net
-   after netmount nfsmount
-}
-
-start() {
-   ebegin "Starting gnump3d"
-
-   if [ ${DO_INDEX} -eq 1 ]; then
-   ebegin "Updating index of music files (may take a while for the 
first time)"
-   /usr/bin/gnump3d-index
-   eend $?
-   fi
-
-   start-stop-daemon --start --quiet --exec /usr/bin/gnump3d2 
--make-pidfile \
-   --pidfile /var/run/gnump3d.pid --background -- --quiet
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping gnump3d"
-   start-stop-daemon --stop --quiet --pidfile /var/run/gnump3d.pid
-   eend $?
-}
-
-index() {
-   ebegin "Indexing music files"
-   /usr/bin/gnump3d-index
-   eend $?
-}

diff --git a/media-sound/gnump3d/gnump3d-3.0-r3.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r3.ebuild
deleted file mode 100644
index 67661e9529e..000
--- a/media-sound/gnump3d/gnump3d-3.0-r3.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib perl-module
-
-DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files"
-HOMEPAGE="https://www.gnu.org/software/gnump3d/;
-SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86"
-IUSE="sox"
-
-DEPEND="
-   acct-group/gnump3d
-   acct-user/gnump3d
-"
-
-RDEPEND="
-   ${DEPEND}
-   sox? ( media-sound/sox )
-"
-
-RESTRICT="test"
-
-pkg_setup() {
-   LIBDIR=/usr/$(get_libdir)
-}
-
-src_compile() { :; }
-
-src_install() {
-   perl_set_version
-
-   insinto "${VENDOR_LIB}"/gnump3d
-   doins lib/gnump3d/*.pm
-   insinto "${VENDOR_LIB}"/gnump3d/plugins
-   doins lib/gnump3d/plugins/*.pm
-   insinto "${VENDOR_LIB}"/gnump3d/lang
-   doins lib/gnump3d/lang/*.pm
-
-   dobin bin/gnump3d2 bin/gnump3d-top bin/gnump3d-index
-   dosym /usr/bin/gnump3d2 /usr/bin/gnump3d
-   doman man/*.1
-
-   insinto /usr/share/gnump3d
-   doins -r templates/*
-
-   insinto /etc/gnump3d
-   doins etc/gnump3d.conf etc/mime.types etc/file.types
-   sed -e "s,PLUGINDIR,${VENDOR_LIB},g" -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
-   sed -e 's,^user *= *\(.*\)$,user = gnump3d,g' -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
-
-   dodoc AUTHORS ChangeLog DOWNSAMPLING PLUGINS README SUPPORT TODO
-
-   newinitd "${FILESDIR}"/${PN}.init.d gnump3d
-   newconfd "${FILESDIR}"/${PN}.conf.d gnump3d
-
-   keepdir /var/log/gnump3d
-   keepdir /var/cache/gnump3d/serving
-
-   fowners gnump3d:gnump3d /var/log/gnump3d /var/cache/gnump3d
-}
-
-pkg_postinst() {
-   elog "Please edit your /etc/gnump3d/gnump3d.conf before running"
-   elog "/etc/init.d/gnump3d start"
-   elog ""
-   elog "At the very least, you will need to change the root directory"
-   elog "where music is found.  By default, gnump3d will also listen"
-   elog "to any address on port "
-   elog ""
-   elog "You can optionally use sox to downmix the quality of streamed"
-   elog "music in realtime for slow connections."
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/, media-sound/gnump3d/files/

2021-07-13 Thread Conrad Kostecki
commit: d83298b328852bfea9774483510af278c1658bab
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jul 13 20:42:54 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul 13 20:55:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83298b3

media-sound/gnump3d: fix init script

Closes: https://bugs.gentoo.org/520558
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-sound/gnump3d/files/gnump3d.init.d-r1 | 40 +++
 media-sound/gnump3d/gnump3d-3.0-r4.ebuild   | 76 +
 2 files changed, 116 insertions(+)

diff --git a/media-sound/gnump3d/files/gnump3d.init.d-r1 
b/media-sound/gnump3d/files/gnump3d.init.d-r1
new file mode 100644
index 000..2ead467d788
--- /dev/null
+++ b/media-sound/gnump3d/files/gnump3d.init.d-r1
@@ -0,0 +1,40 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+extra_commands="index"
+
+depend() {
+   need net
+   after netmount nfsmount
+}
+
+start() {
+   ebegin "Starting gnump3d"
+
+   if [ ${DO_INDEX} -eq 1 ]; then
+   ebegin "Updating index of music files (may take a while for the 
first time)"
+   /usr/bin/gnump3d-index
+   eend $?
+   fi
+
+   start-stop-daemon --start --quiet --exec /usr/bin/gnump3d2 
--make-pidfile \
+   --pidfile /var/run/gnump3d.pid --background -- --quiet
+   eend $?
+}
+
+stop() {
+   ebegin "Stopping gnump3d"
+   start-stop-daemon --stop --quiet --pidfile /var/run/gnump3d.pid
+   eend $?
+}
+
+index() {
+   ebegin "Indexing music files"
+   /usr/bin/gnump3d-index
+   eend $?
+}
+
+start_pre() {
+   checkpath -d -o "gnump3d:gnump3d" -q "/var/cache/gnump3d" 
"/var/cache/gnump3d/serving"
+}

diff --git a/media-sound/gnump3d/gnump3d-3.0-r4.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r4.ebuild
new file mode 100644
index 000..fc1a65587ec
--- /dev/null
+++ b/media-sound/gnump3d/gnump3d-3.0-r4.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib perl-module
+
+DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files"
+HOMEPAGE="https://www.gnu.org/software/gnump3d/;
+SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86"
+IUSE="sox"
+
+DEPEND="
+   acct-group/gnump3d
+   acct-user/gnump3d
+"
+
+RDEPEND="
+   ${DEPEND}
+   sox? ( media-sound/sox )
+"
+
+RESTRICT="test"
+
+pkg_setup() {
+   LIBDIR=/usr/$(get_libdir)
+}
+
+src_compile() { :; }
+
+src_install() {
+   perl_set_version
+
+   insinto "${VENDOR_LIB}"/gnump3d
+   doins lib/gnump3d/*.pm
+   insinto "${VENDOR_LIB}"/gnump3d/plugins
+   doins lib/gnump3d/plugins/*.pm
+   insinto "${VENDOR_LIB}"/gnump3d/lang
+   doins lib/gnump3d/lang/*.pm
+
+   dobin bin/gnump3d2 bin/gnump3d-top bin/gnump3d-index
+   dosym /usr/bin/gnump3d2 /usr/bin/gnump3d
+   doman man/*.1
+
+   insinto /usr/share/gnump3d
+   doins -r templates/*
+
+   insinto /etc/gnump3d
+   doins etc/gnump3d.conf etc/mime.types etc/file.types
+   sed -e "s,PLUGINDIR,${VENDOR_LIB},g" -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
+   sed -e 's,^user *= *\(.*\)$,user = gnump3d,g' -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
+
+   dodoc AUTHORS ChangeLog DOWNSAMPLING PLUGINS README SUPPORT TODO
+
+   newinitd "${FILESDIR}"/${PN}.init.d-r1 gnump3d
+   newconfd "${FILESDIR}"/${PN}.conf.d gnump3d
+
+   keepdir /var/log/gnump3d
+   fowners gnump3d:gnump3d /var/log/gnump3d
+}
+
+pkg_postinst() {
+   elog "Please edit your /etc/gnump3d/gnump3d.conf before running"
+   elog "/etc/init.d/gnump3d start"
+   elog ""
+   elog "At the very least, you will need to change the root directory"
+   elog "where music is found.  By default, gnump3d will also listen"
+   elog "to any address on port "
+   elog ""
+   elog "You can optionally use sox to downmix the quality of streamed"
+   elog "music in realtime for slow connections."
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2021-07-13 Thread Conrad Kostecki
commit: 50fa019242a95ba7f045a5b7303e02dac7d0648d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jul 13 19:26:49 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul 13 20:55:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fa0192

media-sound/gnump3d: drop old version

Closes: https://bugs.gentoo.org/781332
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-sound/gnump3d/gnump3d-3.0-r2.ebuild | 72 ---
 1 file changed, 72 deletions(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
deleted file mode 100644
index 63c211a3695..000
--- a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PERL_EXPORT_PHASE_FUNCTIONS=no
-inherit multilib user perl-module
-
-DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files"
-HOMEPAGE="https://www.gnu.org/software/gnump3d/;
-SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86"
-IUSE="sox"
-
-RDEPEND="sox? ( media-sound/sox )"
-
-RESTRICT="test"
-
-pkg_setup() {
-   enewuser gnump3d '' '' '' nogroup
-   LIBDIR=/usr/$(get_libdir)
-}
-
-src_compile() { :; }
-
-src_install() {
-   perl_set_version
-
-   insinto "${VENDOR_LIB}"/gnump3d
-   doins lib/gnump3d/*.pm
-   insinto "${VENDOR_LIB}"/gnump3d/plugins
-   doins lib/gnump3d/plugins/*.pm
-   insinto "${VENDOR_LIB}"/gnump3d/lang
-   doins lib/gnump3d/lang/*.pm
-
-   dobin bin/gnump3d2 bin/gnump3d-top bin/gnump3d-index
-   dosym /usr/bin/gnump3d2 /usr/bin/gnump3d
-   doman man/*.1
-
-   insinto /usr/share/gnump3d
-   doins -r templates/*
-
-   insinto /etc/gnump3d
-   doins etc/gnump3d.conf etc/mime.types etc/file.types
-   sed -e "s,PLUGINDIR,${VENDOR_LIB},g" -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
-   sed -e 's,^user *= *\(.*\)$,user = gnump3d,g' -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
-
-   dodoc AUTHORS ChangeLog DOWNSAMPLING PLUGINS README SUPPORT TODO
-
-   newinitd "${FILESDIR}"/${PN}.init.d gnump3d
-   newconfd "${FILESDIR}"/${PN}.conf.d gnump3d
-
-   keepdir /var/log/gnump3d
-   keepdir /var/cache/gnump3d/serving
-
-   fowners gnump3d:nogroup /var/log/gnump3d /var/cache/gnump3d
-}
-
-pkg_postinst() {
-   elog "Please edit your /etc/gnump3d/gnump3d.conf before running"
-   elog "/etc/init.d/gnump3d start"
-   elog ""
-   elog "At the very least, you will need to change the root directory"
-   elog "where music is found.  By default, gnump3d will also listen"
-   elog "to any address on port "
-   elog ""
-   elog "You can optionally use sox to downmix the quality of streamed"
-   elog "music in realtime for slow connections."
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2021-07-13 Thread Conrad Kostecki
commit: 744f9162044409814d5c477ca422276cf82ca889
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jul 13 19:25:54 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul 13 20:55:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744f9162

media-sound/gnump3d: migrate to GLEP 81

Bug: https://bugs.gentoo.org/781332
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-sound/gnump3d/gnump3d-3.0-r3.ebuild | 78 +++
 1 file changed, 78 insertions(+)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r3.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r3.ebuild
new file mode 100644
index 000..67661e9529e
--- /dev/null
+++ b/media-sound/gnump3d/gnump3d-3.0-r3.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib perl-module
+
+DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files"
+HOMEPAGE="https://www.gnu.org/software/gnump3d/;
+SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86"
+IUSE="sox"
+
+DEPEND="
+   acct-group/gnump3d
+   acct-user/gnump3d
+"
+
+RDEPEND="
+   ${DEPEND}
+   sox? ( media-sound/sox )
+"
+
+RESTRICT="test"
+
+pkg_setup() {
+   LIBDIR=/usr/$(get_libdir)
+}
+
+src_compile() { :; }
+
+src_install() {
+   perl_set_version
+
+   insinto "${VENDOR_LIB}"/gnump3d
+   doins lib/gnump3d/*.pm
+   insinto "${VENDOR_LIB}"/gnump3d/plugins
+   doins lib/gnump3d/plugins/*.pm
+   insinto "${VENDOR_LIB}"/gnump3d/lang
+   doins lib/gnump3d/lang/*.pm
+
+   dobin bin/gnump3d2 bin/gnump3d-top bin/gnump3d-index
+   dosym /usr/bin/gnump3d2 /usr/bin/gnump3d
+   doman man/*.1
+
+   insinto /usr/share/gnump3d
+   doins -r templates/*
+
+   insinto /etc/gnump3d
+   doins etc/gnump3d.conf etc/mime.types etc/file.types
+   sed -e "s,PLUGINDIR,${VENDOR_LIB},g" -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
+   sed -e 's,^user *= *\(.*\)$,user = gnump3d,g' -i 
"${ED}/etc/gnump3d/gnump3d.conf" || die
+
+   dodoc AUTHORS ChangeLog DOWNSAMPLING PLUGINS README SUPPORT TODO
+
+   newinitd "${FILESDIR}"/${PN}.init.d gnump3d
+   newconfd "${FILESDIR}"/${PN}.conf.d gnump3d
+
+   keepdir /var/log/gnump3d
+   keepdir /var/cache/gnump3d/serving
+
+   fowners gnump3d:gnump3d /var/log/gnump3d /var/cache/gnump3d
+}
+
+pkg_postinst() {
+   elog "Please edit your /etc/gnump3d/gnump3d.conf before running"
+   elog "/etc/init.d/gnump3d start"
+   elog ""
+   elog "At the very least, you will need to change the root directory"
+   elog "where music is found.  By default, gnump3d will also listen"
+   elog "to any address on port "
+   elog ""
+   elog "You can optionally use sox to downmix the quality of streamed"
+   elog "music in realtime for slow connections."
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2019-10-05 Thread Michał Górny
commit: fffd698d5c539144d3040aca9083272d9f16ffa5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  5 07:17:11 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  5 07:17:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffd698d

media-sound/gnump3d: Drop old (EAPI=0)

Signed-off-by: Michał Górny  gentoo.org>

 media-sound/gnump3d/gnump3d-3.0-r1.ebuild | 74 ---
 1 file changed, 74 deletions(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r1.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r1.ebuild
deleted file mode 100644
index a0ceec63886..000
--- a/media-sound/gnump3d/gnump3d-3.0-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib user
-
-DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files"
-HOMEPAGE="https://www.gnu.org/software/gnump3d/;
-SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86"
-IUSE="sox"
-
-RDEPEND="dev-lang/perl
-   sox? ( media-sound/sox )"
-DEPEND="dev-lang/perl
-   sys-apps/sed"
-
-RESTRICT="test"
-
-pkg_setup() {
-   enewuser gnump3d '' '' '' nogroup
-   LIBDIR=/usr/$(get_libdir)
-}
-
-src_compile() { :; }
-
-src_install() {
-   PERLDIR="`perl bin/getlibdir`"
-
-   insinto ${PERLDIR}/gnump3d
-   doins lib/gnump3d/*.pm
-   insinto ${PERLDIR}/gnump3d/plugins
-   doins lib/gnump3d/plugins/*.pm
-   insinto ${PERLDIR}/gnump3d/lang
-   doins lib/gnump3d/lang/*.pm
-
-   dobin bin/gnump3d2 bin/gnump3d-top bin/gnump3d-index
-   dosym /usr/bin/gnump3d2 /usr/bin/gnump3d
-   doman man/*.1
-
-   insinto /usr/share/gnump3d
-   doins -r templates/*
-
-   insinto /etc/gnump3d
-   doins etc/gnump3d.conf etc/mime.types etc/file.types
-   dosed "s,PLUGINDIR,${PERLDIR},g" /etc/gnump3d/gnump3d.conf
-   dosed 's,^user *= *\(.*\)$,user = gnump3d,g' /etc/gnump3d/gnump3d.conf
-
-   dodoc AUTHORS ChangeLog DOWNSAMPLING PLUGINS README SUPPORT TODO
-
-   newinitd "${FILESDIR}"/${PN}.init.d gnump3d
-   newconfd "${FILESDIR}"/${PN}.conf.d gnump3d
-
-   keepdir /var/log/gnump3d
-   keepdir /var/cache/gnump3d/serving
-
-   fowners gnump3d:nogroup /var/log/gnump3d /var/cache/gnump3d
-}
-
-pkg_postinst() {
-   elog "Please edit your /etc/gnump3d/gnump3d.conf before running"
-   elog "/etc/init.d/gnump3d start"
-   elog ""
-   elog "At the very least, you will need to change the root directory"
-   elog "where music is found.  By default, gnump3d will also listen"
-   elog "to any address on port "
-   elog ""
-   elog "You can optionally use sox to downmix the quality of streamed"
-   elog "music in realtime for slow connections."
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2018-06-27 Thread Sergei Trofimovich
commit: 5c69c9a38869144bc6381c7690fbcd96c001ca1f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jun 27 22:00:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 27 22:13:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c69c9a3

media-sound/gnump3d: stable 3.0-r2 for ppc64, bug #658642

Bug: https://bugs.gentoo.org/658642
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 media-sound/gnump3d/gnump3d-3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
index 7dc7fb4d0e1..544be3a0564 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86"
 IUSE="sox"
 
 RDEPEND="sox? ( media-sound/sox )"



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2018-06-27 Thread Tobias Klausmann
commit: 0d642086baa660f01e29db6a975734c5415bb229
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Jun 27 07:25:09 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Jun 27 07:25:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d642086

media-sound/gnump3d-3.0-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/658642

 media-sound/gnump3d/gnump3d-3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
index 35dd3de65d4..7dc7fb4d0e1 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~ppc ~ppc64 sparc x86"
 IUSE="sox"
 
 RDEPEND="sox? ( media-sound/sox )"



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2018-06-25 Thread Aaron Bauman
commit: 4bc746b6b7bffad1c3f4985aa03ca851841063e9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jun 26 02:02:09 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 26 02:04:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc746b6

media-sound/gnump3d: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/gnump3d/gnump3d-3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
index 7394a04b0f3..35dd3de65d4 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
 IUSE="sox"
 
 RDEPEND="sox? ( media-sound/sox )"



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/

2018-06-21 Thread Sergei Trofimovich
commit: 6de1b89bc5999ce92baa23b02bc1d5fc0f556fc5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 21 16:50:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 21 19:21:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de1b89b

media-sound/gnump3d: stable 3.0-r2 for sparc

Bug: https://bugs.gentoo.org/658642
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

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

diff --git a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
index c0562eceec2..66a98527f1b 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86"
 IUSE="sox"
 
 RDEPEND="sox? ( media-sound/sox )"