Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/shntool: shntool-3.0.8.ebuild shntool-1.2.3.ebuild shntool-3.0.7.ebuild shntool-3.0.3.ebuild shntool-3.0.2.ebuild
Date: Mon, 01 Jun 2009 18:40:50
Message-Id: E1MBCRD-0002hA-Ue@stork.gentoo.org
1 ssuominen 09/06/01 18:40:47
2
3 Modified: shntool-3.0.8.ebuild
4 Removed: shntool-1.2.3.ebuild shntool-3.0.7.ebuild
5 shntool-3.0.3.ebuild shntool-3.0.2.ebuild
6 Log:
7 Fix repoman issues
8 (Portage version: 2.1.6.13/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 media-sound/shntool/shntool-3.0.8.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/shntool-3.0.8.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/shntool-3.0.8.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shntool/shntool-3.0.8.ebuild?r1=1.3&r2=1.4
16
17 Index: shntool-3.0.8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.8.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- shntool-3.0.8.ebuild 4 Oct 2008 14:10:26 -0000 1.3
24 +++ shntool-3.0.8.ebuild 1 Jun 2009 18:40:47 -0000 1.4
25 @@ -1,23 +1,23 @@
26 -# Copyright 1999-2008 Gentoo Foundation
27 +# Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.8.ebuild,v 1.3 2008/10/04 14:10:26 maekke Exp $
30 -
31 -IUSE="flac shorten sox wavpack"
32 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.8.ebuild,v 1.4 2009/06/01 18:40:47 ssuominen Exp $
33
34 DESCRIPTION="shntool is a multi-purpose WAVE data processing and reporting utility"
35 HOMEPAGE="http://shnutils.freeshell.org/shntool/"
36 SRC_URI="http://shnutils.freeshell.org/shntool/dist/src/${P}.tar.gz"
37 +
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="amd64 ~ppc sparc x86"
41 +IUSE="flac shorten sox wavpack"
42
43 -DEPEND="flac? ( >=media-libs/flac-1.1.0 )
44 - sox? ( >=media-sound/sox-12.17.4 )
45 +RDEPEND="flac? ( media-libs/flac )
46 + sox? ( media-sound/sox )
47 shorten? ( media-sound/shorten )
48 wavpack? ( media-sound/wavpack )"
49 +DEPEND="${RDEPEND}"
50
51 src_install () {
52 - emake DESTDIR="${D}" install || die
53 - dodoc doc/*
54 - dodoc NEWS README ChangeLog AUTHORS
55 + emake DESTDIR="${D}" install || die "emake install failed"
56 + dodoc NEWS README ChangeLog AUTHORS doc/*
57 }