diff options
author | 2004-03-31 03:10:07 +0000 | |
---|---|---|
committer | 2004-03-31 03:10:07 +0000 | |
commit | 80e1512624c396478e3a51754d56e790f6f10af2 (patch) | |
tree | 07d33761c84ee8f6b7f42b4d438510bbd7fa2b82 /media-sound/alsa-utils/alsa-utils-1.0.2.ebuild | |
parent | change to use yaboot-static (diff) | |
download | gentoo-2-80e1512624c396478e3a51754d56e790f6f10af2.tar.gz gentoo-2-80e1512624c396478e3a51754d56e790f6f10af2.tar.bz2 gentoo-2-80e1512624c396478e3a51754d56e790f6f10af2.zip |
Added sleeps to get around a bug in udev. See bug #39345. Removing old ebuilds and cleaning up existing.
Diffstat (limited to 'media-sound/alsa-utils/alsa-utils-1.0.2.ebuild')
-rw-r--r-- | media-sound/alsa-utils/alsa-utils-1.0.2.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild index bc165b8d4503..843bd7c00b2c 100644 --- a/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild +++ b/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild,v 1.5 2004/03/14 00:28:35 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild,v 1.6 2004/03/31 03:10:03 eradicator Exp $ DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" HOMEPAGE="http://www.alsa-project.org/" @@ -12,15 +12,11 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~amd64 ~mips" MY_P=${P/_rc/rc} -#SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${MY_P}.tar.bz2" SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2" RESTRICT="nomirror" S=${WORKDIR}/${MY_P} -src_compile() { - econf || die "./configure failed" - emake || die "Parallel Make Failed" -} +IUSE="" src_install() { local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO |