summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-10-20 15:55:46 +0000
committerChristian Heim <phreak@gentoo.org>2007-10-20 15:55:46 +0000
commit9d7efa496812384cb29d29765723811f9242c67b (patch)
tree0248389a7ab2da215068884c9c64dfcd0e0eb973 /media-libs
parentquote directory variables (diff)
downloadgentoo-2-9d7efa496812384cb29d29765723811f9242c67b.tar.gz
gentoo-2-9d7efa496812384cb29d29765723811f9242c67b.tar.bz2
gentoo-2-9d7efa496812384cb29d29765723811f9242c67b.zip
Removing some of the older ebuilds.
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/alsa-lib/ChangeLog9
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild83
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild83
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.14_rc3-r1.ebuild83
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.14_rc4-r1.ebuild83
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.14_rc4.ebuild70
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.14a.ebuild85
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.15_rc2.ebuild86
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc1-r13
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc2-r13
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc3-r13
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc43
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc4-r13
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.14a3
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.15_rc23
15 files changed, 8 insertions, 595 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog
index 9f7866ddbb4b..55ff53a1c290 100644
--- a/media-libs/alsa-lib/ChangeLog
+++ b/media-libs/alsa-lib/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-libs/alsa-lib
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.243 2007/10/18 17:06:12 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.244 2007/10/20 15:55:45 phreak Exp $
+
+ 20 Oct 2007; Christian Heim <phreak@gentoo.org>
+ -alsa-lib-1.0.14_rc1-r1.ebuild, -alsa-lib-1.0.14_rc2-r1.ebuild,
+ -alsa-lib-1.0.14_rc3-r1.ebuild, -alsa-lib-1.0.14_rc4.ebuild,
+ -alsa-lib-1.0.14_rc4-r1.ebuild, -alsa-lib-1.0.14a.ebuild,
+ -alsa-lib-1.0.15_rc2.ebuild:
+ Removing some of the older ebuilds.
*alsa-lib-1.0.15 (18 Oct 2007)
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild
deleted file mode 100644
index 8541523e10fa..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc1-r1.ebuild,v 1.3 2007/02/11 18:25:15 flameeyes Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="1.9"
-
-inherit eutils autotools libtool
-
-MY_P="${P/_rc/rc}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="doc debug alisp midi"
-
-RDEPEND=">=media-sound/alsa-headers-${PV}"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958
-softvol extplug ioplug"
-
-for plugin in ${IUSE_PCM_PLUGIN}; do
- IUSE="${IUSE} alsa_pcm_plugins_${plugin}"
-done
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- elibtoolize
- epunt_cxx
-}
-
-src_compile() {
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- econf \
- --enable-static \
- --enable-shared \
- --disable-resmgr \
- $(use_with debug) \
- $(use_enable alisp) \
- $(use_enable midi instr) \
- $(use_enable midi seq) $(use_enable midi aload) \
- "--with-pcm-plugins=${ALSA_PCM_PLUGINS}" \
- --disable-dependency-tracking \
- || die "configure failed"
-
- emake || die "make failed"
-
- if use doc; then
- emake doc || die "failed to generate docs"
- fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \
- xargs -0 sed -i -e "s:${S}::"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog TODO
- use doc && dohtml -r doc/doxygen/html/*
-}
-
-pkg_postinst() {
- ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed."
- ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps"
- ewarn "using ALSA output crash."
- ewarn "Note that dmix output is enabled by default on the 'default' device"
- ewarn "since ALSA 1.0.9."
- elog ""
- elog "Please try media-sound/alsa-driver before filing bugs about unstable"
- elog "or missing output with in-kernel drivers. Misaligned versions of"
- elog "alsa-lib and drivers used can cause problems."
-}
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild
deleted file mode 100644
index 9ebf1aee2f8a..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc2-r1.ebuild,v 1.2 2007/02/11 18:25:15 flameeyes Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="1.9"
-
-inherit eutils autotools libtool
-
-MY_P="${P/_rc/rc}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="doc debug alisp midi"
-
-RDEPEND=">=media-sound/alsa-headers-${PV}"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958
-softvol extplug ioplug"
-
-for plugin in ${IUSE_PCM_PLUGIN}; do
- IUSE="${IUSE} alsa_pcm_plugins_${plugin}"
-done
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- elibtoolize
- epunt_cxx
-}
-
-src_compile() {
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- econf \
- --enable-static \
- --enable-shared \
- --disable-resmgr \
- $(use_with debug) \
- $(use_enable alisp) \
- $(use_enable midi instr) \
- $(use_enable midi seq) $(use_enable midi aload) \
- "--with-pcm-plugins=${ALSA_PCM_PLUGINS}" \
- --disable-dependency-tracking \
- || die "configure failed"
-
- emake || die "make failed"
-
- if use doc; then
- emake doc || die "failed to generate docs"
- fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \
- xargs -0 sed -i -e "s:${S}::"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog TODO
- use doc && dohtml -r doc/doxygen/html/*
-}
-
-pkg_postinst() {
- ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed."
- ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps"
- ewarn "using ALSA output crash."
- ewarn "Note that dmix output is enabled by default on the 'default' device"
- ewarn "since ALSA 1.0.9."
- elog ""
- elog "Please try media-sound/alsa-driver before filing bugs about unstable"
- elog "or missing output with in-kernel drivers. Misaligned versions of"
- elog "alsa-lib and drivers used can cause problems."
-}
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc3-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc3-r1.ebuild
deleted file mode 100644
index 39fe2b510a99..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc3-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc3-r1.ebuild,v 1.1 2007/03/17 20:37:21 betelgeuse Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="1.9"
-
-inherit eutils autotools libtool
-
-MY_P="${P/_rc/rc}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="doc debug alisp midi"
-
-RDEPEND=">=media-sound/alsa-headers-${PV}"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958
-softvol extplug ioplug"
-
-for plugin in ${IUSE_PCM_PLUGIN}; do
- IUSE="${IUSE} alsa_pcm_plugins_${plugin}"
-done
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- elibtoolize
- epunt_cxx
-}
-
-src_compile() {
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- econf \
- --enable-static \
- --enable-shared \
- --disable-resmgr \
- $(use_with debug) \
- $(use_enable alisp) \
- $(use_enable midi instr) \
- $(use_enable midi seq) $(use_enable midi aload) \
- "--with-pcm-plugins=${ALSA_PCM_PLUGINS}" \
- --disable-dependency-tracking \
- || die "configure failed"
-
- emake || die "make failed"
-
- if use doc; then
- emake doc || die "failed to generate docs"
- fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \
- xargs -0 sed -i -e "s:${S}::"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog TODO
- use doc && dohtml -r doc/doxygen/html/*
-}
-
-pkg_postinst() {
- ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed."
- ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps"
- ewarn "using ALSA output crash."
- ewarn "Note that dmix output is enabled by default on the 'default' device"
- ewarn "since ALSA 1.0.9."
- elog ""
- elog "Please try media-sound/alsa-driver before filing bugs about unstable"
- elog "or missing output with in-kernel drivers. Misaligned versions of"
- elog "alsa-lib and drivers used can cause problems."
-}
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc4-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc4-r1.ebuild
deleted file mode 100644
index c01bd7a03354..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc4-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc4-r1.ebuild,v 1.1 2007/05/07 21:25:52 genstef Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="1.9"
-
-inherit eutils autotools libtool
-
-MY_P="${P/_rc/rc}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="doc debug alisp midi"
-
-RDEPEND=">=media-sound/alsa-headers-${PV}"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958
-softvol extplug ioplug"
-
-for plugin in ${IUSE_PCM_PLUGIN}; do
- IUSE="${IUSE} alsa_pcm_plugins_${plugin}"
-done
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- elibtoolize
- epunt_cxx
-}
-
-src_compile() {
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- econf \
- --enable-static \
- --enable-shared \
- --disable-resmgr \
- $(use_with debug) \
- $(use_enable alisp) \
- $(use_enable midi instr) \
- $(use_enable midi seq) $(use_enable midi aload) \
- "--with-pcm-plugins=${ALSA_PCM_PLUGINS}" \
- --disable-dependency-tracking \
- || die "configure failed"
-
- emake || die "make failed"
-
- if use doc; then
- emake doc || die "failed to generate docs"
- fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \
- xargs -0 sed -i -e "s:${S}::"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog TODO
- use doc && dohtml -r doc/doxygen/html/*
-}
-
-pkg_postinst() {
- ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed."
- ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps"
- ewarn "using ALSA output crash."
- ewarn "Note that dmix output is enabled by default on the 'default' device"
- ewarn "since ALSA 1.0.9."
- elog ""
- elog "Please try media-sound/alsa-driver before filing bugs about unstable"
- elog "or missing output with in-kernel drivers. Misaligned versions of"
- elog "alsa-lib and drivers used can cause problems."
-}
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc4.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc4.ebuild
deleted file mode 100644
index 53ff5f53e44a..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc4.ebuild,v 1.1 2007/05/07 21:25:52 genstef Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="1.9"
-
-inherit eutils autotools libtool
-
-MY_P="${P/_rc/rc}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="doc debug"
-
-RDEPEND=">=media-sound/alsa-headers-${PV}"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- elibtoolize
- epunt_cxx
-}
-
-src_compile() {
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- econf \
- --enable-static \
- --enable-shared \
- $(use_with debug) \
- || die "configure failed"
-
- emake || die "make failed"
-
- if use doc; then
- emake doc || die "failed to generate docs"
- fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \
- xargs -0 sed -i -e "s:${S}::"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog TODO
- use doc && dohtml -r doc/doxygen/html/*
-}
-
-pkg_postinst() {
- ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed."
- ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps"
- ewarn "using ALSA output crash."
- ewarn "Note that dmix output is enabled by default on the 'default' device"
- ewarn "since ALSA 1.0.9."
- elog ""
- elog "Please try media-sound/alsa-driver before filing bugs about unstable"
- elog "or missing output with in-kernel drivers. Misaligned versions of"
- elog "alsa-lib and drivers used can cause problems."
-}
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14a.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14a.ebuild
deleted file mode 100644
index ff84437333ad..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.14a.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14a.ebuild,v 1.1 2007/06/27 15:18:41 chainsaw Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="1.9"
-
-inherit eutils autotools libtool
-
-MY_P="${P/_rc/rc}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="doc debug alisp midi"
-
-RDEPEND=">=media-sound/alsa-headers-${PV/14a/14}"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958
-softvol extplug ioplug"
-
-for plugin in ${IUSE_PCM_PLUGIN}; do
- IUSE="${IUSE} alsa_pcm_plugins_${plugin}"
-done
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- elibtoolize
- epunt_cxx
-}
-
-src_compile() {
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- econf \
- --enable-static \
- --enable-shared \
- --disable-resmgr \
- $(use_with debug) \
- $(use_enable alisp) \
- $(use_enable midi instr) \
- $(use_enable midi seq) $(use_enable midi aload) \
- "--with-pcm-plugins=${ALSA_PCM_PLUGINS}" \
- --disable-dependency-tracking \
- || die "configure failed"
-
- emake || die "make failed"
-
- if use doc; then
- emake doc || die "failed to generate docs"
- fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \
- xargs -0 sed -i -e "s:${S}::"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog TODO
- use doc && dohtml -r doc/doxygen/html/*
-}
-
-pkg_postinst() {
- ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed."
- ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps"
- ewarn "using ALSA output crash."
- ewarn "Note that dmix output is enabled by default on the 'default' device"
- ewarn "since ALSA 1.0.9."
- elog ""
- elog "Please try in-kernel ALSA drivers instead of the alsa-drivers ebuild."
- elog "If alsa-drivers works for you where a recent kernel does not, we want "
- elog "to know about this. Our e-mail address is alsa-bugs@gentoo.org"
- elog "However, if you notice no sound output or instability, please try to "
- elog "upgrade your kernel to a newer version first."
-}
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.15_rc2.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.15_rc2.ebuild
deleted file mode 100644
index b58a2fd8ae3c..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.15_rc2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.15_rc2.ebuild,v 1.1 2007/09/17 17:25:59 phreak Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="1.9"
-
-inherit eutils autotools libtool
-
-MY_P="${P/_rc/rc}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="doc debug alisp midi"
-
-RDEPEND=">=media-sound/alsa-headers-1.0.14"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-IUSE_PCM_PLUGIN="adpcm alaw copy dshare dsnoop extplug file hooks ladspa lfloat linear meter mulaw multi null rate route share shm"
-
-for plugin in ${IUSE_PCM_PLUGIN}; do
- IUSE="${IUSE} alsa_pcm_plugins_${plugin}"
-done
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- elibtoolize
- epunt_cxx
-}
-
-src_compile() {
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- # Enabling asym, dmix, empty, iec958, ioplug, plug, softvol for now by
- # _DEFAULT_ since alsa seems to need it.
- econf \
- --enable-static \
- --enable-shared \
- --disable-resmgr \
- $(use_with debug) \
- $(use_enable alisp) \
- $(use_enable midi instr) \
- $(use_enable midi seq) $(use_enable midi aload) \
- "--with-pcm-plugins=asym dmix empty iec958 ioplug plug softvol ${ALSA_PCM_PLUGINS}" \
- --disable-dependency-tracking \
- || die "configure failed"
-
- emake || die "make failed"
-
- if use doc; then
- emake doc || die "failed to generate docs"
- fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \
- xargs -0 sed -i -e "s:${S}::"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog TODO
- use doc && dohtml -r doc/doxygen/html/*
-}
-
-pkg_postinst() {
- ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed."
- ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps"
- ewarn "using ALSA output crash."
- ewarn "Note that dmix output is enabled by default on the 'default' device"
- ewarn "since ALSA 1.0.9."
- elog ""
- elog "Please try in-kernel ALSA drivers instead of the alsa-drivers ebuild."
- elog "If alsa-drivers works for you where a recent kernel does not, we want "
- elog "to know about this. Our e-mail address is alsa-bugs@gentoo.org"
- elog "However, if you notice no sound output or instability, please try to "
- elog "upgrade your kernel to a newer version first."
-}
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc1-r1 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc1-r1
deleted file mode 100644
index a74bd0f72656..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc1-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6e45bb92e9162ffaeb26395e8210971f alsa-lib-1.0.14rc1.tar.bz2 714549
-RMD160 c4520ff469fcfb68da4f1646e2b153cce805e892 alsa-lib-1.0.14rc1.tar.bz2 714549
-SHA256 a0acfe840b519b9ab90f94878941ff2e77aac07c1e4d08c07f6d8c96661150ca alsa-lib-1.0.14rc1.tar.bz2 714549
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc2-r1 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc2-r1
deleted file mode 100644
index be8d19781cf1..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc2-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7ea3319690672d4bbd5f950947b705b7 alsa-lib-1.0.14rc2.tar.bz2 714700
-RMD160 639afd5affab58fb760aa4161a5714dba00e9460 alsa-lib-1.0.14rc2.tar.bz2 714700
-SHA256 9f32daa66ac6e0a549d4345f7b43588eee28b6abace5ad0aac271e4ddd06d349 alsa-lib-1.0.14rc2.tar.bz2 714700
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc3-r1 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc3-r1
deleted file mode 100644
index 47d539e8d7f7..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc3-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 16b9ae3b1ebb031c23d8e50755cc81db alsa-lib-1.0.14rc3.tar.bz2 715417
-RMD160 35e1b048360b36c09dc9771b0610dc92ac36d132 alsa-lib-1.0.14rc3.tar.bz2 715417
-SHA256 17b7e2ece54b5d39fe9c426ead25c3a0539e699fe257c80b51c19dc19dad640e alsa-lib-1.0.14rc3.tar.bz2 715417
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc4 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc4
deleted file mode 100644
index ae045b3e8338..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1c96a1e36270bc22df0a85f74df64290 alsa-lib-1.0.14rc4.tar.bz2 784451
-RMD160 67f07d7deb44ca9545c34dc3f66b069b9b72eb13 alsa-lib-1.0.14rc4.tar.bz2 784451
-SHA256 e55912c5fa5b28f91138710aa29bfa5e982a0b707c9cf7bfc8612b60f6b95f17 alsa-lib-1.0.14rc4.tar.bz2 784451
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc4-r1 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc4-r1
deleted file mode 100644
index ae045b3e8338..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14_rc4-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1c96a1e36270bc22df0a85f74df64290 alsa-lib-1.0.14rc4.tar.bz2 784451
-RMD160 67f07d7deb44ca9545c34dc3f66b069b9b72eb13 alsa-lib-1.0.14rc4.tar.bz2 784451
-SHA256 e55912c5fa5b28f91138710aa29bfa5e982a0b707c9cf7bfc8612b60f6b95f17 alsa-lib-1.0.14rc4.tar.bz2 784451
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14a b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14a
deleted file mode 100644
index a0b370ccdeba..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.14a
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 72dc63821ce33f2b97a151a909b06ff8 alsa-lib-1.0.14a.tar.bz2 785668
-RMD160 27eddeda716213807b38a33e7a13408bc073d9c0 alsa-lib-1.0.14a.tar.bz2 785668
-SHA256 de64de37a9acf918f347a3975e0ad3f58b24790dafdd03d9869a22ced4e5dcc7 alsa-lib-1.0.14a.tar.bz2 785668
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.15_rc2 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.15_rc2
deleted file mode 100644
index 5c568fb1533a..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.15_rc2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 102c8aebe1d6245683ab2233c1124a06 alsa-lib-1.0.15rc2.tar.bz2 793555
-RMD160 a120b02d367ebed2a4d7ab2faf66931ca38ca46a alsa-lib-1.0.15rc2.tar.bz2 793555
-SHA256 3b75a91411072a7677c613036af29fa0556cdce4724206aedea660202f7efa03 alsa-lib-1.0.15rc2.tar.bz2 793555