Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/shntool: ChangeLog shntool-3.0.10.ebuild
Date: Sun, 21 Jun 2009 15:09:49
Message-Id: E1MIOfz-0001Tk-FR@stork.gentoo.org
1 flameeyes 09/06/21 15:09:47
2
3 Modified: ChangeLog
4 Added: shntool-3.0.10.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 media-sound/shntool/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 4 Oct 2008 14:10:26 -0000 1.17
23 +++ ChangeLog 21 Jun 2009 15:09:47 -0000 1.18
24 @@ -1,6 +1,12 @@
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.17 2008/10/04 14:10:26 maekke Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.18 2009/06/21 15:09:47 flameeyes Exp $
30 +
31 +*shntool-3.0.10 (21 Jun 2009)
32 +
33 + 21 Jun 2009; Diego E. Pettenò <flameeyes@g.o>
34 + +shntool-3.0.10.ebuild:
35 + Version bump.
36
37 04 Oct 2008; Markus Meier <maekke@g.o> shntool-3.0.8.ebuild:
38 amd64/x86 stable, bug #238863
39
40
41
42 1.1 media-sound/shntool/shntool-3.0.10.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/shntool-3.0.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/shntool-3.0.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: shntool-3.0.10.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.10.ebuild,v 1.1 2009/06/21 15:09:47 flameeyes Exp $
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
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE="flac shorten sox wavpack"
61
62 RDEPEND="flac? ( media-libs/flac )
63 sox? ( media-sound/sox )
64 shorten? ( media-sound/shorten )
65 wavpack? ( media-sound/wavpack )"
66 DEPEND="${RDEPEND}"
67
68 src_install () {
69 emake DESTDIR="${D}" install || die "emake install failed"
70 dodoc NEWS README ChangeLog AUTHORS doc/* || die
71 }