summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-03-19 08:35:16 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-03-19 08:35:16 +0000
commit22d4a580c615e02dd0161a0fa14631815055760b (patch)
treefcb7333a815a2acbfd9f26ea6ede9a8b4c7ec6aa /media-sound/shntool
parentstable x86, security bug 212363 (diff)
downloadgentoo-2-22d4a580c615e02dd0161a0fa14631815055760b.tar.gz
gentoo-2-22d4a580c615e02dd0161a0fa14631815055760b.tar.bz2
gentoo-2-22d4a580c615e02dd0161a0fa14631815055760b.zip
version bump, thanks to Sergey Dryabzhinsky <sergey.dryabzhinsky@gmail.com> for notifying us in bug #213866
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/shntool')
-rw-r--r--media-sound/shntool/ChangeLog10
-rw-r--r--media-sound/shntool/shntool-3.0.7.ebuild23
2 files changed, 31 insertions, 2 deletions
diff --git a/media-sound/shntool/ChangeLog b/media-sound/shntool/ChangeLog
index a18357b1cad8..62fc81039387 100644
--- a/media-sound/shntool/ChangeLog
+++ b/media-sound/shntool/ChangeLog
@@ -1,6 +1,12 @@
# 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.13 2007/06/08 17:16:01 aballier Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.14 2008/03/19 08:35:16 aballier Exp $
+
+*shntool-3.0.7 (19 Mar 2008)
+
+ 19 Mar 2008; Alexis Ballier <aballier@gentoo.org> +shntool-3.0.7.ebuild:
+ version bump, thanks to Sergey Dryabzhinsky
+ <sergey.dryabzhinsky@gmail.com> for notifying us in bug #213866
08 Jun 2007; Alexis Ballier <aballier@gentoo.org> -shntool-2.0.3.ebuild,
-shntool-3.0.1.ebuild:
diff --git a/media-sound/shntool/shntool-3.0.7.ebuild b/media-sound/shntool/shntool-3.0.7.ebuild
new file mode 100644
index 000000000000..760ed116f8da
--- /dev/null
+++ b/media-sound/shntool/shntool-3.0.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.7.ebuild,v 1.1 2008/03/19 08:35:16 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
+}