diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-13 14:58:42 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-13 14:58:42 +0000 |
commit | dfb47253bcb88484a069c493744d8b6f5fd47d3a (patch) | |
tree | 8486a50fd57a57d4909782fd01400ef7f676477f /media-sound/zinf | |
parent | New package. QA-checked with repoman. (diff) | |
download | gentoo-2-dfb47253bcb88484a069c493744d8b6f5fd47d3a.tar.gz gentoo-2-dfb47253bcb88484a069c493744d8b6f5fd47d3a.tar.bz2 gentoo-2-dfb47253bcb88484a069c493744d8b6f5fd47d3a.zip |
important fixes: ebuilds must use eclasses or not use them; they can't use them
dependent on USE variable. Also, set-kdedir needs to be inside a function so
I can source the ebuild and get a non-zero error code (needed for cache entry
generation)
Diffstat (limited to 'media-sound/zinf')
-rw-r--r-- | media-sound/zinf/zinf-2.2.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/zinf/zinf-2.2.0.ebuild b/media-sound/zinf/zinf-2.2.0.ebuild index 90df0a01a6a8..ce32f67798fd 100644 --- a/media-sound/zinf/zinf-2.2.0.ebuild +++ b/media-sound/zinf/zinf-2.2.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.0.ebuild,v 1.1 2002/07/10 20:25:32 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zinf/zinf-2.2.0.ebuild,v 1.2 2002/07/13 14:58:42 drobbins Exp $ -use arts && -use arts && inherit kde-functions && set-kdedir +inherit kde-functions DESCRIPTION="An extremely full-featured mp3/vorbis/cd player with ALSA support, previously called FreeAmp" SRC_URI="http://telia.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" @@ -42,7 +41,7 @@ src_unpack() { } src_compile() { - + set-kdedir local myconf use alsa || myconf="${myconf} --disable-alsa" use esd || myconf="${myconf} --disable-esd" |