diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-01 18:40:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-01 18:40:47 +0000 |
commit | e7cccb64a25ce4745e26905e03dfe613549b80ad (patch) | |
tree | 983436ff55d087e4cc87d8a9dadac54ad8f6a3d7 /media-sound/shntool/shntool-3.0.8.ebuild | |
parent | Fix compile with GCC 4.4 and keyword ~amd64. (diff) | |
download | gentoo-2-e7cccb64a25ce4745e26905e03dfe613549b80ad.tar.gz gentoo-2-e7cccb64a25ce4745e26905e03dfe613549b80ad.tar.bz2 gentoo-2-e7cccb64a25ce4745e26905e03dfe613549b80ad.zip |
Fix repoman issues
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/shntool/shntool-3.0.8.ebuild')
-rw-r--r-- | media-sound/shntool/shntool-3.0.8.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/media-sound/shntool/shntool-3.0.8.ebuild b/media-sound/shntool/shntool-3.0.8.ebuild index f71fa38ce230..b2dab73692c1 100644 --- a/media-sound/shntool/shntool-3.0.8.ebuild +++ b/media-sound/shntool/shntool-3.0.8.ebuild @@ -1,23 +1,23 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.8.ebuild,v 1.3 2008/10/04 14:10:26 maekke Exp $ - -IUSE="flac shorten sox wavpack" +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.8.ebuild,v 1.4 2009/06/01 18:40:47 ssuominen 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" -DEPEND="flac? ( >=media-libs/flac-1.1.0 ) - sox? ( >=media-sound/sox-12.17.4 ) +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 - dodoc doc/* - dodoc NEWS README ChangeLog AUTHORS + emake DESTDIR="${D}" install || die "emake install failed" + dodoc NEWS README ChangeLog AUTHORS doc/* } |