Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/shntool: ChangeLog shntool-3.0.8.ebuild
Date: Fri, 29 Aug 2008 07:14:23
Message-Id: E1KYyBW-0001AW-3U@stork.gentoo.org
1 aballier 08/08/29 07:14:18
2
3 Modified: ChangeLog
4 Added: shntool-3.0.8.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
8
9 Revision Changes Path
10 1.15 media-sound/shntool/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 19 Mar 2008 08:35:16 -0000 1.14
23 +++ ChangeLog 29 Aug 2008 07:14:17 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/shntool
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.14 2008/03/19 08:35:16 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.15 2008/08/29 07:14:17 aballier Exp $
29 +
30 +*shntool-3.0.8 (29 Aug 2008)
31 +
32 + 29 Aug 2008; Alexis Ballier <aballier@g.o> +shntool-3.0.8.ebuild:
33 + version bump
34
35 *shntool-3.0.7 (19 Mar 2008)
36
37
38
39
40 1.1 media-sound/shntool/shntool-3.0.8.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/shntool-3.0.8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/shntool-3.0.8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: shntool-3.0.8.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.8.ebuild,v 1.1 2008/08/29 07:14:17 aballier Exp $
50
51 IUSE="flac shorten sox wavpack"
52
53 DESCRIPTION="shntool is a multi-purpose WAVE data processing and reporting utility"
54 HOMEPAGE="http://shnutils.freeshell.org/shntool/"
55 SRC_URI="http://shnutils.freeshell.org/shntool/dist/src/${P}.tar.gz"
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
59
60 DEPEND="flac? ( >=media-libs/flac-1.1.0 )
61 sox? ( >=media-sound/sox-12.17.4 )
62 shorten? ( media-sound/shorten )
63 wavpack? ( media-sound/wavpack )"
64
65 src_install () {
66 emake DESTDIR="${D}" install || die
67 dodoc doc/*
68 dodoc NEWS README ChangeLog AUTHORS
69 }