Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mp3splt: ChangeLog mp3splt-2.4.1.ebuild
Date: Wed, 04 Jan 2012 09:27:43
Message-Id: 20120104092733.591852004B@flycatcher.gentoo.org
1 sping 12/01/04 09:27:33
2
3 Modified: ChangeLog
4 Added: mp3splt-2.4.1.ebuild
5 Log:
6 media-sound/mp3splt: 2.4.1
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.43 media-sound/mp3splt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 3 Aug 2011 19:57:33 -0000 1.42
24 +++ ChangeLog 4 Jan 2012 09:27:33 -0000 1.43
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/mp3splt
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v 1.42 2011/08/03 19:57:33 sping Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v 1.43 2012/01/04 09:27:33 sping Exp $
31 +
32 +*mp3splt-2.4.1 (04 Jan 2012)
33 +
34 + 04 Jan 2012; Sebastian Pipping <sping@g.o> +mp3splt-2.4.1.ebuild:
35 + Bump to 2.4.1, looks trivial
36
37 *mp3splt-2.4 (03 Aug 2011)
38
39
40
41
42 1.1 media-sound/mp3splt/mp3splt-2.4.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/mp3splt-2.4.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/mp3splt-2.4.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mp3splt-2.4.1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.4.1.ebuild,v 1.1 2012/01/04 09:27:33 sping Exp $
52
53 EAPI=2
54 inherit multilib
55
56 DESCRIPTION="a command line utility to split mp3 and ogg files without decoding."
57 HOMEPAGE="http://mp3splt.sourceforge.net"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 RDEPEND=">=media-libs/libmp3splt-0.7"
66 DEPEND="${RDEPEND}
67 sys-devel/gettext"
68
69 src_configure() {
70 econf \
71 --disable-dependency-tracking \
72 --with-mp3splt-libraries=/usr/$(get_libdir) \
73 --with-mp3splt-includes=/usr/include/lib${PN}
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die
78 dodoc AUTHORS ChangeLog NEWS README TODO
79 }