diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-04-15 12:00:38 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-04-15 12:00:38 +0000 |
commit | db40aee2ac0b6c9390744be189a888bedc11d4dc (patch) | |
tree | 32ad5bd1d180249df68147a14e5952c43904a5a3 /media-sound/shntool | |
parent | Stable on ppc wrt bug 174395 (diff) | |
download | gentoo-2-db40aee2ac0b6c9390744be189a888bedc11d4dc.tar.gz gentoo-2-db40aee2ac0b6c9390744be189a888bedc11d4dc.tar.bz2 gentoo-2-db40aee2ac0b6c9390744be189a888bedc11d4dc.zip |
Version bump, bug #174309
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-sound/shntool')
-rw-r--r-- | media-sound/shntool/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/shntool/files/digest-shntool-3.0.2 | 3 | ||||
-rw-r--r-- | media-sound/shntool/shntool-3.0.2.ebuild | 24 |
3 files changed, 33 insertions, 1 deletions
diff --git a/media-sound/shntool/ChangeLog b/media-sound/shntool/ChangeLog index 231c78dbe7ab..233282fab222 100644 --- a/media-sound/shntool/ChangeLog +++ b/media-sound/shntool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/shntool # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.10 2007/02/12 21:12:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.11 2007/04/15 12:00:38 aballier Exp $ + +*shntool-3.0.2 (15 Apr 2007) + + 15 Apr 2007; Alexis Ballier <aballier@gentoo.org> +shntool-3.0.2.ebuild: + Version bump, bug #174309 *shntool-3.0.1 (12 Feb 2007) diff --git a/media-sound/shntool/files/digest-shntool-3.0.2 b/media-sound/shntool/files/digest-shntool-3.0.2 new file mode 100644 index 000000000000..b4f9895a174b --- /dev/null +++ b/media-sound/shntool/files/digest-shntool-3.0.2 @@ -0,0 +1,3 @@ +MD5 1b3137a383b43a33191c42d6ecf88bb3 shntool-3.0.2.tar.gz 207169 +RMD160 f0ddfa8c2b5f5f31588824db283f73c1da5502e8 shntool-3.0.2.tar.gz 207169 +SHA256 09f946c71c5b367f231dfbb10681b779f5a5675d564e892df4ee58b6173ae84c shntool-3.0.2.tar.gz 207169 diff --git a/media-sound/shntool/shntool-3.0.2.ebuild b/media-sound/shntool/shntool-3.0.2.ebuild new file mode 100644 index 000000000000..c07795016f60 --- /dev/null +++ b/media-sound/shntool/shntool-3.0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.2.ebuild,v 1.1 2007/04/15 12:00:38 aballier Exp $ + +IUSE="flac shorten sox wavpack" + +DESCRIPTION="shntool is a multi-purpose WAVE data processing and reporting utility" +HOMEPAGE="http://shnutils.freeshell.org/shntool/" +SRC_URI="http://shnutils.freeshell.org/shntool/dist/src/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +DEPEND="flac? ( >=media-libs/flac-1.1.0 ) + sox? ( >=media-sound/sox-12.17.4 ) + shorten? ( media-sound/shorten ) + wavpack? ( media-sound/wavpack )" + +src_install () { + emake DESTDIR="${D}" install || die + dodoc doc/* + dodoc NEWS README ChangeLog AUTHORS +} + |