diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-02-12 21:12:44 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-02-12 21:12:44 +0000 |
commit | 694055b37ac0a0e36130bb129ecf0a67713e0f9e (patch) | |
tree | 70649c3a53b15bc81ce57c122b4c356e7e0181eb /media-sound/shntool | |
parent | Use external SDL_ttf and SDL_mixer, bug #166536 (diff) | |
download | gentoo-2-694055b37ac0a0e36130bb129ecf0a67713e0f9e.tar.gz gentoo-2-694055b37ac0a0e36130bb129ecf0a67713e0f9e.tar.bz2 gentoo-2-694055b37ac0a0e36130bb129ecf0a67713e0f9e.zip |
Version bump
(Portage version: 2.1.2-r9)
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.1 | 3 | ||||
-rw-r--r-- | media-sound/shntool/shntool-2.0.3.ebuild | 4 | ||||
-rw-r--r-- | media-sound/shntool/shntool-3.0.1.ebuild | 24 |
4 files changed, 35 insertions, 3 deletions
diff --git a/media-sound/shntool/ChangeLog b/media-sound/shntool/ChangeLog index e6c47cc5b726..231c78dbe7ab 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.9 2007/02/09 08:00:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.10 2007/02/12 21:12:44 aballier Exp $ + +*shntool-3.0.1 (12 Feb 2007) + + 12 Feb 2007; Alexis Ballier <aballier@gentoo.org> +shntool-3.0.1.ebuild: + Version bump 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/media-sound/shntool/files/digest-shntool-3.0.1 b/media-sound/shntool/files/digest-shntool-3.0.1 new file mode 100644 index 000000000000..7d5d5b6ad518 --- /dev/null +++ b/media-sound/shntool/files/digest-shntool-3.0.1 @@ -0,0 +1,3 @@ +MD5 a8edabce0ad407c31247ea7a6c70de3a shntool-3.0.1.tar.gz 206911 +RMD160 01ec2105a50286fba1c437328aba8ea62bc5eeed shntool-3.0.1.tar.gz 206911 +SHA256 954c53c46d78e4d983fb592675b0605060c06b99a02c73137f2a2d1fd6010920 shntool-3.0.1.tar.gz 206911 diff --git a/media-sound/shntool/shntool-2.0.3.ebuild b/media-sound/shntool/shntool-2.0.3.ebuild index 381eaf2f012b..9bd5a05d33a4 100644 --- a/media-sound/shntool/shntool-2.0.3.ebuild +++ b/media-sound/shntool/shntool-2.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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-2.0.3.ebuild,v 1.2 2005/06/09 00:55:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-2.0.3.ebuild,v 1.3 2007/02/12 21:12:44 aballier Exp $ IUSE="flac sox" diff --git a/media-sound/shntool/shntool-3.0.1.ebuild b/media-sound/shntool/shntool-3.0.1.ebuild new file mode 100644 index 000000000000..1144035dc142 --- /dev/null +++ b/media-sound/shntool/shntool-3.0.1.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.1.ebuild,v 1.1 2007/02/12 21:12:44 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 +} + |