diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-06-08 17:04:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-06-08 17:04:55 +0000 |
commit | 0a8850f1e70106fc5a7b4a4cac79bf5939dba752 (patch) | |
tree | 562efe102df83634df15c8ec87b41c161c52f4a1 /media-sound/shorten/shorten-3.6.1.ebuild | |
parent | ~arm (diff) | |
download | historical-0a8850f1e70106fc5a7b4a4cac79bf5939dba752.tar.gz historical-0a8850f1e70106fc5a7b4a4cac79bf5939dba752.tar.bz2 historical-0a8850f1e70106fc5a7b4a4cac79bf5939dba752.zip |
Remove tests that try to see if shorten doesn't accept to output to a tty as when run by portage it's not a tty thus shorten tries to output and the test fails, bug #159095
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'media-sound/shorten/shorten-3.6.1.ebuild')
-rw-r--r-- | media-sound/shorten/shorten-3.6.1.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/media-sound/shorten/shorten-3.6.1.ebuild b/media-sound/shorten/shorten-3.6.1.ebuild index 6a4b830de6be..780cc90a1430 100644 --- a/media-sound/shorten/shorten-3.6.1.ebuild +++ b/media-sound/shorten/shorten-3.6.1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.6.1.ebuild,v 1.1 2007/04/27 00:39:02 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.6.1.ebuild,v 1.2 2007/06/08 17:04:55 aballier Exp $ + +inherit eutils IUSE="" -RESTRICT="test" DESCRIPTION="fast, low complexity waveform coder (i.e. audio compressor)" HOMEPAGE="http://shnutils.freeshell.org/shorten/" @@ -13,6 +14,12 @@ SLOT="0" LICENSE="as-is" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PN}-tests.patch" +} + src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README |