summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-07 20:39:23 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-07 20:39:23 +0000
commitec183f63d87bd44e1fc6ef2df460a0e2fc2d0fc8 (patch)
tree62fc36778116ab49f58ae8d78d858db70687e5be /media-sound/alsa-driver
parentVersion cleanup. (diff)
downloadhistorical-ec183f63d87bd44e1fc6ef2df460a0e2fc2d0fc8.tar.gz
historical-ec183f63d87bd44e1fc6ef2df460a0e2fc2d0fc8.tar.bz2
historical-ec183f63d87bd44e1fc6ef2df460a0e2fc2d0fc8.zip
Version cleanup.
Diffstat (limited to 'media-sound/alsa-driver')
-rw-r--r--media-sound/alsa-driver/ChangeLog5
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild67
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild96
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.9.2.ebuild94
-rw-r--r--media-sound/alsa-driver/files/alsa17
-rw-r--r--media-sound/alsa-driver/files/alsa-driver-0.9.0rc1-ppc.patch10
-rw-r--r--media-sound/alsa-driver/files/alsa-modules.conf36
-rw-r--r--media-sound/alsa-driver/files/alsa-modules.conf-rc39
-rw-r--r--media-sound/alsa-driver/files/alsasound174
-rw-r--r--media-sound/alsa-driver/files/digest-alsa-driver-0.5.12a1
-rw-r--r--media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc21
-rw-r--r--media-sound/alsa-driver/files/digest-alsa-driver-0.9.21
12 files changed, 3 insertions, 538 deletions
diff --git a/media-sound/alsa-driver/ChangeLog b/media-sound/alsa-driver/ChangeLog
index 17e42f0150ab..cd2aad87f0e4 100644
--- a/media-sound/alsa-driver/ChangeLog
+++ b/media-sound/alsa-driver/ChangeLog
@@ -1,9 +1,10 @@
# ChangeLog for media-sound/alsa-driver
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.96 2004/10/07 20:38:02 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.97 2004/10/07 20:39:23 eradicator Exp $
07 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> -files/alsa,
- -files/alsasound, -alsa-driver-0.5.12a.ebuild,
+ -files/alsa-driver-0.9.0rc1-ppc.patch, -files/alsa-modules.conf,
+ -files/alsa-modules.conf-rc -files/alsasound, -alsa-driver-0.5.12a.ebuild,
-alsa-driver-0.9.0_rc2.ebuild, -alsa-driver-0.9.2.ebuild:
Version cleanup.
diff --git a/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild
deleted file mode 100644
index 21d2491ae1c3..000000000000
--- a/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.12a.ebuild,v 1.20 2004/07/24 05:44:34 eradicator Exp $
-
-IUSE=""
-
-DESCRIPTION="Advanced Linux Sound Architecture modules"
-SRC_URI="mirror://alsaproject/driver/${P}.tar.bz2"
-HOMEPAGE="http://www.alsa-project.org"
-
-RDEPEND=""
-DEPEND="sys-devel/autoconf virtual/linux-sources"
-PROVIDE="virtual/alsa"
-
-SLOT="0.5"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="x86 -ppc ~alpha -sparc"
-
-setkv() {
- #alsa-driver will compile modules for kernel symlinked to /usr/src/linux
- KV=""
- KV=`readlink /usr/src/linux`
- if [ $? -ne 0 ] ; then
- echo
- echo "/usr/src/linux symlink does not exist; cannot continue."
- echo
- die
- else
- KV=${KV/linux-/}
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp configure.in configure.in.orig
- sed -e 's/-m.86//g' configure.in.orig > configure.in
- autoconf
-}
-
-src_compile() {
- setkv
- ./configure \
- --with-kernel="${ROOT}usr/src/linux-${KV}" \
- --with-isapnp=yes \
- --with-sequencer=yes \
- --with-oss=yes \
- --with-cards=all || die
- emake || die
-}
-
-src_install () {
- #point this to the kernel headers in the future, not the kernel sources
- insinto /usr/include/linux
- cd ${S}/include
- doins asound.h asoundid.h asequencer.h ainstr_*.h
- dodoc INSTALL FAQ
- dodir /lib/modules/${KV}/misc
- cp ${S}/modules/*.o ${D}/lib/modules/${KV}/misc
- insinto /etc/modules.d
- doins ${FILESDIR}/alsa
- #this is the new modular modules system (from Debian) :)
-}
-
-pkg_postinst() {
- /usr/sbin/update-modules || return 0
-}
diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild
deleted file mode 100644
index 14d91044c1cf..000000000000
--- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc2.ebuild,v 1.20 2004/07/24 05:44:34 eradicator Exp $
-
-inherit eutils
-
-IUSE=""
-
-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 to a space-separated list of drivers that you want to build.
-# For example:
-#
-# env ALSA_CARDS='emu10k1 intel8x0 ens1370' emerge alsa-driver
-#
-[ x"${ALSA_CARDS}" = x ] && ALSA_CARDS=all
-
-MY_P=${P/_rc/rc}
-SRC_URI="mirror://alsaproject/driver/${MY_P}.tar.bz2"
-S=${WORKDIR}/${MY_P}
-
-# Need the baselayout 1.7.9 or newer for the init script to work correctly.
-DEPEND="sys-devel/autoconf
- virtual/linux-sources
- >=sys-apps/portage-1.9.10"
-
-RDEPEND=">=sys-apps/baselayout-1.7.9"
-
-PROVIDE="virtual/alsa"
-
-SLOT="0.9"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="x86 ppc -sparc"
-
-src_unpack() {
- # Some *broken* Gentoo packages install stuff in /etc/rc.d/init.d
- # instead of /etc/init.d. However, this causes alsa's installer
- # to do the same foolish thing. This *hack* inibits the problem.
- # I filed a bug report about this with the ALSA people:
- # http://sourceforge.net/tracker/?func=detail&aid=551668&group_id=27464&atid=390601
- unpack ${A}
- cd ${S}
- sed -i -e 's:/etc/rc.d/init.d:/etc/init.d:' Makefile
- if use ppc; then
- epatch ${FILESDIR}/alsa-driver-0.9.0rc1-ppc.patch
- fi
-}
-
-
-src_compile() {
- # Portage should determine the version of the kernel sources
- check_KV
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --with-kernel="${ROOT}usr/src/linux" \
- --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
- newins ${FILESDIR}/alsa-modules.conf alsa
- exeinto /etc/init.d
- doexe ${FILESDIR}/alsasound
-}
-
-pkg_postinst () {
- if [ "${ROOT}" = / ]
- then
- [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules
- fi
-
- einfo
- einfo "You might want to edit file /etc/modules.d/alsa according to your"
- einfo "hardware configuration."
- einfo
- einfo "If you are going to be using the 'alsasound' init script, make sure"
- einfo "that you add it to the 'boot' runlevel (not 'default')."
- einfo
-}
diff --git a/media-sound/alsa-driver/alsa-driver-0.9.2.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.2.ebuild
deleted file mode 100644
index 3d224e2bd753..000000000000
--- a/media-sound/alsa-driver/alsa-driver-0.9.2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.2.ebuild,v 1.10 2004/07/24 05:44:34 eradicator Exp $
-
-IUSE=""
-
-DESCRIPTION="Advanced Linux Sound Architecture kernel modules"
-HOMEPAGE="http://www.alsa-project.org/"
-LICENSE="GPL-2 LGPL-2.1"
-
-# By default, drivers for all supported cards will be compiled.
-# If you want to only compile for specific card(s), set ALSA_CARDS
-# environment to a space-separated list of drivers that you want to build.
-# For example:
-#
-# env ALSA_CARDS='emu10k1 intel8x0 ens1370' emerge alsa-driver
-#
-[ x"${ALSA_CARDS}" = x ] && ALSA_CARDS=all
-
-# Need the baselayout 1.7.9 or newer for the init script to work correctly.
-DEPEND="sys-devel/autoconf
- virtual/linux-sources
- >=sys-apps/portage-1.9.10"
-RDEPEND=">=sys-apps/baselayout-1.7.9"
-PROVIDE="virtual/alsa"
-
-SLOT="0.9"
-KEYWORDS="x86 ~ppc -sparc"
-
-SRC_URI="mirror://alsaproject/driver/${P}.tar.bz2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # Some *broken* Gentoo packages install stuff in /etc/rc.d/init.d
- # instead of /etc/init.d. However, this causes alsa's installer
- # to do the same foolish thing. This *hack* inibits the problem.
- # I filed a bug report about this with the ALSA people:
- # http://sourceforge.net/tracker/?func=detail&aid=551668&group_id=27464&atid=390601
- # Arcady Genkin <agenkin@thpoon.com>
- sed -e 's:/etc/rc.d/init.d:/etc/init.d:' < Makefile > Makefile.hacked
- mv Makefile.hacked Makefile
-
-}
-
-
-src_compile() {
- # Portage should determine the version of the kernel sources
- check_KV
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --with-kernel="${ROOT}usr/src/linux" \
- --with-isapnp=yes \
- --with-sequencer=yes \
- --with-oss=yes \
- --with-cards="${ALSA_CARDS}" \
- || die "./configure failed"
-
- make || 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
- newins ${FILESDIR}/alsa-modules.conf-rc alsa
- exeinto /etc/init.d
- doexe ${FILESDIR}/alsasound
-}
-
-pkg_postinst() {
- if [ "${ROOT}" = / ]
- then
- [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules
- fi
-
- einfo
- einfo "You need to edit file /etc/modules.d/alsa according to your"
- einfo "hardware configuration."
- einfo
- einfo "If you are going to be using the 'alsasound' init script, make sure"
- einfo "that you add it to the 'boot' runlevel (not 'default')."
- einfo
- einfo "Also, remember that all mixer channels will be MUTED by default."
- einfo "Use 'alsamixer' program to unmute them."
- einfo
-}
-
diff --git a/media-sound/alsa-driver/files/alsa b/media-sound/alsa-driver/files/alsa
deleted file mode 100644
index e65df04f4799..000000000000
--- a/media-sound/alsa-driver/files/alsa
+++ /dev/null
@@ -1,17 +0,0 @@
-# ALSA portion
-alias char-major-116 snd
-# OSS/Free portion
-alias char-major-14 soundcore
-
-# OSS/Free portion - card #1
-alias sound-service-0-0 snd-mixer-oss
-alias sound-service-0-1 snd-seq-oss
-alias sound-service-0-3 snd-pcm-oss
-alias sound-service-0-8 snd-seq-oss
-alias sound-service-0-12 snd-pcm-oss
-
-#customize the lines below to allow for demand-loading of modules
-#options snd snd_major=116 snd_cards_limit=1
-#alias snd-card-0 snd-card-ens1371
-#options snd-card-ens1371 snd_index=0
-#alias sound-slot-0 snd-card-0
diff --git a/media-sound/alsa-driver/files/alsa-driver-0.9.0rc1-ppc.patch b/media-sound/alsa-driver/files/alsa-driver-0.9.0rc1-ppc.patch
deleted file mode 100644
index 2394cf2e6f53..000000000000
--- a/media-sound/alsa-driver/files/alsa-driver-0.9.0rc1-ppc.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- alsa-driver-0.9.0rc1/alsa-kernel/ppc/keywest.c Mon Feb 25 12:50:13 2002
-+++ alsa-driver-0.9.0rc1.n/alsa-kernel/ppc/keywest.c Tue Jun 4 18:45:39 2002
-@@ -27,6 +27,7 @@
- #include <sound/driver.h>
- #include <linux/init.h>
- #include <sound/core.h>
-+#include <asm/delay.h>
- #include "pmac.h"
-
- /* The Tumbler audio equalizer can be really slow sometimes */
diff --git a/media-sound/alsa-driver/files/alsa-modules.conf b/media-sound/alsa-driver/files/alsa-modules.conf
deleted file mode 100644
index c8d6e449ee13..000000000000
--- a/media-sound/alsa-driver/files/alsa-modules.conf
+++ /dev/null
@@ -1,36 +0,0 @@
-# Alsa 0.9.X kernel modules' configuration file.
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/files/alsa-modules.conf,v 1.4 2004/07/18 03:40:15 dragonheart Exp $
-
-# ALSA portion
-alias char-major-116 snd
-# OSS/Free portion
-alias char-major-14 soundcore
-
-##
-## IMPORTANT:
-## You need to customise this section for your specific sound card(s)
-## and then run `update-modules' command.
-## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
-##
-## ALSA portion
-## alias snd-card-0 snd-interwave
-## alias snd-card-1 snd-ens1371
-## OSS/Free portion
-## alias sound-slot-0 snd-card-0
-## alias sound-slot-1 snd-card-1
-##
-
-# OSS/Free portion - card #1
-alias sound-service-0-0 snd-mixer-oss
-alias sound-service-0-1 snd-seq-oss
-alias sound-service-0-3 snd-pcm-oss
-alias sound-service-0-8 snd-seq-oss
-alias sound-service-0-12 snd-pcm-oss
-## OSS/Free portion - card #2
-## alias sound-service-1-0 snd-mixer-oss
-## alias sound-service-1-3 snd-pcm-oss
-## alias sound-service-1-12 snd-pcm-oss
-
-alias /dev/mixer snd-mixer-oss
-alias /dev/dsp snd-pcm-oss
-alias /dev/midi snd-seq-oss
diff --git a/media-sound/alsa-driver/files/alsa-modules.conf-rc b/media-sound/alsa-driver/files/alsa-modules.conf-rc
deleted file mode 100644
index 300107e3c5bc..000000000000
--- a/media-sound/alsa-driver/files/alsa-modules.conf-rc
+++ /dev/null
@@ -1,39 +0,0 @@
-# Alsa 0.9.X kernel modules' configuration file.
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/files/alsa-modules.conf-rc,v 1.2 2004/07/18 03:40:15 dragonheart Exp $
-
-# ALSA portion
-alias char-major-116 snd
-# OSS/Free portion
-alias char-major-14 soundcore
-
-##
-## IMPORTANT:
-## You need to customise this section for your specific sound card(s)
-## and then run `update-modules' command.
-## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
-##
-## ALSA portion
-## alias snd-card-0 snd-interwave
-## alias snd-card-1 snd-ens1371
-## OSS/Free portion
-## alias sound-slot-0 snd-card-0
-## alias sound-slot-1 snd-card-1
-##
-
-# OSS/Free portion - card #1
-alias sound-service-0-0 snd-mixer-oss
-alias sound-service-0-1 snd-seq-oss
-alias sound-service-0-3 snd-pcm-oss
-alias sound-service-0-8 snd-seq-oss
-alias sound-service-0-12 snd-pcm-oss
-## OSS/Free portion - card #2
-## alias sound-service-1-0 snd-mixer-oss
-## alias sound-service-1-3 snd-pcm-oss
-## alias sound-service-1-12 snd-pcm-oss
-
-alias /dev/mixer snd-mixer-oss
-alias /dev/dsp snd-pcm-oss
-alias /dev/midi snd-seq-oss
-
-# Set this to the correct number of cards.
-options snd cards_limit=1
diff --git a/media-sound/alsa-driver/files/alsasound b/media-sound/alsa-driver/files/alsasound
deleted file mode 100644
index 168ba0a8f129..000000000000
--- a/media-sound/alsa-driver/files/alsasound
+++ /dev/null
@@ -1,174 +0,0 @@
-#!/sbin/runscript
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/files/alsasound,v 1.12 2004/07/18 03:40:15 dragonheart Exp $
-#
-# Gentoo users: add this script to 'boot' run level.
-# ==================================================
-#
-# alsasound This shell script takes care of starting and stopping
-# the ALSA sound driver.
-#
-# This script requires /usr/sbin/alsactl and /usr/bin/aconnect programs
-# from the alsa-utils package.
-#
-# Copyright (c) by Jaroslav Kysela <perex@suse.cz>
-#
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-
-alsactl=/usr/sbin/alsactl
-asoundcfg=/etc/asound.state
-aconnect=/usr/bin/aconnect
-alsascrdir=/etc/alsa.d
-
-depend() {
- need bootmisc localmount
- before modules
- after isapnp
- provide alsa-modules
-}
-
-start() {
-
- # Start driver if it isn't already up.
- if [ -d /proc/asound ]
- then
- eerror "ALSA driver is already running."
- return 1
- fi
-
- #
- # insert all sound modules
- #
-
- ebegin "Initialising ALSA."
-
- drivers="`/sbin/modprobe -c | \
- grep -E "^[[:space:]]*alias[[:space:]]+snd-card-[[:digit:]]" | \
- awk '{print $3}'`"
- for i in $drivers; do
- if [ "$i" != off ]; then
- einfon "Starting sound driver: $i "
- /sbin/modprobe $i
- eend 0
- fi
- done
- # The next line is a hack around output race condition (Gentoo bug #12524).
- echo " "
- #
- # insert sequencer modules
- #
- if [ x"$START_ALSA_SEQ" = xyes -a -r /proc/asound/seq/drivers ]; then
- t="`cut -d , -f 1 /proc/asound/seq/drivers`"
- if [ "x$t" != "x" ]; then
- /sbin/modprobe $t
- fi
- fi
- #
- # restore driver settings
- #
- if [ -d /proc/asound ]; then
- if [ ! -r $asoundcfg ]; then
- ewarn "No mixer config in $asoundcfg, you have to unmute your card!"
- else
- if [ -x $alsactl ]; then
- num_cards=`modprobe -c|awk -F= '/options snd cards_limit/ {print $2;}'`
- if [ "$num_cards" == "" ]; then
- $alsactl -f $asoundcfg restore
- else
- let num_cards--
- for i in `seq 0 $num_cards`; do
- $alsactl -f $asoundcfg restore $i
- done
- fi
- else
- eerror -e "ERROR: alsactl not found!"
- fi
- fi
- fi
- #
- # run card-dependent scripts
- for i in $drivers; do
- t=${i##snd-}
- if [ -x $alsascrdir/$t ]; then
- $alsascrdir/$t
- fi
- done
-
- #
- # touch lockfile if lockdir exists
- #
- if [ -d /var/lock/subsys ] ; then
- touch /var/lock/subsys/alsasound
- fi
-}
-
-terminate() {
- #
- # Kill processes holding open sound devices
- #
- # DEVS=`find /dev/ -follow -type c -maxdepth 1 -print 2>/dev/null | xargs ls -dils | grep "1*1[46]," | cut -d: -f2 | cut -d" " -f2; echo /proc/asound/dev/*`
- ossdevs="/dev/admmidi? /dev/adsp? /dev/amidi? /dev/audio* /dev/dmfm* \
- /dev/dmmidi? /dev/dsp* /dev/dspW* /dev/midi0? /dev/mixer? /dev/music \
- /dev/patmgr? /dev/sequencer* /dev/sndstat"
- alsadevs="/proc/asound/dev/*"
- fuser -k $ossdevs $alsadevs 2> /dev/null 1>/dev/null
- #
- # remove all sequencer connections if any
- #
- if [ -f /proc/asound/seq/clients -a -x $aconnect ]; then
- $aconnect --removeall
- fi
-}
-
-stop() {
-
- if [ ! -d /proc/asound ]
- then
- eerror "ALSA driver is not loaded."
- return 0
- fi
-
- ebegin "Shutting down ALSA modules."
-
- # Call terminate function first to kill the processes, holding the drivers.
- terminate
-
- #
- # store driver settings
- #
- if [ -x $alsactl ]; then
- $alsactl -f $asoundcfg store
- else
- ewarn -n "WARNING: !!!alsactl not found!!! "
- fi
- #
- # remove all sound modules
- #
- /sbin/lsmod | grep -E "^snd" | grep -Ev "^(snd-page-alloc|snd-hammerfall-mem)" | while read line; do \
- /sbin/rmmod `echo $line | cut -d ' ' -f 1`; \
- done
- # remove the 2.2 soundcore module (if possible)
- /sbin/rmmod soundcore 2> /dev/null
- /sbin/rmmod gameport 2> /dev/null
-
- #
- # remove lockfile if lockdir exists
- #
- if [ -d /var/lock/subsys ] ; then
- rm -f /var/lock/subsys/alsasound
- fi
- eend 0
-}
diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.5.12a b/media-sound/alsa-driver/files/digest-alsa-driver-0.5.12a
deleted file mode 100644
index 2a6a0b44f3cc..000000000000
--- a/media-sound/alsa-driver/files/digest-alsa-driver-0.5.12a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2c6ace1dd097f03514ca270e9879ee44 alsa-driver-0.5.12a.tar.bz2 915079
diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc2 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc2
deleted file mode 100644
index 8b9f0e3579dc..000000000000
--- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8ef5fd805ecd92a392ae536d7eacfcd2 alsa-driver-0.9.0rc2.tar.bz2 1289274
diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.2 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.2
deleted file mode 100644
index 43b7a3b79896..000000000000
--- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 946d1751f585f29192aed73df496c915 alsa-driver-0.9.2.tar.bz2 1635057