public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/
@ 2015-08-15  9:26 Alexis Ballier
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2015-08-15  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2e773795961109f05266108fd0d746f64b784461
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 09:26:22 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 09:26:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e773795

media-sound/mp3splt-gtk: Bump to 0.9.2

Package-Manager: portage-2.2.20.1

 media-sound/mp3splt-gtk/Manifest                 |  1 +
 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild | 58 ++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/media-sound/mp3splt-gtk/Manifest b/media-sound/mp3splt-gtk/Manifest
index da15baa..4e13bef 100644
--- a/media-sound/mp3splt-gtk/Manifest
+++ b/media-sound/mp3splt-gtk/Manifest
@@ -1,4 +1,5 @@
 DIST mp3splt-gtk-0.7.3.tar.gz 1166328 SHA256 7300383453ca8d3268776163e2afb9b03a0d907d2f29ec6fc1826b41679d4e1c SHA512 070d9aabfe3eed77f596051b2a750dff3a36f1a37e233d6d6498dae4688a48770a87730b3c2e9c1c775a28e834590d84027030fd6f994ffa890c685c9f8bd809 WHIRLPOOL e0b42f51a552d0b372054b5a55d6f1e9e3ee35f20363999bfcb7a34436515a831f3b20b4ca40723cd5614b63e405e46530621d16167954c986f320f8876b9cc0
 DIST mp3splt-gtk-0.9.1.tar.gz 1079894 SHA256 3c9db4b6ec26cd55c91b7fe30b8b6236555b95012cd8abdc4c949e6ae45c8194 SHA512 7596e8341b8cd5f0592f310665bd178d04e8c46b43e51a2df4fb0d6acac64e5be66aeb58f072acbbf9597578c5126f28eb3734e8d24e020669db7b2b94ef6a65 WHIRLPOOL ce701110d5c855c1872ca1c83aa7e13c8e95c307e9cea43545a9d77017dac1c13c7bddaaf129ba00ef6be8f2f4a1a3aae57e29df7b3361830a54643d0bfa85fc
 DIST mp3splt-gtk-0.9.1a.tar.gz 1079260 SHA256 5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718 SHA512 9eea51063350d7644a96150332a3e88a35ba5e94bda07043d03dc93fe1b6ff656e55f8d7e564248d54004e44e0f9f4677c63a456a8a65a18be63417e47b524aa WHIRLPOOL 75e7c3c87d60fd0d4dead656cab4560dc13a69c70a18de776127875fff6804e92c7311d60f88a9115d7bbfab66d22718e6de334480e7faab9017f94a03131afd
+DIST mp3splt-gtk-0.9.2.tar.gz 1070580 SHA256 2084cc942b5d1aa6ff74848a41d05cb37876cbc74dfdc341ceb424c763887650 SHA512 e837cbc0759cd6535fc466099a170d066ab72b4854f8546f524261fe660887f5d2add60d9fa1e19d68d811004c682a324b5bcba86aa8cb89ae1ad2bc2f9b1d9d WHIRLPOOL fbf430cb2ca087d2ebc9b1d98a2f9b693c14a84bc3714bf7968c75d9d9430099c84f8f884485c71b41cb9a70ba531ec80e9131e19342d033f89d4c14f7c6c15c
 DIST mp3splt-gtk-0.9.tar.gz 1061200 SHA256 6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5 SHA512 0966e08fb8aef75feb6d3ffea7377ce39376739b1c6d97cb5729e627829d99e0b56011d625cfea26c76a39f7a2ff2a941fef92b4ab85a9c83f99ef1c55c6a87f WHIRLPOOL 14d64a728364139fabfe4851886fc0bdc98121f2ef8c8642f9d30b37cfdf143b3e8434aaac600fda0c80d38afdb8f13a2423e53904cc0cf446d187193d426bf4

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild
new file mode 100644
index 0000000..798d634
--- /dev/null
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils versionator autotools multilib
+
+DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding"
+HOMEPAGE="http://mp3splt.sourceforge.net"
+SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="audacious doc gnome gstreamer nls"
+
+RDEPEND="~media-libs/libmp3splt-0.9.2
+	x11-libs/gtk+:3
+	audacious? ( >=media-sound/audacious-3.0 )
+	!audacious? ( dev-libs/dbus-glib )
+	gstreamer? ( media-libs/gstreamer:1.0
+		media-plugins/gst-plugins-meta:1.0[mp3] )
+	gnome? ( gnome-base/libgnomeui )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	gnome? ( app-text/gnome-doc-utils app-text/rarian )
+	nls? ( sys-devel/gettext )"
+
+src_prepare() {
+	if use audacious; then
+		sed -i \
+			-e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
+			src/Makefile.am || die
+	fi
+
+	eautoreconf
+}
+
+src_configure() {
+	local myconf
+
+	use nls || myconf+=" --disable-nls"
+	use audacious || myconf+=" --disable-audacious"
+	use gstreamer || myconf+=" --disable-gstreamer"
+
+	econf \
+		--disable-dependency-tracking \
+		$(use_enable gnome) \
+		$(use_enable doc doxygen_doc) \
+		--disable-cutter \
+		${myconf}
+}
+
+src_install() {
+	default
+	dodoc AUTHORS ChangeLog NEWS README
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/
@ 2016-11-27 12:02 Pacho Ramos
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2016-11-27 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e5a0d3e8110dae95cfd124ec47151738344253ae
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 11:58:33 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 12:02:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a0d3e8

media-sound/mp3splt-gtk: Disable the obsolete gnome support as it only adds deps on completely dead stuff

Package-Manager: portage-2.3.2

 .../mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild        | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
new file mode 100644
index 00000000..4333e45
--- /dev/null
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit versionator autotools multilib
+
+DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding"
+HOMEPAGE="http://mp3splt.sourceforge.net"
+SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="audacious doc gstreamer nls"
+
+RDEPEND="
+	~media-libs/libmp3splt-0.9.2
+	x11-libs/gtk+:3
+	audacious? ( >=media-sound/audacious-3.0 )
+	!audacious? ( dev-libs/dbus-glib )
+	gstreamer? (
+		media-libs/gstreamer:1.0
+		media-plugins/gst-plugins-meta:1.0[mp3] )
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )
+"
+
+src_prepare() {
+	default
+
+	if use audacious; then
+		sed -i \
+			-e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
+			src/Makefile.am || die
+	fi
+
+	eautoreconf
+}
+
+src_configure() {
+	local myconf
+
+	use nls || myconf+=" --disable-nls"
+	use audacious || myconf+=" --disable-audacious"
+	use gstreamer || myconf+=" --disable-gstreamer"
+
+	econf \
+		--disable-gnome \
+		$(use_enable doc doxygen_doc) \
+		--disable-cutter \
+		${myconf}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/
@ 2016-11-27 12:02 Pacho Ramos
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2016-11-27 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3f715effff34771e2ce3ae6c5a9b3aa3f22d4cfb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 11:59:36 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 12:02:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f715eff

media-sound/mp3splt-gtk: Cleanup

Package-Manager: portage-2.3.2

 media-sound/mp3splt-gtk/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-sound/mp3splt-gtk/metadata.xml b/media-sound/mp3splt-gtk/metadata.xml
index 29235f1..19ed72c 100644
--- a/media-sound/mp3splt-gtk/metadata.xml
+++ b/media-sound/mp3splt-gtk/metadata.xml
@@ -7,7 +7,6 @@
 	</maintainer>
 	<use>
 		<flag name="audacious">Include <pkg>media-sound/audacious</pkg> support</flag>
-		<flag name="gtk3">Link against <pkg>x11-libs/gtk+</pkg>:3 instead of <pkg>x11-libs/gtk+</pkg>:2</flag>
 	</use>
 	<upstream>
 		<remote-id type="sourceforge">mp3splt</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/
@ 2016-12-31 22:20 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2016-12-31 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7d96443f212ca2b6526921f37b5322a434eddbc3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 31 22:19:34 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Dec 31 22:20:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d96443f

media-sound/mp3splt-gtk: amd64 stable wrt bug #600980

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index 4333e45..4e2388e 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="audacious doc gstreamer nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/
@ 2018-05-20  0:33 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-05-20  0:33 UTC (permalink / raw
  To: gentoo-commits

commit:     608a914ce01ca5184fc62657720cc781b2075fb8
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 19 07:14:54 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=608a914c

media-sound/mp3splt-gtk: remove old

 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild | 57 ------------------------
 1 file changed, 57 deletions(-)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild
deleted file mode 100644
index c6495c8a830..00000000000
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils versionator autotools multilib
-
-DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="audacious doc gnome gstreamer nls"
-
-RDEPEND="~media-libs/libmp3splt-0.9.2
-	x11-libs/gtk+:3
-	audacious? ( >=media-sound/audacious-3.0 )
-	!audacious? ( dev-libs/dbus-glib )
-	gstreamer? ( media-libs/gstreamer:1.0
-		media-plugins/gst-plugins-meta:1.0[mp3] )
-	gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	gnome? ( app-text/gnome-doc-utils app-text/rarian )
-	nls? ( sys-devel/gettext )"
-
-src_prepare() {
-	if use audacious; then
-		sed -i \
-			-e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
-			src/Makefile.am || die
-	fi
-
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-
-	use nls || myconf+=" --disable-nls"
-	use audacious || myconf+=" --disable-audacious"
-	use gstreamer || myconf+=" --disable-gstreamer"
-
-	econf \
-		--disable-dependency-tracking \
-		$(use_enable gnome) \
-		$(use_enable doc doxygen_doc) \
-		--disable-cutter \
-		${myconf}
-}
-
-src_install() {
-	default
-	dodoc AUTHORS ChangeLog NEWS README
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/
@ 2019-04-04 20:43 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2019-04-04 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e4e742c6e178b4ef695a8139b32e0945e52c2a8e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  4 20:43:17 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr  4 20:43:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e742c6

media-sound/mp3splt-gtk: fix DEPENDS

*Adjust hard depends on libmp3splt

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index 771bf3e83a7..741682ebf20 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="audacious doc gstreamer nls"
 
 RDEPEND="
-	~media-libs/libmp3splt-0.9.2
+	>=media-libs/libmp3splt-0.9.2
 	x11-libs/gtk+:3
 	audacious? ( >=media-sound/audacious-3.0 )
 	!audacious? ( dev-libs/dbus-glib )


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/
@ 2019-12-08 12:04 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-12-08 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     69034b0c6c002c17c0af519805698e5ab38b3b91
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 10:52:39 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 12:04:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69034b0c

media-sound/mp3splt-gtk: Drop USE audacious

Closes: https://bugs.gentoo.org/521176
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/mp3splt-gtk/metadata.xml                |  3 ---
 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 17 +++++------------
 2 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/media-sound/mp3splt-gtk/metadata.xml b/media-sound/mp3splt-gtk/metadata.xml
index 19ed72cab9b..fa7e71f336a 100644
--- a/media-sound/mp3splt-gtk/metadata.xml
+++ b/media-sound/mp3splt-gtk/metadata.xml
@@ -5,9 +5,6 @@
 		<email>sound@gentoo.org</email>
 		<name>Gentoo Sound project</name>
 	</maintainer>
-	<use>
-		<flag name="audacious">Include <pkg>media-sound/audacious</pkg> support</flag>
-	</use>
 	<upstream>
 		<remote-id type="sourceforge">mp3splt</remote-id>
 	</upstream>

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index 741682ebf20..d0f02f52dc9 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit versionator autotools multilib
+
+inherit versionator autotools
 
 DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding"
 HOMEPAGE="http://mp3splt.sourceforge.net"
@@ -11,13 +12,12 @@ SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="audacious doc gstreamer nls"
+IUSE="doc gstreamer nls"
 
 RDEPEND="
 	>=media-libs/libmp3splt-0.9.2
 	x11-libs/gtk+:3
-	audacious? ( >=media-sound/audacious-3.0 )
-	!audacious? ( dev-libs/dbus-glib )
+	dev-libs/dbus-glib
 	gstreamer? (
 		media-libs/gstreamer:1.0
 		media-plugins/gst-plugins-meta:1.0[mp3] )
@@ -29,13 +29,6 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
 	default
-
-	if use audacious; then
-		sed -i \
-			-e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
-			src/Makefile.am || die
-	fi
-
 	eautoreconf
 }
 
@@ -43,10 +36,10 @@ src_configure() {
 	local myconf
 
 	use nls || myconf+=" --disable-nls"
-	use audacious || myconf+=" --disable-audacious"
 	use gstreamer || myconf+=" --disable-gstreamer"
 
 	econf \
+		--disable-audacious \
 		--disable-gnome \
 		$(use_enable doc doxygen_doc) \
 		--disable-cutter \


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/
@ 2020-04-12 11:02 Sergei Trofimovich
  0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2020-04-12 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a90f739439a322ab850b41e544ec8790188deca2
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Apr 12 10:31:43 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 11:02:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90f7394

media-sound/mp3splt-gtk: drop to ~sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index d0f02f52dc9..edd740e0856 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="doc gstreamer nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/
@ 2020-09-03 10:08 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2020-09-03 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a4c0704682f920088100310a1b4305202e846262
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Sep  2 10:47:59 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 10:08:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c07046

media-sound/mp3splt-gtk: update desktop mimeinfo cache

Closes: https://bugs.gentoo.org/736491
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
index 9355f823068..0e4839d68d4 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools
+inherit autotools xdg
 
 DESCRIPTION="A GTK+ based utility to split mp3 and ogg files without decoding"
 HOMEPAGE="http://mp3splt.sourceforge.net"


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/
@ 2022-12-18  4:20 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-12-18  4:20 UTC (permalink / raw
  To: gentoo-commits

commit:     dbc5c480b9b19f6f136a66c9b58304f3386c7351
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 03:25:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 04:01:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc5c480

media-sound/mp3splt-gtk: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/mp3splt-gtk/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/mp3splt-gtk/metadata.xml b/media-sound/mp3splt-gtk/metadata.xml
index 1ed36ec4068f..d278731c33e9 100644
--- a/media-sound/mp3splt-gtk/metadata.xml
+++ b/media-sound/mp3splt-gtk/metadata.xml
@@ -6,6 +6,7 @@
 		<name>Gentoo Sound project</name>
 	</maintainer>
 	<upstream>
+		<remote-id type="github">mp3splt/mp3splt</remote-id>
 		<remote-id type="sourceforge">mp3splt</remote-id>
 	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2022-12-18  4:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-27 12:02 [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2022-12-18  4:20 Sam James
2020-09-03 10:08 Joonas Niilola
2020-04-12 11:02 Sergei Trofimovich
2019-12-08 12:04 Andreas Sturmlechner
2019-04-04 20:43 Aaron Bauman
2018-05-20  0:33 Aaron Bauman
2016-12-31 22:20 Agostino Sarubbo
2016-11-27 12:02 Pacho Ramos
2015-08-15  9:26 Alexis Ballier

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