* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/
@ 2019-04-06 15:17 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2019-04-06 15:17 UTC (permalink / raw
To: gentoo-commits
commit: e11b2f9bffa2284eeee95246545eb67aa49e6101
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Apr 6 11:36:30 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 15:16:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11b2f9b
media-sound/mp3splt: stable 2.6.2 for sparc, bug #682550
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-sound/mp3splt/mp3splt-2.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 88d0bf3cc76..33db751775c 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
IUSE="flac"
RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/
@ 2022-12-18 4:20 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-12-18 4:20 UTC (permalink / raw
To: gentoo-commits
commit: a6fa14a841a5e999e52170d571d5736222535af3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 03:24:45 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=a6fa14a8
media-sound/mp3splt: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/mp3splt/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-sound/mp3splt/metadata.xml b/media-sound/mp3splt/metadata.xml
index 1ed36ec4068f..d278731c33e9 100644
--- a/media-sound/mp3splt/metadata.xml
+++ b/media-sound/mp3splt/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] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/
@ 2021-03-26 15:18 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-03-26 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 1e6aee19c44412e5fe3979246be240d333a3b258
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 15:16:03 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 15:17:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6aee19
media-sound/mp3splt: use BDEPEND in EAPI 7, mulitlib.eclass--
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/mp3splt/mp3splt-2.6.2.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 70287bb74e7..dc62c47c651 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit multilib
-
-DESCRIPTION="a command line utility to split mp3 and ogg files without decoding"
+DESCRIPTION="A command line utility to split mp3 and ogg files without decoding"
HOMEPAGE="http://mp3splt.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -15,9 +13,11 @@ KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
IUSE="flac"
RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
- sys-devel/gettext"
+ sys-devel/gettext
+"
src_configure() {
econf \
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/
@ 2019-05-02 22:23 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2019-05-02 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 32ead82c6990472ab9898f48c81baa6c9abe0558
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu May 2 22:19:50 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu May 2 22:19:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ead82c
media-sound/mp3splt: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-sound/mp3splt/Manifest | 1 -
media-sound/mp3splt/mp3splt-2.6.1a.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/media-sound/mp3splt/Manifest b/media-sound/mp3splt/Manifest
index bb3b9ba847d..89424e5d430 100644
--- a/media-sound/mp3splt/Manifest
+++ b/media-sound/mp3splt/Manifest
@@ -1,2 +1 @@
-DIST mp3splt-2.6.1a.tar.gz 260476 BLAKE2B d40555eb98886ef229baade1c390498d2fb3bdb79f9efb3e8ff286c7db70165b9c18d5bf4c331c175fad937d2eb85d1419f5e15b8fc31fb60d07ed02d7e39e24 SHA512 5c0f6a56e09c0b33f83360bc4ea5d4c9398fa6ec9bc39e7e9ab34b0ff19e46ddacbbc69ff51953ee399f1a172f2d634c57c256abdfe51def593e5f981490cc17
DIST mp3splt-2.6.2.tar.gz 260901 BLAKE2B 49b45f53fd1a646993aadb6c18fb0cf7530b61f3ab5ddcf7bf220a6cdbde9844dfa048f22c10c1c89ceff2a5f77744b17c70e1aae7120300c606316b0a48eb0a SHA512 c1cbdc905d4f19e8e20afeadf02a2967049d86e69613312c8855e03afc5b190a569ac63f970171384853961cbe6bf248fae47e5116c4fe9deb7a0787f299918b
diff --git a/media-sound/mp3splt/mp3splt-2.6.1a.ebuild b/media-sound/mp3splt/mp3splt-2.6.1a.ebuild
deleted file mode 100644
index f562912f62d..00000000000
--- a/media-sound/mp3splt/mp3splt-2.6.1a.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit multilib
-
-DESCRIPTION="a command line utility to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="flac"
-
-RDEPEND="~media-libs/libmp3splt-0.9.1a[flac?]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_configure() {
- econf \
- --enable-oggsplt_symlink \
- $(use_enable flac flacsplt_symlink) \
- --disable-dependency-tracking
-}
-
-src_install() {
- default
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/
@ 2019-05-02 21:49 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2019-05-02 21:49 UTC (permalink / raw
To: gentoo-commits
commit: 8b6f93d86ba6454a1ce16c84936f3bff3a07ff0f
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu May 2 21:49:18 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu May 2 21:49:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6f93d8
media-sound/mp3splt: alpha stable wrt bug #682550
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"
media-sound/mp3splt/mp3splt-2.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 00392c2e4b6..267738aeb64 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
IUSE="flac"
RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/
@ 2019-04-28 22:06 Thomas Deutschmann
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2019-04-28 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 373d522dcf5683b469e08a3591032395fc4c9329
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 21:59:46 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 22:05:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373d522d
media-sound/mp3splt: x86 stable (bug #682550)
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-sound/mp3splt/mp3splt-2.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 0d1020409e7..00392c2e4b6 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
IUSE="flac"
RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/
@ 2019-04-06 16:51 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2019-04-06 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 2902d3b31eebd8f2d1d6fa91184809ce5478ea5b
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 6 16:51:06 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 16:51:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2902d3b3
media-sound/mp3splt: amd64 stable wrt bug #682550
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-sound/mp3splt/mp3splt-2.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 33db751775c..0d1020409e7 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
IUSE="flac"
RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/
@ 2019-04-04 20:36 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2019-04-04 20:36 UTC (permalink / raw
To: gentoo-commits
commit: c20b5b757edbee6098584566a9b3ad36d2c92a46
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 4 20:30:40 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr 4 20:36:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20b5b75
media-sound/mp3splt: bump EAPI and fix depends
* Package having a hard depends is blocking the removal of older and
vulnerable media-libs/libmp3splt ebuilds.
* Trivial EAPI bump before stabilization of package
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-sound/mp3splt/mp3splt-2.6.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
index 58e3c10e0a2..88d0bf3cc76 100644
--- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit multilib
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="flac"
-RDEPEND="~media-libs/libmp3splt-0.9.2[flac?]"
+RDEPEND=">=media-libs/libmp3splt-0.9.2-r1[flac?]"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/gettext"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/
@ 2015-08-15 9:26 Alexis Ballier
0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2015-08-15 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 96df86f25ab177ac19ac81cca55c8c6bd1df8bf7
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 09:25:44 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 09:25:44 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96df86f2
media-sound/mp3splt: Bump to 2.6.2
Package-Manager: portage-2.2.20.1
media-sound/mp3splt/Manifest | 1 +
media-sound/mp3splt/mp3splt-2.6.2.ebuild | 33 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/media-sound/mp3splt/Manifest b/media-sound/mp3splt/Manifest
index 14dbab5..793187a 100644
--- a/media-sound/mp3splt/Manifest
+++ b/media-sound/mp3splt/Manifest
@@ -1 +1,2 @@
DIST mp3splt-2.6.1a.tar.gz 260476 SHA256 9cd24b7483bbca7bf4a1c306fbf2afc2bb111defd0d88e9d87f642c1b519bb50 SHA512 5c0f6a56e09c0b33f83360bc4ea5d4c9398fa6ec9bc39e7e9ab34b0ff19e46ddacbbc69ff51953ee399f1a172f2d634c57c256abdfe51def593e5f981490cc17 WHIRLPOOL a511c8627afcce86ec290c76628520b0f520c94445ee13bf8ad1c47ab344c485035ab9061f2bfa6522a4a19cbb232dc131f27b1b80f2b6ee2843b2c7f6de9b43
+DIST mp3splt-2.6.2.tar.gz 260901 SHA256 3ec32b10ddd8bb11af987b8cd1c76382c48d265d0ffda53041d9aceb1f103baa SHA512 c1cbdc905d4f19e8e20afeadf02a2967049d86e69613312c8855e03afc5b190a569ac63f970171384853961cbe6bf248fae47e5116c4fe9deb7a0787f299918b WHIRLPOOL aa79c18f6da4c0f319721da55132d7b4b9420d08eb5c1230156a585d46ee5e276372ef5cd18f4a94fe12921a4a63ca7338b23739d13154f2f9c11dd6e29ebc34
diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
new file mode 100644
index 0000000..23f9a38
--- /dev/null
+++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib
+
+DESCRIPTION="a command line utility to split mp3 and ogg files without decoding"
+HOMEPAGE="http://mp3splt.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="flac"
+
+RDEPEND="~media-libs/libmp3splt-0.9.2[flac?]"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ sys-devel/gettext"
+
+src_configure() {
+ econf \
+ --enable-oggsplt_symlink \
+ $(use_enable flac flacsplt_symlink) \
+ --disable-dependency-tracking
+}
+
+src_install() {
+ default
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-12-18 4:20 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-06 15:17 [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2022-12-18 4:20 Sam James
2021-03-26 15:18 Sam James
2019-05-02 22:23 Aaron Bauman
2019-05-02 21:49 Mikle Kolyada
2019-04-28 22:06 Thomas Deutschmann
2019-04-06 16:51 Aaron Bauman
2019-04-04 20:36 Aaron Bauman
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