diff options
author | 2002-04-28 17:20:08 +0000 | |
---|---|---|
committer | 2002-04-28 17:20:08 +0000 | |
commit | 97478628b3bc766195946450eea62601a7d230fc (patch) | |
tree | 45fcde25798f124fd8d86f020f95c6e53a4f1c84 /media-sound | |
parent | update to latest upstream - closes 1875 (diff) | |
download | historical-97478628b3bc766195946450eea62601a7d230fc.tar.gz historical-97478628b3bc766195946450eea62601a7d230fc.tar.bz2 historical-97478628b3bc766195946450eea62601a7d230fc.zip |
Cleaned up previous revisions of the ebuild
Diffstat (limited to 'media-sound')
4 files changed, 0 insertions, 105 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r1.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r1.ebuild deleted file mode 100644 index a10e8b9b84de..000000000000 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r1.ebuild,v 1.1 2002/04/27 18:20:25 agenkin Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture kernel modules" -HOMEPAGE="http://www.alsa-project.org/" - -# By default, drivers for all supported cards will be compiled. -# If you want to only compile for specific card(s), set ALSA_CARDS -# environment variable accordingly -[ x${ALSA_CARDS} = x ] && ALSA_CARDS=all - -SRC_URI="ftp://ftp.alsa-project.org/pub/driver/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} - -#virtual/glibc should depend on specific kernel headers -DEPEND="sys-devel/autoconf - virtual/glibc" -PROVIDE="virtual/alsa" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --with-kernel="${ROOT}usr/src/linux-${KV}" \ - --with-isapnp=yes \ - --with-sequencer=yes \ - --with-oss=yes \ - --with-cards=${ALSA_CARDS} \ - || die "./configure failed" - - emake || die "Parallel Make Failed" -} - -src_install () { - dodir /usr/include/sound - dodir /etc/init.d - - make DESTDIR=${D} install || die - - dodoc CARDS-STATUS COPYING FAQ INSTALL README WARNING TODO doc/* - - #insinto /etc/modules.d - #doins ${FILESDIR}/alsa - #insinto /etc/init.d - #doins ${S}/utils/alsasound -} - -pkg_postinst () { - /usr/sbin/update-modules || return 0 -} diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r2.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r2.ebuild deleted file mode 100644 index 22c9392f9507..000000000000 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r2.ebuild,v 1.1 2002/04/27 19:22:49 agenkin Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture kernel modules" -HOMEPAGE="http://www.alsa-project.org/" - -# By default, drivers for all supported cards will be compiled. -# If you want to only compile for specific card(s), set ALSA_CARDS -# environment variable accordingly -[ x${ALSA_CARDS} = x ] && ALSA_CARDS=all - -SRC_URI="ftp://ftp.alsa-project.org/pub/driver/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} - -#virtual/glibc should depend on specific kernel headers -DEPEND="sys-devel/autoconf - virtual/glibc" -PROVIDE="virtual/alsa" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --with-kernel="${ROOT}usr/src/linux-${KV}" \ - --with-isapnp=yes \ - --with-sequencer=yes \ - --with-oss=yes \ - --with-cards=${ALSA_CARDS} \ - || die "./configure failed" - - emake || die "Parallel Make Failed" -} - -src_install () { - dodir /usr/include/sound - dodir /etc/init.d - make DESTDIR=${D} install || die - - dodoc CARDS-STATUS COPYING FAQ INSTALL README WARNING TODO doc/* - - insinto /etc/modules.d - doins ${FILESDIR}/alsa - exeinto /etc/init.d - doexe ${FILESDIR}/alsasound -} - -pkg_postinst () { - /usr/sbin/update-modules || return 0 -} diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r1 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r1 deleted file mode 100644 index ab82b0c07726..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 440feeb7a0932a9f40a059fe78b3d6b2 alsa-driver-0.9.0rc1.tar.bz2 1103418 diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r2 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r2 deleted file mode 100644 index ab82b0c07726..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 440feeb7a0932a9f40a059fe78b3d6b2 alsa-driver-0.9.0rc1.tar.bz2 1103418 |