diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-06-21 15:09:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-06-21 15:09:47 +0000 |
commit | dd518af372ebb9d8b61ac1894ff270c3903cbb4c (patch) | |
tree | 2d9879157e353e1f45e0accafe924ca3e18e2a56 /media-sound/shntool | |
parent | Adding myself to maintainers. (diff) | |
download | gentoo-2-dd518af372ebb9d8b61ac1894ff270c3903cbb4c.tar.gz gentoo-2-dd518af372ebb9d8b61ac1894ff270c3903cbb4c.tar.bz2 gentoo-2-dd518af372ebb9d8b61ac1894ff270c3903cbb4c.zip |
Version bump.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/shntool')
-rw-r--r-- | media-sound/shntool/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/shntool/shntool-3.0.10.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/media-sound/shntool/ChangeLog b/media-sound/shntool/ChangeLog index 77396b3ab635..692f48ac9369 100644 --- a/media-sound/shntool/ChangeLog +++ b/media-sound/shntool/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/shntool -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.17 2008/10/04 14:10:26 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.18 2009/06/21 15:09:47 flameeyes Exp $ + +*shntool-3.0.10 (21 Jun 2009) + + 21 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> + +shntool-3.0.10.ebuild: + Version bump. 04 Oct 2008; Markus Meier <maekke@gentoo.org> shntool-3.0.8.ebuild: amd64/x86 stable, bug #238863 diff --git a/media-sound/shntool/shntool-3.0.10.ebuild b/media-sound/shntool/shntool-3.0.10.ebuild new file mode 100644 index 000000000000..f4f1346b058c --- /dev/null +++ b/media-sound/shntool/shntool-3.0.10.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.10.ebuild,v 1.1 2009/06/21 15:09:47 flameeyes Exp $ + +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" +IUSE="flac shorten sox wavpack" + +RDEPEND="flac? ( media-libs/flac ) + sox? ( media-sound/sox ) + shorten? ( media-sound/shorten ) + wavpack? ( media-sound/wavpack )" +DEPEND="${RDEPEND}" + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc NEWS README ChangeLog AUTHORS doc/* || die +} |