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

commit:     a25fbd1155758f63da50e4c5ce97f32e180417e5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 09:24:52 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 09:24:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25fbd11

media-libs/libmp3splt: Bump to 0.9.2

Package-Manager: portage-2.2.20.1

 media-libs/libmp3splt/Manifest                |  1 +
 media-libs/libmp3splt/libmp3splt-0.9.2.ebuild | 52 +++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/media-libs/libmp3splt/Manifest b/media-libs/libmp3splt/Manifest
index 9d6b9ad..7906fcb 100644
--- a/media-libs/libmp3splt/Manifest
+++ b/media-libs/libmp3splt/Manifest
@@ -2,3 +2,4 @@ DIST libmp3splt-0.7.3.tar.gz 650741 SHA256 0b43d5a0407bc15db2c5922e3b41c92b8c0bc
 DIST libmp3splt-0.9.0.tar.gz 686054 SHA256 253352ed668f9454505d02e95c7d02af532b72a152689992e90a7e60bce1b4da SHA512 63624c9982fc2ab88e62fa29f16c5777f7689d19c3eecaceda83e7679cac9a64081e8ad2555403fe3bd0be0af2f7dedc02307254f5923b3f2856accc0f3e585a WHIRLPOOL d2899857310a701bf600c20137ee77b2f984f2c1216552994c2e9d2179b5e829cf1b75d5de80c0d1642b61dfc34537af7046a452d0f70d68ba4a434c01a360c2
 DIST libmp3splt-0.9.1.tar.gz 703040 SHA256 aabbdf3600796bba3591f62a1b9137237e7e90a931b719feccd1b2644c4b599d SHA512 a95f5a5e622baca6ea87e7c8d2c2da3bda8b9c91761506392efea848e433045b8a304b774d12fef5a93c7c75d64c65b5df45a37d936bbbc91c1ddb2f8ac1d670 WHIRLPOOL 3c7ea8ac37443fcaf665fb811107f1a23d31ee07d3f8989fa737a3fa7675cc66feb683c64c365a74608ba734004514f938a8a30fea29f440234d6a4e09cc578e
 DIST libmp3splt-0.9.1a.tar.gz 702948 SHA256 6528f301ad9877be7dc640e2a8aadebeb6c723536f28ac107920c8a96493461c SHA512 07229c048c4f999c7c723ab2f7bb06807d264609c8c1e38f8ff40f11e54285212de71548bbd66ba3100287d563673d80a8704bd384d7ffcd2145a098faabd389 WHIRLPOOL 5656a34bc35ecad1d06bc8eead154ea8b7083d86786345e1222246c781b42390a91780156d4fd71dd5e97ccfce0844d89a00de677e12c2f8e0ece8b5aa75cf6e
+DIST libmp3splt-0.9.2.tar.gz 707598 SHA256 30eed64fce58cb379b7cc6a0d8e545579cb99d0f0f31eb00b9acc8aaa1b035dc SHA512 e5c98e8b173bc86302ccee4ca5eb0c8a8d93f225357eb7b14dea8d0700ed62ed6316506c182f6b295130f7924ff0b38e865d5e49fa9cd7882c648360d68872ed WHIRLPOOL 58316aabf6f209982461c3d7e205af19fcf491630c924388db94411239ebefe018e541ebdf189256433365e1ddaefc6c46c5651479b8f391be9b4629bd3fafb5

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild
new file mode 100644
index 0000000..e092ba6
--- /dev/null
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit versionator autotools eutils multilib
+
+DESCRIPTION="a library for mp3splt to split mp3 and ogg files without decoding"
+HOMEPAGE="http://mp3splt.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc flac pcre"
+
+RDEPEND="media-libs/libmad
+	media-libs/libvorbis
+	media-libs/libogg
+	media-libs/libid3tag
+	flac? ( >=media-libs/flac-1.2.1 )
+	pcre? ( dev-libs/libpcre )"
+DEPEND="${RDEPEND}
+	doc? ( >=app-doc/doxygen-1.8.3.1 media-gfx/graphviz )
+	sys-apps/findutils"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-0.7-libltdl.patch
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-dependency-tracking \
+		--disable-static \
+		$(use_enable pcre) \
+		$(use_enable flac) \
+		$(use_enable doc doxygen_doc) \
+		--docdir=/usr/share/doc/${PF} \
+		--disable-optimise \
+		--disable-cutter  # TODO package cutter <http://cutter.sourceforge.net/>
+}
+
+src_install() {
+	default
+	use	doc && docompress -x /usr/share/doc/${PF}/doxygen/${PN}_ico.svg
+
+	dodoc AUTHORS ChangeLog LIMITS NEWS README TODO
+
+	find "${D}"/usr -name '*.la' -delete
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2016-05-23 14:16 Tobias Klausmann
  0 siblings, 0 replies; 22+ messages in thread
From: Tobias Klausmann @ 2016-05-23 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d3000cb0d410e20be57e93eb0b0c66e7a6460656
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 14:15:32 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon May 23 14:15:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3000cb0

media-libs/libmp3splt-0.9.2-r0: add alpha keyword

Gentoo-Bug: 558684

Package-Manager: portage-2.3.0_rc1

 media-libs/libmp3splt/libmp3splt-0.9.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild
index 8716e09..f288649 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN:3}/${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="doc flac pcre"
 
 RDEPEND="media-libs/libmad


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2018-05-05 19:26 Aaron Bauman
  0 siblings, 0 replies; 22+ messages in thread
From: Aaron Bauman @ 2018-05-05 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2431f4dfc31232d07f4cd841b02ec84b77456284
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May  5 02:09:22 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May  5 19:26:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2431f4df

media-libs/libmp3splt: drop old EAPI ebuilds

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8267

 media-libs/libmp3splt/Manifest                |  3 --
 media-libs/libmp3splt/libmp3splt-0.7.3.ebuild | 44 -----------------------
 media-libs/libmp3splt/libmp3splt-0.9.0.ebuild | 50 ---------------------------
 media-libs/libmp3splt/libmp3splt-0.9.1.ebuild | 50 ---------------------------
 4 files changed, 147 deletions(-)

diff --git a/media-libs/libmp3splt/Manifest b/media-libs/libmp3splt/Manifest
index 5b40f599713..a5278538140 100644
--- a/media-libs/libmp3splt/Manifest
+++ b/media-libs/libmp3splt/Manifest
@@ -1,5 +1,2 @@
-DIST libmp3splt-0.7.3.tar.gz 650741 BLAKE2B 8e2486bb66549e08bb334c52a677503b6db1f5f5e8049ffc2120eb1e9f05e3e32c6e61a12a871b3f07aad03067c1bb510cedaf1c9f4cfd31ba2f644c72a26bf4 SHA512 4ad158e47ce03626bf6493575a9adff51c709d5a7827c96cc18a56303cf709e7076081d0c3d2cfc8d22173bfd40e3ea7b750ade44a155f690e2ce0d394a2ebc7
-DIST libmp3splt-0.9.0.tar.gz 686054 BLAKE2B 739723f7fd0886e7a582b59bd9bf4bf2ec286a65d5154a6d7a74ce517909e4c87287bce88d3881fb222937593feb7d9bc479b6f0a64cfa9dd19b2fcc75ee84ec SHA512 63624c9982fc2ab88e62fa29f16c5777f7689d19c3eecaceda83e7679cac9a64081e8ad2555403fe3bd0be0af2f7dedc02307254f5923b3f2856accc0f3e585a
-DIST libmp3splt-0.9.1.tar.gz 703040 BLAKE2B 7f7541a076940275fc03391fe33e601008d60b7c83c970db9893c4f4d0b4b68f170efdc7fadc41dcc64a8e3858b5668aff21abc3870a33b89b308c825b3dda93 SHA512 a95f5a5e622baca6ea87e7c8d2c2da3bda8b9c91761506392efea848e433045b8a304b774d12fef5a93c7c75d64c65b5df45a37d936bbbc91c1ddb2f8ac1d670
 DIST libmp3splt-0.9.1a.tar.gz 702948 BLAKE2B 96661e2fdc96d1ce4555bfc9b84f44bb1ecf9bd05f6b6038274a3097a657707bb6c6ef8b2b6ecf673c390f52a1885a6c91b555c1971d490df7089523d0739329 SHA512 07229c048c4f999c7c723ab2f7bb06807d264609c8c1e38f8ff40f11e54285212de71548bbd66ba3100287d563673d80a8704bd384d7ffcd2145a098faabd389
 DIST libmp3splt-0.9.2.tar.gz 707598 BLAKE2B 4e8223472a7cd05d71d7df81a88b7d545a726a45d62dc6284d694e8cf8ad9406b037e274dbe28f2cf95febc87d8ba30aa15291f58df95b83a3aa0b5d3469ffea SHA512 e5c98e8b173bc86302ccee4ca5eb0c8a8d93f225357eb7b14dea8d0700ed62ed6316506c182f6b295130f7924ff0b38e865d5e49fa9cd7882c648360d68872ed

diff --git a/media-libs/libmp3splt/libmp3splt-0.7.3.ebuild b/media-libs/libmp3splt/libmp3splt-0.7.3.ebuild
deleted file mode 100644
index 67392dfcdb1..00000000000
--- a/media-libs/libmp3splt/libmp3splt-0.7.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit versionator autotools eutils multilib
-
-DESCRIPTION="a library for mp3splt to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="doc pcre"
-
-RDEPEND="media-libs/libmad
-	media-libs/libvorbis
-	media-libs/libogg
-	media-libs/libid3tag
-	pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen media-gfx/graphviz )
-	sys-apps/findutils"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.7-libltdl.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		--disable-static \
-		$(use_enable pcre) \
-		$(use_enable doc doxygen_doc) \
-		--docdir=/usr/share/doc/${PF} \
-		--disable-cutter  # TODO package cutter <http://cutter.sourceforge.net/>
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog LIMITS NEWS README TODO || die
-	find "${D}"/usr -name '*.la' -delete
-}

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.0.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.0.ebuild
deleted file mode 100644
index 4bcca579b4a..00000000000
--- a/media-libs/libmp3splt/libmp3splt-0.9.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit versionator autotools eutils multilib
-
-DESCRIPTION="a library for mp3splt to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="doc flac pcre"
-
-RDEPEND="media-libs/libmad
-	media-libs/libvorbis
-	media-libs/libogg
-	media-libs/libid3tag
-	flac? ( >=media-libs/flac-1.2.1 )
-	pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-	doc? ( >=app-doc/doxygen-1.8.3.1 media-gfx/graphviz )
-	sys-apps/findutils"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.7-libltdl.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		--disable-static \
-		$(use_enable pcre) \
-		$(use_enable flac) \
-		$(use_enable doc doxygen_doc) \
-		--docdir=/usr/share/doc/${PF} \
-		--disable-optimise \
-		--disable-cutter  # TODO package cutter <http://cutter.sourceforge.net/>
-}
-
-src_install() {
-	default
-	use	doc && docompress -x /usr/share/doc/${PF}/doxygen/${PN}_ico.svg
-
-	dodoc AUTHORS ChangeLog LIMITS NEWS README TODO
-
-	find "${D}"/usr -name '*.la' -delete
-}

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.1.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.1.ebuild
deleted file mode 100644
index a87df6ca43f..00000000000
--- a/media-libs/libmp3splt/libmp3splt-0.9.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit versionator autotools eutils multilib
-
-DESCRIPTION="a library for mp3splt to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
-IUSE="doc flac pcre"
-
-RDEPEND="media-libs/libmad
-	media-libs/libvorbis
-	media-libs/libogg
-	media-libs/libid3tag
-	flac? ( >=media-libs/flac-1.2.1 )
-	pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-	doc? ( >=app-doc/doxygen-1.8.3.1 media-gfx/graphviz )
-	sys-apps/findutils"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.7-libltdl.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		--disable-static \
-		$(use_enable pcre) \
-		$(use_enable flac) \
-		$(use_enable doc doxygen_doc) \
-		--docdir=/usr/share/doc/${PF} \
-		--disable-optimise \
-		--disable-cutter  # TODO package cutter <http://cutter.sourceforge.net/>
-}
-
-src_install() {
-	default
-	use	doc && docompress -x /usr/share/doc/${PF}/doxygen/${PN}_ico.svg
-
-	dodoc AUTHORS ChangeLog LIMITS NEWS README TODO
-
-	find "${D}"/usr -name '*.la' -delete
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2018-05-07  0:24 Thomas Deutschmann
  0 siblings, 0 replies; 22+ messages in thread
From: Thomas Deutschmann @ 2018-05-07  0:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9b743745d412bc25c90f69b978ef9e806f9f6cba
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon May  7 00:21:37 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon May  7 00:24:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b743745

media-libs/libmp3splt: x86 stable (bug #633840)

Package-Manager: Portage-2.3.34, Repoman-2.3.9

 media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
index 0427694ed0b..0df68c86d41 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN:3}/${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="doc flac pcre"
 
 RDEPEND="media-libs/libmad


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2018-05-07  9:01 Agostino Sarubbo
  0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2018-05-07  9:01 UTC (permalink / raw
  To: gentoo-commits

commit:     faaeec1f64aeb1d78b2de36a74172bf7fdc69b2a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May  7 09:01:04 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May  7 09:01:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faaeec1f

media-libs/libmp3splt: amd64 stable wrt bug #633840

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
index 0df68c86d41..9c0c926646c 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN:3}/${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="doc flac pcre"
 
 RDEPEND="media-libs/libmad


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2018-05-08 18:43 Sergei Trofimovich
  0 siblings, 0 replies; 22+ messages in thread
From: Sergei Trofimovich @ 2018-05-08 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e074fd299e7c7ccad3b66863796cff8ae6260dee
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue May  8 18:11:27 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue May  8 18:42:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e074fd29

media-libs/libmp3splt: stable 0.9.2-r1 for sparc

Bug: https://bugs.gentoo.org/633840
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
index 9c0c926646c..29e8e0e2e9e 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN:3}/${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="doc flac pcre"
 
 RDEPEND="media-libs/libmad


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2018-05-14 11:49 Tobias Klausmann
  0 siblings, 0 replies; 22+ messages in thread
From: Tobias Klausmann @ 2018-05-14 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     069e58865299714a9d38fb013e64fc4e454438bf
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 11:49:11 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon May 14 11:49:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069e5886

media-libs/libmp3splt-0.9.2-r1: alpha stable

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

 media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
index 29e8e0e2e9e..b0266f6b27a 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN:3}/${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="doc flac pcre"
 
 RDEPEND="media-libs/libmad


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2018-06-11 15:54 Aaron Bauman
  0 siblings, 0 replies; 22+ messages in thread
From: Aaron Bauman @ 2018-06-11 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2b7c9e8a1bdfcb92c92ed6d7d5d4211e3823874e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 15:54:04 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 15:54:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7c9e8a

media-libs/libmp3splt: drop vulnerable

Bug: https://bugs.gentoo.org/633840
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/libmp3splt/Manifest                 |  1 -
 media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild | 50 -------------------------
 media-libs/libmp3splt/libmp3splt-0.9.2.ebuild  | 51 --------------------------
 3 files changed, 102 deletions(-)

diff --git a/media-libs/libmp3splt/Manifest b/media-libs/libmp3splt/Manifest
index a5278538140..15dea1a79e9 100644
--- a/media-libs/libmp3splt/Manifest
+++ b/media-libs/libmp3splt/Manifest
@@ -1,2 +1 @@
-DIST libmp3splt-0.9.1a.tar.gz 702948 BLAKE2B 96661e2fdc96d1ce4555bfc9b84f44bb1ecf9bd05f6b6038274a3097a657707bb6c6ef8b2b6ecf673c390f52a1885a6c91b555c1971d490df7089523d0739329 SHA512 07229c048c4f999c7c723ab2f7bb06807d264609c8c1e38f8ff40f11e54285212de71548bbd66ba3100287d563673d80a8704bd384d7ffcd2145a098faabd389
 DIST libmp3splt-0.9.2.tar.gz 707598 BLAKE2B 4e8223472a7cd05d71d7df81a88b7d545a726a45d62dc6284d694e8cf8ad9406b037e274dbe28f2cf95febc87d8ba30aa15291f58df95b83a3aa0b5d3469ffea SHA512 e5c98e8b173bc86302ccee4ca5eb0c8a8d93f225357eb7b14dea8d0700ed62ed6316506c182f6b295130f7924ff0b38e865d5e49fa9cd7882c648360d68872ed

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild
deleted file mode 100644
index 0a8e12de1cc..00000000000
--- a/media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit versionator autotools eutils multilib
-
-DESCRIPTION="a library for mp3splt to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="doc flac pcre"
-
-RDEPEND="media-libs/libmad
-	media-libs/libvorbis
-	media-libs/libogg
-	media-libs/libid3tag
-	flac? ( >=media-libs/flac-1.2.1 )
-	pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-	doc? ( >=app-doc/doxygen-1.8.3.1 media-gfx/graphviz )
-	sys-apps/findutils"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.7-libltdl.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		--disable-static \
-		$(use_enable pcre) \
-		$(use_enable flac) \
-		$(use_enable doc doxygen_doc) \
-		--docdir=/usr/share/doc/${PF} \
-		--disable-optimise \
-		--disable-cutter  # TODO package cutter <http://cutter.sourceforge.net/>
-}
-
-src_install() {
-	default
-	use	doc && docompress -x /usr/share/doc/${PF}/doxygen/${PN}_ico.svg
-
-	dodoc AUTHORS ChangeLog LIMITS NEWS README TODO
-
-	find "${D}"/usr -name '*.la' -delete
-}

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild
deleted file mode 100644
index 78ab615c50e..00000000000
--- a/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator autotools eutils multilib
-
-DESCRIPTION="a library for mp3splt to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="doc flac pcre"
-
-RDEPEND="media-libs/libmad
-	media-libs/libvorbis
-	media-libs/libogg
-	media-libs/libid3tag
-	flac? ( >=media-libs/flac-1.2.1 )
-	pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-	doc? ( >=app-doc/doxygen-1.8.3.1 media-gfx/graphviz )
-	sys-apps/findutils"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.7-libltdl.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		--disable-static \
-		$(use_enable pcre) \
-		$(use_enable flac) \
-		$(use_enable doc doxygen_doc) \
-		--docdir=/usr/share/doc/${PF} \
-		--disable-optimise \
-		--disable-cutter  # TODO package cutter <http://cutter.sourceforge.net/>
-}
-
-src_install() {
-	default
-	use	doc && docompress -x /usr/share/doc/${PF}/doxygen/${PN}_ico.svg
-
-	dodoc AUTHORS ChangeLog LIMITS NEWS README TODO
-
-	find "${D}"/usr -name '*.la' -delete
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2018-06-11 16:16 Aaron Bauman
  0 siblings, 0 replies; 22+ messages in thread
From: Aaron Bauman @ 2018-06-11 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3a603b28058f3807a02a26e7dbdd1d21c9e5340b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 16:15:39 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 16:15:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a603b28

Revert "media-libs/libmp3splt: drop vulnerable"

This reverts commit 2b7c9e8a1bdfcb92c92ed6d7d5d4211e3823874e.

 media-libs/libmp3splt/Manifest                 |  1 +
 media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild | 50 +++++++++++++++++++++++++
 media-libs/libmp3splt/libmp3splt-0.9.2.ebuild  | 51 ++++++++++++++++++++++++++
 3 files changed, 102 insertions(+)

diff --git a/media-libs/libmp3splt/Manifest b/media-libs/libmp3splt/Manifest
index 15dea1a79e9..a5278538140 100644
--- a/media-libs/libmp3splt/Manifest
+++ b/media-libs/libmp3splt/Manifest
@@ -1 +1,2 @@
+DIST libmp3splt-0.9.1a.tar.gz 702948 BLAKE2B 96661e2fdc96d1ce4555bfc9b84f44bb1ecf9bd05f6b6038274a3097a657707bb6c6ef8b2b6ecf673c390f52a1885a6c91b555c1971d490df7089523d0739329 SHA512 07229c048c4f999c7c723ab2f7bb06807d264609c8c1e38f8ff40f11e54285212de71548bbd66ba3100287d563673d80a8704bd384d7ffcd2145a098faabd389
 DIST libmp3splt-0.9.2.tar.gz 707598 BLAKE2B 4e8223472a7cd05d71d7df81a88b7d545a726a45d62dc6284d694e8cf8ad9406b037e274dbe28f2cf95febc87d8ba30aa15291f58df95b83a3aa0b5d3469ffea SHA512 e5c98e8b173bc86302ccee4ca5eb0c8a8d93f225357eb7b14dea8d0700ed62ed6316506c182f6b295130f7924ff0b38e865d5e49fa9cd7882c648360d68872ed

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild
new file mode 100644
index 00000000000..0a8e12de1cc
--- /dev/null
+++ b/media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+inherit versionator autotools eutils multilib
+
+DESCRIPTION="a library for mp3splt to split mp3 and ogg files without decoding"
+HOMEPAGE="http://mp3splt.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
+IUSE="doc flac pcre"
+
+RDEPEND="media-libs/libmad
+	media-libs/libvorbis
+	media-libs/libogg
+	media-libs/libid3tag
+	flac? ( >=media-libs/flac-1.2.1 )
+	pcre? ( dev-libs/libpcre )"
+DEPEND="${RDEPEND}
+	doc? ( >=app-doc/doxygen-1.8.3.1 media-gfx/graphviz )
+	sys-apps/findutils"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-0.7-libltdl.patch
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-dependency-tracking \
+		--disable-static \
+		$(use_enable pcre) \
+		$(use_enable flac) \
+		$(use_enable doc doxygen_doc) \
+		--docdir=/usr/share/doc/${PF} \
+		--disable-optimise \
+		--disable-cutter  # TODO package cutter <http://cutter.sourceforge.net/>
+}
+
+src_install() {
+	default
+	use	doc && docompress -x /usr/share/doc/${PF}/doxygen/${PN}_ico.svg
+
+	dodoc AUTHORS ChangeLog LIMITS NEWS README TODO
+
+	find "${D}"/usr -name '*.la' -delete
+}

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild
new file mode 100644
index 00000000000..78ab615c50e
--- /dev/null
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit versionator autotools eutils multilib
+
+DESCRIPTION="a library for mp3splt to split mp3 and ogg files without decoding"
+HOMEPAGE="http://mp3splt.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
+IUSE="doc flac pcre"
+
+RDEPEND="media-libs/libmad
+	media-libs/libvorbis
+	media-libs/libogg
+	media-libs/libid3tag
+	flac? ( >=media-libs/flac-1.2.1 )
+	pcre? ( dev-libs/libpcre )"
+DEPEND="${RDEPEND}
+	doc? ( >=app-doc/doxygen-1.8.3.1 media-gfx/graphviz )
+	sys-apps/findutils"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-0.7-libltdl.patch
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-dependency-tracking \
+		--disable-static \
+		$(use_enable pcre) \
+		$(use_enable flac) \
+		$(use_enable doc doxygen_doc) \
+		--docdir=/usr/share/doc/${PF} \
+		--disable-optimise \
+		--disable-cutter  # TODO package cutter <http://cutter.sourceforge.net/>
+}
+
+src_install() {
+	default
+	use	doc && docompress -x /usr/share/doc/${PF}/doxygen/${PN}_ico.svg
+
+	dodoc AUTHORS ChangeLog LIMITS NEWS README TODO
+
+	find "${D}"/usr -name '*.la' -delete
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2019-05-02 22:23 Aaron Bauman
  0 siblings, 0 replies; 22+ messages in thread
From: Aaron Bauman @ 2019-05-02 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7d809b2530bc16fcbe48055e7abd24182587f53b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 22:20:49 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu May  2 22:20:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d809b25

media-libs/libmp3splt: drop vulnerable wrt bug #633840

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-libs/libmp3splt/Manifest                 |  1 -
 media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild | 50 -------------------------
 media-libs/libmp3splt/libmp3splt-0.9.2.ebuild  | 51 --------------------------
 3 files changed, 102 deletions(-)

diff --git a/media-libs/libmp3splt/Manifest b/media-libs/libmp3splt/Manifest
index a5278538140..15dea1a79e9 100644
--- a/media-libs/libmp3splt/Manifest
+++ b/media-libs/libmp3splt/Manifest
@@ -1,2 +1 @@
-DIST libmp3splt-0.9.1a.tar.gz 702948 BLAKE2B 96661e2fdc96d1ce4555bfc9b84f44bb1ecf9bd05f6b6038274a3097a657707bb6c6ef8b2b6ecf673c390f52a1885a6c91b555c1971d490df7089523d0739329 SHA512 07229c048c4f999c7c723ab2f7bb06807d264609c8c1e38f8ff40f11e54285212de71548bbd66ba3100287d563673d80a8704bd384d7ffcd2145a098faabd389
 DIST libmp3splt-0.9.2.tar.gz 707598 BLAKE2B 4e8223472a7cd05d71d7df81a88b7d545a726a45d62dc6284d694e8cf8ad9406b037e274dbe28f2cf95febc87d8ba30aa15291f58df95b83a3aa0b5d3469ffea SHA512 e5c98e8b173bc86302ccee4ca5eb0c8a8d93f225357eb7b14dea8d0700ed62ed6316506c182f6b295130f7924ff0b38e865d5e49fa9cd7882c648360d68872ed

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild
deleted file mode 100644
index 0a8e12de1cc..00000000000
--- a/media-libs/libmp3splt/libmp3splt-0.9.1a.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit versionator autotools eutils multilib
-
-DESCRIPTION="a library for mp3splt to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="doc flac pcre"
-
-RDEPEND="media-libs/libmad
-	media-libs/libvorbis
-	media-libs/libogg
-	media-libs/libid3tag
-	flac? ( >=media-libs/flac-1.2.1 )
-	pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-	doc? ( >=app-doc/doxygen-1.8.3.1 media-gfx/graphviz )
-	sys-apps/findutils"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.7-libltdl.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		--disable-static \
-		$(use_enable pcre) \
-		$(use_enable flac) \
-		$(use_enable doc doxygen_doc) \
-		--docdir=/usr/share/doc/${PF} \
-		--disable-optimise \
-		--disable-cutter  # TODO package cutter <http://cutter.sourceforge.net/>
-}
-
-src_install() {
-	default
-	use	doc && docompress -x /usr/share/doc/${PF}/doxygen/${PN}_ico.svg
-
-	dodoc AUTHORS ChangeLog LIMITS NEWS README TODO
-
-	find "${D}"/usr -name '*.la' -delete
-}

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild
deleted file mode 100644
index 78ab615c50e..00000000000
--- a/media-libs/libmp3splt/libmp3splt-0.9.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator autotools eutils multilib
-
-DESCRIPTION="a library for mp3splt to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="doc flac pcre"
-
-RDEPEND="media-libs/libmad
-	media-libs/libvorbis
-	media-libs/libogg
-	media-libs/libid3tag
-	flac? ( >=media-libs/flac-1.2.1 )
-	pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-	doc? ( >=app-doc/doxygen-1.8.3.1 media-gfx/graphviz )
-	sys-apps/findutils"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.7-libltdl.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		--disable-static \
-		$(use_enable pcre) \
-		$(use_enable flac) \
-		$(use_enable doc doxygen_doc) \
-		--docdir=/usr/share/doc/${PF} \
-		--disable-optimise \
-		--disable-cutter  # TODO package cutter <http://cutter.sourceforge.net/>
-}
-
-src_install() {
-	default
-	use	doc && docompress -x /usr/share/doc/${PF}/doxygen/${PN}_ico.svg
-
-	dodoc AUTHORS ChangeLog LIMITS NEWS README TODO
-
-	find "${D}"/usr -name '*.la' -delete
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2021-02-01  3:13 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-01  3:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8ddab1d5c32ab11949787b76301e061c97c04044
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 03:13:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 03:13:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ddab1d5

media-libs/libmp3splt: Stabilize 0.9.2-r2 amd64, #672784

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

 media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild
index 32c19c64fdb..824f197b30d 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN:3}/${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="doc flac pcre"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2021-02-01  4:42 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-01  4:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ae388d81b90acabc28cacdeccc550f04a3711eea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 04:42:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 04:42:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae388d81

media-libs/libmp3splt: Stabilize 0.9.2-r2 x86, #672784

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

 media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild
index 824f197b30d..349edb8975a 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN:3}/${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="doc flac pcre"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2021-02-01  4:45 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-02-01  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     eb0da0c205c25e37606136896ddc61cb010262f4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 04:45:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 04:45:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0da0c2

media-libs/libmp3splt: Stabilize 0.9.2-r2 sparc, #672784

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

 media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild
index 349edb8975a..dec4b03a7c8 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN:3}/${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="doc flac pcre"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2021-02-01  7:51 Andreas Sturmlechner
  0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2021-02-01  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     16e3ae36874b18e8b2730b63c9915987c9437e37
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 07:49:26 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 07:49:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e3ae36

media-libs/libmp3splt: Drop 0.9.2-r1

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild | 51 ------------------------
 1 file changed, 51 deletions(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
deleted file mode 100644
index 8c7d738565f..00000000000
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator autotools eutils multilib
-
-DESCRIPTION="a library for mp3splt to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="doc flac pcre"
-
-RDEPEND="media-libs/libmad
-	media-libs/libvorbis
-	media-libs/libogg
-	media-libs/libid3tag
-	flac? ( >=media-libs/flac-1.2.1 )
-	pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-	doc? ( >=app-doc/doxygen-1.8.3.1 media-gfx/graphviz )
-	sys-apps/findutils"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.7-libltdl.patch
-	epatch "${FILESDIR}"/CVE-2017-15185.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-static \
-		$(use_enable pcre) \
-		$(use_enable flac) \
-		$(use_enable doc doxygen_doc) \
-		--docdir=/usr/share/doc/${PF} \
-		--disable-optimise \
-		--disable-cutter  # TODO package cutter <http://cutter.sourceforge.net/>
-}
-
-src_install() {
-	default
-	use	doc && docompress -x /usr/share/doc/${PF}/doxygen/${PN}_ico.svg
-
-	dodoc AUTHORS ChangeLog LIMITS NEWS README TODO
-
-	find "${D}"/usr -name '*.la' -delete
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2021-03-26 18:17 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-03-26 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     884d88874e6159105f9db0eeaf3c78aed8aee4f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 18:16:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 18:17:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884d8887

media-libs/libmp3splt: fix libdl linkage

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

 .../{libmp3splt-0.9.2-r3.ebuild => libmp3splt-0.9.2-r4.ebuild}      | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r3.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
similarity index 91%
rename from media-libs/libmp3splt/libmp3splt-0.9.2-r3.ebuild
rename to media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
index 56aa1af3c75..1a3609c270c 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r3.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Library for mp3splt to split mp3 and ogg files without decoding"
 HOMEPAGE="http://mp3splt.sourceforge.net/mp3splt_page/home.php"
@@ -45,6 +45,10 @@ src_prepare() {
 }
 
 src_configure() {
+	# Breaks consumers like media-sound/libmp3splt otherwise
+	# bug #778476
+	append-libs -ldl
+
 	local myeconfargs=(
 		--disable-cutter # TODO package cutter <http://cutter.sourceforge.net/>
 		--disable-optimise


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2021-04-25 10:02 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-04-25 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c6cb1e35cfdec1279ef947bd58860572908d1397
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 09:53:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 10:02:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cb1e35

media-libs/libmp3splt: Stabilize 0.9.2-r4 amd64, #785517

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

 media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
index 1a3609c270c..6a9e1db0116 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN:3}/${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="doc flac pcre"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2021-04-25 10:02 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-04-25 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e872ee9f9b6c4260e4252051d4368f369755b7ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 09:53:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 10:02:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e872ee9f

media-libs/libmp3splt: Stabilize 0.9.2-r4 sparc, #785517

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

 media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
index 6a9e1db0116..82b979a04be 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN:3}/${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="doc flac pcre"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2021-04-26 10:34 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-04-26 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     369c226fa6078f39bd53eb26759ab60d4536d3cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 10:30:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 10:30:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369c226f

media-libs/libmp3splt: Stabilize 0.9.2-r4 x86, #785517

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

 media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
index 82b979a04be..86737e29997 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN:3}/${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="doc flac pcre"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2021-08-16 21:28 Sam James
  0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-08-16 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b0f3dec8bd8db0b3069873b7489f9840836b06cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 21:13:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 21:22:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f3dec8

media-libs/libmp3splt: add missing slot operator dep (libid3tag)

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

 .../{libmp3splt-0.9.2-r4.ebuild => libmp3splt-0.9.2-r5.ebuild}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r5.ebuild
similarity index 98%
rename from media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
rename to media-libs/libmp3splt/libmp3splt-0.9.2-r5.ebuild
index 86737e29997..2fc1a37c248 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r4.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r5.ebuild
@@ -16,7 +16,7 @@ IUSE="doc flac pcre"
 
 RDEPEND="
 	media-libs/libmad
-	media-libs/libid3tag
+	media-libs/libid3tag:=
 	media-libs/libogg
 	media-libs/libvorbis
 	flac? ( media-libs/flac )


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2022-01-06 10:39 David Seifert
  0 siblings, 0 replies; 22+ messages in thread
From: David Seifert @ 2022-01-06 10:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a55be471d4b69f0f579b848f9ab132837492ad11
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  6 10:38:40 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan  6 10:38:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55be471

media-libs/libmp3splt: remove superfluous sys-apps/findutils dep

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-libs/libmp3splt/libmp3splt-0.9.2-r5.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r5.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r5.ebuild
index 2fc1a37c2485..a7a142a80879 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r5.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r5.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
@@ -24,7 +24,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
-	sys-apps/findutils
 	doc? (
 		>=app-doc/doxygen-1.8.3.1
 		media-gfx/graphviz


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

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

commit:     b51b7687eff8c3d9a63570d85d2faae0dbf3d1e1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 03:25:17 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=b51b7687

media-libs/libmp3splt: add github upstream metadata

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

 media-libs/libmp3splt/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/libmp3splt/metadata.xml b/media-libs/libmp3splt/metadata.xml
index 1ed36ec4068f..d278731c33e9 100644
--- a/media-libs/libmp3splt/metadata.xml
+++ b/media-libs/libmp3splt/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] 22+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/
@ 2023-07-07  7:31 Miroslav Šulc
  0 siblings, 0 replies; 22+ messages in thread
From: Miroslav Šulc @ 2023-07-07  7:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f5c27f55335eda01ab68d301c03737010616715f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul  6 09:08:21 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 07:31:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c27f55

media-libs/libmp3splt: use HTTPS, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild
index bb6d0c64135c..7c3cf16d9f2b 100644
--- a/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild
+++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,10 +6,10 @@ EAPI=8
 inherit autotools flag-o-matic
 
 DESCRIPTION="Library for mp3splt to split mp3 and ogg files without decoding"
-HOMEPAGE="http://mp3splt.sourceforge.net/mp3splt_page/home.php"
+HOMEPAGE="https://mp3splt.sourceforge.net/mp3splt_page/home.php"
 SRC_URI="mirror://sourceforge/${PN:3}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="doc flac pcre"
@@ -49,7 +49,7 @@ src_configure() {
 	append-libs -ldl
 
 	local myeconfargs=(
-		--disable-cutter # TODO package cutter <http://cutter.sourceforge.net/>
+		--disable-cutter # TODO package cutter <https://cutter.sourceforge.net/>
 		--disable-optimise
 		--disable-static
 		$(use_enable doc doxygen_doc)


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

end of thread, other threads:[~2023-07-07  7:31 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-02 22:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp3splt/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2023-07-07  7:31 Miroslav Šulc
2022-12-18  4:20 Sam James
2022-01-06 10:39 David Seifert
2021-08-16 21:28 Sam James
2021-04-26 10:34 Sam James
2021-04-25 10:02 Sam James
2021-04-25 10:02 Sam James
2021-03-26 18:17 Sam James
2021-02-01  7:51 Andreas Sturmlechner
2021-02-01  4:45 Sam James
2021-02-01  4:42 Sam James
2021-02-01  3:13 Sam James
2018-06-11 16:16 Aaron Bauman
2018-06-11 15:54 Aaron Bauman
2018-05-14 11:49 Tobias Klausmann
2018-05-08 18:43 Sergei Trofimovich
2018-05-07  9:01 Agostino Sarubbo
2018-05-07  0:24 Thomas Deutschmann
2018-05-05 19:26 Aaron Bauman
2016-05-23 14:16 Tobias Klausmann
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