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
+}

Reply via email to