summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-11-26 16:45:27 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-11-26 16:45:27 +0000
commit70274cc7561b4ff248b15e3d3532e8b3d8e21bb5 (patch)
treeb0919487a95409185a02e07762829b9caff8d0cd /media-sound/alsa-driver
parentmarked x86 stable. (diff)
downloadgentoo-2-70274cc7561b4ff248b15e3d3532e8b3d8e21bb5.tar.gz
gentoo-2-70274cc7561b4ff248b15e3d3532e8b3d8e21bb5.tar.bz2
gentoo-2-70274cc7561b4ff248b15e3d3532e8b3d8e21bb5.zip
cleanup
Diffstat (limited to 'media-sound/alsa-driver')
-rw-r--r--media-sound/alsa-driver/Manifest6
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.9.6.ebuild88
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.9.7-r3.ebuild91
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.9.7-r4.ebuild94
-rw-r--r--media-sound/alsa-driver/files/digest-alsa-driver-0.9.61
-rw-r--r--media-sound/alsa-driver/files/digest-alsa-driver-0.9.7-r31
-rw-r--r--media-sound/alsa-driver/files/digest-alsa-driver-0.9.7-r41
7 files changed, 0 insertions, 282 deletions
diff --git a/media-sound/alsa-driver/Manifest b/media-sound/alsa-driver/Manifest
index 2e6aa544d1dd..d8f0ab9a7d0c 100644
--- a/media-sound/alsa-driver/Manifest
+++ b/media-sound/alsa-driver/Manifest
@@ -1,23 +1,17 @@
MD5 a0d2f9e64f89d3fea2a09767bb1eb6a2 alsa-driver-0.5.12a.ebuild 1663
-MD5 183fef94ef21e2fce7e2ab78e70e9fa1 alsa-driver-0.9.6.ebuild 2226
MD5 564c18904e8745681363862186b42ec6 alsa-driver-0.9.8.ebuild 2180
MD5 cc589e7d9e700047214372dbe1eb3917 alsa-driver-0.9.2.ebuild 2686
-MD5 0e0616bbe59ee249bf652ed244815f52 alsa-driver-0.9.7-r3.ebuild 2336
-MD5 46c35a7ab61964b91d16477a6bcdb3ab alsa-driver-0.9.7-r4.ebuild 2428
MD5 ca02c9ed0add3aefaa8c0a5368750fc3 alsa-driver-0.9.0_rc2.ebuild 2655
MD5 e1147a642867b3b3ea43518a1376f6d2 metadata.xml 250
MD5 844453664fd17a5bc8de8f6c68e219b6 ChangeLog 10534
MD5 8c81382138ab9223d1e0abdfdb1e5e98 files/alsa-modules.conf 1088
MD5 aa25f4bdd7880c4cdd0a71b1f691922d files/alsa-compile-fix 746
MD5 28ae6bb0823279c56f378d7ac6d6f607 files/alsasound 4608
-MD5 cf99f25f7efcafda6d88713ffa6c5eae files/digest-alsa-driver-0.9.7-r4 72
MD5 87448a6155eb013f2b14e4a531ffc25a files/alsa-driver-0.9.0rc1-ppc.patch 358
MD5 5283280b5f72b9ea25f3e1e1adcde464 files/digest-alsa-driver-0.9.2 71
MD5 3e71a07cb9c11e4fc53d96f92a3b6c9e files/alsa-driver-0.9.7-pde.patch 524
MD5 ac8c1852768868cb9c61a07e6baddc3a files/digest-alsa-driver-0.5.12a 72
MD5 9732f15dfab42b3c1556f546f14f041f files/alsa-modules.conf-rc 1161
-MD5 cf99f25f7efcafda6d88713ffa6c5eae files/digest-alsa-driver-0.9.7-r3 72
-MD5 5cd143011580b3dbe23df393b08c5c1e files/digest-alsa-driver-0.9.6 71
MD5 e3912a14a13dae85c5ee17f351733bae files/digest-alsa-driver-0.9.0_rc2 74
MD5 45f2cf526eaa8ff274ac6876f15302d1 files/alsa 518
MD5 b166f0d98e0935efcd1cf3dc288e875d files/wolk.patch 895
diff --git a/media-sound/alsa-driver/alsa-driver-0.9.6.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.6.ebuild
deleted file mode 100644
index 2d6e1dfbd2f0..000000000000
--- a/media-sound/alsa-driver/alsa-driver-0.9.6.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.6.ebuild,v 1.5 2003/09/24 09:55:18 hanno Exp $
-
-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
-
-IUSE="oss"
-
-# Need the baselayout 1.7.9 or newer for the init script to work correctly.
-DEPEND="sys-devel/autoconf
- virtual/glibc
- virtual/linux-sources
- >=sys-apps/portage-1.9.10
- >=sys-apps/baselayout-1.7.9"
-PROVIDE="virtual/alsa"
-
-SLOT="0.9"
-KEYWORDS="~x86 ~ppc"
-
-SRC_URI="mirror://alsaproject/driver/${P}.tar.bz2"
-S=${WORKDIR}/${P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # The makefile still installs an alsasound initscript,
- # which we REALLY dont want.
- # This patch stops that
- epatch ${FILESDIR}/makefile.patch
- epatch ${FILESDIR}/wolk.patch
- epatch ${FILESDIR}/alsa-compile-fix
-}
-
-
-src_compile() {
- # Portage should determine the version of the kernel sources
- check_KV
-
- myconf=""
- use oss && myconf="$myconf --with-oss=yes" || \
- myconf="$myconf --with-oss=no"
-
- ./configure \
- $myconf \
- --host=${CHOST} \
- --prefix=/usr \
- --with-kernel="${ROOT}usr/src/linux" \
- --with-isapnp=yes \
- --with-sequencer=yes \
- --with-cards="${ALSA_CARDS}" \
- || die "./configure failed"
-
- emake || die "Parallel Make Failed"
-}
-
-
-src_install() {
- dodir /usr/include/sound
- make DESTDIR=${D} install || die
-
- dodoc CARDS-STATUS COPYING FAQ INSTALL README WARNING TODO doc/*
-}
-
-pkg_postinst() {
- if [ "${ROOT}" = / ]
- then
- [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules
- fi
-
- einfo
- einfo "The alsasound initscript and modules.d/alsa have now moved to alsa-utils"
- einfo
- einfo "Also, remember that all mixer channels will be MUTED by default."
- einfo "Use the 'alsamixer' program to unmute them."
- einfo
-}
-
diff --git a/media-sound/alsa-driver/alsa-driver-0.9.7-r3.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.7-r3.ebuild
deleted file mode 100644
index ab747e68fac5..000000000000
--- a/media-sound/alsa-driver/alsa-driver-0.9.7-r3.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.7-r3.ebuild,v 1.1 2003/10/15 01:34:18 agenkin Exp $
-
-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
-
-IUSE="oss"
-
-# Need the baselayout 1.7.9 or newer for the init script to work correctly.
-DEPEND="sys-devel/autoconf
- virtual/glibc
- virtual/linux-sources
- >=sys-apps/portage-1.9.10
- >=sys-apps/baselayout-1.7.9"
-PROVIDE="virtual/alsa"
-
-SLOT="0.9"
-KEYWORDS="~x86 ~ppc"
-
-ALSA_REVISION="c"
-SRC_URI="mirror://alsaproject/driver/${P}${ALSA_REVISION}.tar.bz2"
-S=${WORKDIR}/${P}${ALSA_REVISION}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # The makefile still installs an alsasound initscript,
- # which we REALLY dont want.
- # This patch stops that
- epatch ${FILESDIR}/makefile.patch
-
- # Looks like the below are not needed as of 0.9.7.
- #epatch ${FILESDIR}/wolk.patch
- #epatch ${FILESDIR}/alsa-compile-fix
-}
-
-
-src_compile() {
- # Portage should determine the version of the kernel sources
- check_KV
-
- myconf=""
- use oss && myconf="$myconf --with-oss=yes" || \
- myconf="$myconf --with-oss=no"
-
- ./configure \
- $myconf \
- --host=${CHOST} \
- --prefix=/usr \
- --with-kernel="${ROOT}usr/src/linux" \
- --with-isapnp=yes \
- --with-sequencer=yes \
- --with-cards="${ALSA_CARDS}" \
- || die "./configure failed"
-
- emake || die "Parallel Make Failed"
-}
-
-
-src_install() {
- dodir /usr/include/sound
- make DESTDIR=${D} install || die
-
- dodoc CARDS-STATUS COPYING FAQ INSTALL README WARNING TODO doc/*
-}
-
-pkg_postinst() {
- if [ "${ROOT}" = / ]
- then
- [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules
- fi
-
- einfo
- einfo "The alsasound initscript and modules.d/alsa have now moved to alsa-utils"
- einfo
- einfo "Also, remember that all mixer channels will be MUTED by default."
- einfo "Use the 'alsamixer' program to unmute them."
- einfo
-}
-
diff --git a/media-sound/alsa-driver/alsa-driver-0.9.7-r4.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.7-r4.ebuild
deleted file mode 100644
index 9674fa022cf9..000000000000
--- a/media-sound/alsa-driver/alsa-driver-0.9.7-r4.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.7-r4.ebuild,v 1.2 2003/10/24 16:02:08 mholzer Exp $
-
-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
-
-IUSE="oss"
-
-# Need the baselayout 1.7.9 or newer for the init script to work correctly.
-DEPEND="sys-devel/autoconf
- virtual/glibc
- virtual/linux-sources
- >=sys-apps/portage-1.9.10
- >=sys-apps/baselayout-1.7.9"
-PROVIDE="virtual/alsa"
-
-SLOT="0.9"
-KEYWORDS="~x86 ~ppc"
-
-ALSA_REVISION="c"
-SRC_URI="mirror://alsaproject/driver/${P}${ALSA_REVISION}.tar.bz2"
-S=${WORKDIR}/${P}${ALSA_REVISION}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # The makefile still installs an alsasound initscript,
- # which we REALLY dont want.
- # This patch stops that
- epatch ${FILESDIR}/makefile.patch
-
- #this is not needed after 0.9.7c (Bug #29965)
- epatch ${FILESDIR}/${P}-pde.patch
- # Looks like the below are not needed as of 0.9.7.
- #epatch ${FILESDIR}/wolk.patch
- #epatch ${FILESDIR}/alsa-compile-fix
- autoconf
-}
-
-
-src_compile() {
- # Portage should determine the version of the kernel sources
- check_KV
-
- myconf=""
- use oss && myconf="$myconf --with-oss=yes" || \
- myconf="$myconf --with-oss=no"
-
- ./configure \
- $myconf \
- --host=${CHOST} \
- --prefix=/usr \
- --with-kernel="${ROOT}usr/src/linux" \
- --with-isapnp=yes \
- --with-sequencer=yes \
- --with-cards="${ALSA_CARDS}" \
- || die "./configure failed"
-
- emake || die "Parallel Make Failed"
-}
-
-
-src_install() {
- dodir /usr/include/sound
- make DESTDIR=${D} install || die
-
- dodoc CARDS-STATUS COPYING FAQ INSTALL README WARNING TODO doc/*
-}
-
-pkg_postinst() {
- if [ "${ROOT}" = / ]
- then
- [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules
- fi
-
- einfo
- einfo "The alsasound initscript and modules.d/alsa have now moved to alsa-utils"
- einfo
- einfo "Also, remember that all mixer channels will be MUTED by default."
- einfo "Use the 'alsamixer' program to unmute them."
- einfo
-}
-
diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.6 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.6
deleted file mode 100644
index 4890a92fb98e..000000000000
--- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c76f1b2de7e7f168ca4a3d5030ce822c alsa-driver-0.9.6.tar.bz2 1578469
diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.7-r3 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.7-r3
deleted file mode 100644
index c010c86f1b0f..000000000000
--- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.7-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6bab6c98de9cbb2431c439c13d495f47 alsa-driver-0.9.7c.tar.bz2 1645407
diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.7-r4 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.7-r4
deleted file mode 100644
index c010c86f1b0f..000000000000
--- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.7-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6bab6c98de9cbb2431c439c13d495f47 alsa-driver-0.9.7c.tar.bz2 1645407