diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-15 22:04:04 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-15 22:04:04 +0000 |
commit | b20745ae43c4556b9584eb5f66ecd2cc872af58b (patch) | |
tree | 683a25ba46d195bbd33699ee4449075bf598b47e /media-sound | |
parent | Initial commit (diff) | |
download | gentoo-2-b20745ae43c4556b9584eb5f66ecd2cc872af58b.tar.gz gentoo-2-b20745ae43c4556b9584eb5f66ecd2cc872af58b.tar.bz2 gentoo-2-b20745ae43c4556b9584eb5f66ecd2cc872af58b.zip |
cleanup
Diffstat (limited to 'media-sound')
35 files changed, 27 insertions, 1047 deletions
diff --git a/media-sound/alsa-driver/Manifest b/media-sound/alsa-driver/Manifest new file mode 100644 index 000000000000..d9dacfb295f2 --- /dev/null +++ b/media-sound/alsa-driver/Manifest @@ -0,0 +1,14 @@ +MD5 787daae725934ffd540b0011cecf86ea ChangeLog 6383 +MD5 a0d2f9e64f89d3fea2a09767bb1eb6a2 alsa-driver-0.5.12a.ebuild 1663 +MD5 6824caf41e03202f95d32f4855d45f97 alsa-driver-0.9.0_rc2.ebuild 2654 +MD5 a64b0229ef1bb9861f766c745f1e1ca8 alsa-driver-0.9.2.ebuild 2686 +MD5 304036ff2d79f19389121c07b304da6a alsa-driver-0.9.3a.ebuild 2685 +MD5 28ae6bb0823279c56f378d7ac6d6f607 files/alsasound 4608 +MD5 45f2cf526eaa8ff274ac6876f15302d1 files/alsa 518 +MD5 87448a6155eb013f2b14e4a531ffc25a files/alsa-driver-0.9.0rc1-ppc.patch 358 +MD5 8c81382138ab9223d1e0abdfdb1e5e98 files/alsa-modules.conf 1088 +MD5 9732f15dfab42b3c1556f546f14f041f files/alsa-modules.conf-rc 1161 +MD5 ac8c1852768868cb9c61a07e6baddc3a files/digest-alsa-driver-0.5.12a 72 +MD5 e3912a14a13dae85c5ee17f351733bae files/digest-alsa-driver-0.9.0_rc2 74 +MD5 5283280b5f72b9ea25f3e1e1adcde464 files/digest-alsa-driver-0.9.2 71 +MD5 2d39f80fad60314ed189ac266fec3d72 files/digest-alsa-driver-0.9.3a 72 diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild deleted file mode 100644 index 69794aebea4a..000000000000 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild +++ /dev/null @@ -1,86 +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.0_rc1-r7.ebuild,v 1.11 2003/02/13 13:05:24 vapier 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} - -# Need the baselayout 1.7.9 or newer for the init script to work correctly. -DEPEND="sys-devel/autoconf - virtual/glibc - >=sys-apps/portage-1.9.10 - >=sys-apps/baselayout-1.7.9" -PROVIDE="virtual/alsa" - -SLOT="0.9" -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="x86 ppc" - -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 -e 's:/etc/rc.d/init.d:/etc/init.d:' < Makefile > Makefile.hacked - mv Makefile.hacked Makefile - if [ ${ARCH} = "ppc" ] - then patch -p1 < ${FILESDIR}/alsa-driver-0.9.0rc1-ppc.patch || die - 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.0_rc3.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild deleted file mode 100644 index 282db1d8c856..000000000000 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild +++ /dev/null @@ -1,97 +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.0_rc3.ebuild,v 1.9 2003/02/13 13:05:32 vapier 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 - -# Need the baselayout 1.7.9 or newer for the init script to work correctly. -DEPEND="sys-devel/autoconf - virtual/glibc - >=sys-apps/portage-1.9.10 - >=sys-apps/baselayout-1.7.9" -PROVIDE="virtual/alsa" - -SLOT="0.9" -KEYWORDS="~x86 -ppc" - -SRC_URI="ftp://ftp.alsa-project.org/pub/driver/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} - -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 - - # A bug that causes compilation problems in rc3. See bug #7291 and - # http://www.alsa-project.org - # Arcady Genkin <agenkin@gentoo.org> - rm include/linux/isapnp.h - - if [ ${ARCH} = "ppc" ] - then patch -p1 < ${FILESDIR}/alsa-driver-0.9.0rc1-ppc.patch || die "Patching failed" - 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.0_rc5.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc5.ebuild deleted file mode 100644 index 43d130766d83..000000000000 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc5.ebuild +++ /dev/null @@ -1,97 +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.0_rc5.ebuild,v 1.4 2003/02/13 13:05:36 vapier 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 - -# Need the baselayout 1.7.9 or newer for the init script to work correctly. -DEPEND="sys-devel/autoconf - virtual/glibc - >=sys-apps/portage-1.9.10 - >=sys-apps/baselayout-1.7.9" -PROVIDE="virtual/alsa" - -SLOT="0.9" -KEYWORDS="~x86 -ppc" - -SRC_URI="ftp://ftp.alsa-project.org/pub/driver/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} - -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 - - # A bug that causes compilation problems in rc3. See bug #7291 and - # http://www.alsa-project.org - # Arcady Genkin <agenkin@gentoo.org> - # rm include/linux/isapnp.h - - if [ ${ARCH} = "ppc" ] - then patch -p1 < ${FILESDIR}/alsa-driver-0.9.0rc1-ppc.patch || die "Patching failed" - 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.0_rc6.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc6.ebuild deleted file mode 100644 index 007a3cad15f6..000000000000 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc6.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.0_rc6.ebuild,v 1.6 2003/02/13 13:05:40 vapier 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 - -# Need the baselayout 1.7.9 or newer for the init script to work correctly. -DEPEND="sys-devel/autoconf - virtual/glibc - >=sys-apps/portage-1.9.10 - >=sys-apps/baselayout-1.7.9" -PROVIDE="virtual/alsa" - -SLOT="0.9" -KEYWORDS="x86 ~ppc" - -SRC_URI="ftp://ftp.alsa-project.org/pub/driver/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} - -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 - - # See bug http://bugs.gentoo.org/show_bug.cgi?id=11572 - # http://www.mail-archive.com/alsa-devel@lists.sourceforge.net/msg05318.html - patch -p1 < ${FILESDIR}/ice1712-${P}.diff || die -} - - -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-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 -} diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc7.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc7.ebuild deleted file mode 100644 index 476b4b8e1f73..000000000000 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc7.ebuild +++ /dev/null @@ -1,92 +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.0_rc7.ebuild,v 1.4 2003/02/13 13:05:44 vapier 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 - -# Need the baselayout 1.7.9 or newer for the init script to work correctly. -DEPEND="sys-devel/autoconf - virtual/glibc - >=sys-apps/portage-1.9.10 - >=sys-apps/baselayout-1.7.9" -PROVIDE="virtual/alsa" - -SLOT="0.9" -KEYWORDS="~x86" - -SRC_URI="ftp://ftp.alsa-project.org/pub/driver/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} - -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" - - 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-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/alsa-driver-0.9.0_rc8-r1.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc8-r1.ebuild deleted file mode 100644 index 43f5f75d60c7..000000000000 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc8-r1.ebuild +++ /dev/null @@ -1,95 +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.0_rc8-r1.ebuild,v 1.2 2003/03/09 18:51:55 gerk 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 - -# Need the baselayout 1.7.9 or newer for the init script to work correctly. -DEPEND="sys-devel/autoconf - virtual/glibc - >=sys-apps/portage-1.9.10 - >=sys-apps/baselayout-1.7.9" -PROVIDE="virtual/alsa" - -SLOT="0.9" -KEYWORDS="~x86 ~ppc" - -# Those letter bugfix versions are a pain. Hardcoding the letter "b" for -# this revision. -SRC_URI="ftp://ftp.alsa-project.org/pub/driver/${P/_rc/rc}b.tar.bz2" -S=${WORKDIR}/${P/_rc/rc}b - -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/alsa-driver-0.9.0_rc8.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc8.ebuild deleted file mode 100644 index c18ab761ff4b..000000000000 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc8.ebuild +++ /dev/null @@ -1,92 +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.0_rc8.ebuild,v 1.1 2003/03/03 16:03:43 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 - -# Need the baselayout 1.7.9 or newer for the init script to work correctly. -DEPEND="sys-devel/autoconf - virtual/glibc - >=sys-apps/portage-1.9.10 - >=sys-apps/baselayout-1.7.9" -PROVIDE="virtual/alsa" - -SLOT="0.9" -KEYWORDS="~x86" - -SRC_URI="ftp://ftp.alsa-project.org/pub/driver/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} - -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" - - 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-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/alsa-driver-0.9.1.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.1.ebuild deleted file mode 100644 index 54ab40f20799..000000000000 --- a/media-sound/alsa-driver/alsa-driver-0.9.1.ebuild +++ /dev/null @@ -1,93 +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.1.ebuild,v 1.1 2003/03/12 19:16:33 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 - -# Need the baselayout 1.7.9 or newer for the init script to work correctly. -DEPEND="sys-devel/autoconf - virtual/glibc - >=sys-apps/portage-1.9.10 - >=sys-apps/baselayout-1.7.9" -PROVIDE="virtual/alsa" - -SLOT="0.9" -KEYWORDS="~x86 ~ppc" - -SRC_URI="ftp://ftp.alsa-project.org/pub/driver/${P}.tar.bz2" -S=${WORKDIR}/${P} - -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/digest-alsa-driver-0.9.0_rc1-r7 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r7 deleted file mode 100644 index ab82b0c07726..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r7 +++ /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_rc3 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc3 deleted file mode 100644 index c80d11621017..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc3 +++ /dev/null @@ -1 +0,0 @@ -MD5 0bcce65bbc76dc292b0b0fc4ced324e5 alsa-driver-0.9.0rc3.tar.bz2 1393198 diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc5 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc5 deleted file mode 100644 index 90d635c2f7a3..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc5 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f570619fc4aa771cf536822824f7d82 alsa-driver-0.9.0rc5.tar.bz2 1455855 diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc6 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc6 deleted file mode 100644 index eb3fafab3d45..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc6 +++ /dev/null @@ -1 +0,0 @@ -MD5 7d5776d73445228bfa33d88e22b170b3 alsa-driver-0.9.0rc6.tar.bz2 1591170 diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc7 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc7 deleted file mode 100644 index a15a677fd6b8..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc7 +++ /dev/null @@ -1 +0,0 @@ -MD5 3cc7dbfe37e2db014bf5d8d681eb419e alsa-driver-0.9.0rc7.tar.bz2 1683567 diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc8 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc8 deleted file mode 100644 index a4d24705c142..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc8 +++ /dev/null @@ -1 +0,0 @@ -MD5 1e93797a7964db56235b6dfeab37a949 alsa-driver-0.9.0rc8.tar.bz2 1623683 diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc8-r1 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc8-r1 deleted file mode 100644 index 4f624e0764a9..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc8-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 addd62be335ccec2a4882a38b1354330 alsa-driver-0.9.0rc8b.tar.bz2 1625856 diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.1 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.1 deleted file mode 100644 index d937f7adb6d9..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fadfb620869bb1d4df58c5860591aaec alsa-driver-0.9.1.tar.bz2 1627898 diff --git a/media-sound/alsa-driver/files/ice1712-alsa-driver-0.9.0_rc6.diff b/media-sound/alsa-driver/files/ice1712-alsa-driver-0.9.0_rc6.diff deleted file mode 100644 index e2f143635c77..000000000000 --- a/media-sound/alsa-driver/files/ice1712-alsa-driver-0.9.0_rc6.diff +++ /dev/null @@ -1,31 +0,0 @@ -diff -ru alsa-driver-0.9.0rc6/alsa-kernel/pci/ice1712/ice1712.c alsa-driver-0.9.0rc6.new/alsa-kernel/pci/ice1712/ice1712.c ---- alsa-driver-0.9.0rc6/alsa-kernel/pci/ice1712/ice1712.c Thu Nov 14 05:52:31 2002 -+++ alsa-driver-0.9.0rc6.new/alsa-kernel/pci/ice1712/ice1712.c Sat Dec 21 02:04:06 2002 -@@ -1787,13 +1787,18 @@ - oval = inb(ICEMT(ice, RATE)); - if (ucontrol->value.enumerated.item[0] == 13) { - outb(oval | ICE1712_SPDIF_MASTER, ICEMT(ice, RATE)); -+ spin_unlock_irq(&ice->reg_lock); - } else { - PRO_RATE_DEFAULT = xrate[ucontrol->value.integer.value[0] % 13]; -+ spin_unlock_irq(&ice->reg_lock); - snd_ice1712_set_pro_rate(ice, PRO_RATE_DEFAULT, 1); - } -+ spin_lock_irq(&ice->reg_lock); - change = inb(ICEMT(ice, RATE)) != oval; - - if ((oval & ICE1712_SPDIF_MASTER) != (inb(ICEMT(ice, RATE)) & ICE1712_SPDIF_MASTER)) { -+ spin_unlock_irq(&ice->reg_lock); -+ - /* change CS8427 clock source too */ - if (ice->cs8427) { - snd_ice1712_cs8427_set_input_clock(ice, is_spdif_master(ice)); -@@ -1801,6 +1806,8 @@ - /* notify ak4524 chip as well */ - if (is_spdif_master(ice) && ice->ak4524.ops.set_rate_val) - ice->ak4524.ops.set_rate_val(ice, 0); -+ } else { -+ spin_unlock_irq(&ice->reg_lock); - } - - return change; diff --git a/media-sound/alsa-utils/Manifest b/media-sound/alsa-utils/Manifest new file mode 100644 index 000000000000..ac87c0061c9f --- /dev/null +++ b/media-sound/alsa-utils/Manifest @@ -0,0 +1,13 @@ +MD5 84ebbff74dcae02327c49e6aa733bbf1 ChangeLog 4040 +MD5 8fc26410880f58f4a5134714db00388b alsa-utils-0.5.10-r8.ebuild 959 +MD5 3eac039092b8c3bb766bf2f6b852f525 alsa-utils-0.9.0_rc2.ebuild 923 +MD5 ccdffee4f1ed9e02a32914c6bd8d2176 alsa-utils-0.9.2.ebuild 904 +MD5 165b9cf816fcb254f612d588cc9ade69 alsa-utils-0.9.3.ebuild 902 +MD5 dcc66ee6a9db24006a4158e2be0da3f2 files/alsa-0.5.10 392 +MD5 f20045fc395596290d5a6d807ba311fc files/alsa-utils-0.5.10-aplay-destdir.diff 626 +MD5 332df836790d7158bf4bbcf3b1a650c1 files/alsa.rc5 444 +MD5 387a6bdfd1b85aff55902bf1a7d7d19e files/alsa.rc6 632 +MD5 a82c4c173c1d617bae9967438c659bac files/digest-alsa-utils-0.5.10-r8 70 +MD5 59a93bf64737644e4001cbb6ad5387b4 files/digest-alsa-utils-0.9.0_rc2 71 +MD5 55414f65ffecf5f44fa35295dae8bf19 files/digest-alsa-utils-0.9.2 69 +MD5 9146e8a90dc5c3dc0105876e10c4f36f files/digest-alsa-utils-0.9.3 69 diff --git a/media-sound/alsa-utils/alsa-utils-0.9.0_rc1.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.0_rc1.ebuild deleted file mode 100644 index 0e8f162ca9be..000000000000 --- a/media-sound/alsa-utils/alsa-utils-0.9.0_rc1.ebuild +++ /dev/null @@ -1,32 +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-utils/alsa-utils-0.9.0_rc1.ebuild,v 1.10 2003/02/13 13:06:20 vapier Exp $ - -S=${WORKDIR}/${P/_rc/rc} -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P/_rc/rc}.tar.bz2" - -SLOT="0.9" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -DEPEND=" >=sys-libs/ncurses-5.1 - ~media-libs/alsa-lib-0.9.0_rc1" - -src_compile() { - - econf || die "./configure failed" - emake || die "Parallel Make Failed" -} - -src_install() { - ALSA_UTILS_DOCS="COPYING ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR=${D} install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer -} diff --git a/media-sound/alsa-utils/alsa-utils-0.9.0_rc3.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.0_rc3.ebuild deleted file mode 100644 index 8c1385c35c4b..000000000000 --- a/media-sound/alsa-utils/alsa-utils-0.9.0_rc3.ebuild +++ /dev/null @@ -1,32 +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-utils/alsa-utils-0.9.0_rc3.ebuild,v 1.6 2003/02/13 13:06:28 vapier Exp $ - -S=${WORKDIR}/${P/_rc/rc} -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P/_rc/rc}.tar.bz2" - -DEPEND=">=sys-libs/ncurses-5.1 - ~media-libs/alsa-lib-0.9.0_rc3" - -SLOT="0.9" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -src_compile() { - - econf || die "./configure failed" - emake || die "Parallel Make Failed" -} - -src_install() { - local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR=${D} install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer -} diff --git a/media-sound/alsa-utils/alsa-utils-0.9.0_rc5.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.0_rc5.ebuild deleted file mode 100644 index fb7941cb9839..000000000000 --- a/media-sound/alsa-utils/alsa-utils-0.9.0_rc5.ebuild +++ /dev/null @@ -1,32 +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-utils/alsa-utils-0.9.0_rc5.ebuild,v 1.4 2003/02/13 13:06:32 vapier Exp $ - -S=${WORKDIR}/${P/_rc/rc} -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P/_rc/rc}.tar.bz2" - -DEPEND=">=sys-libs/ncurses-5.1 - ~media-libs/alsa-lib-0.9.0_rc5" - -SLOT="0.9" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -src_compile() { - - econf || die "./configure failed" - emake || die "Parallel Make Failed" -} - -src_install() { - local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR=${D} install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer -} diff --git a/media-sound/alsa-utils/alsa-utils-0.9.0_rc6.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.0_rc6.ebuild deleted file mode 100644 index bc6cc44fab64..000000000000 --- a/media-sound/alsa-utils/alsa-utils-0.9.0_rc6.ebuild +++ /dev/null @@ -1,32 +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-utils/alsa-utils-0.9.0_rc6.ebuild,v 1.5 2003/02/13 13:06:36 vapier Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -DEPEND=">=sys-libs/ncurses-5.1 - ~media-libs/alsa-lib-0.9.0_rc6" - -SLOT="0.9" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" - -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} - -src_compile() { - - econf || die "./configure failed" - emake || die "Parallel Make Failed" -} - -src_install() { - local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR=${D} install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer -} diff --git a/media-sound/alsa-utils/alsa-utils-0.9.0_rc7.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.0_rc7.ebuild deleted file mode 100644 index 07809b905524..000000000000 --- a/media-sound/alsa-utils/alsa-utils-0.9.0_rc7.ebuild +++ /dev/null @@ -1,32 +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-utils/alsa-utils-0.9.0_rc7.ebuild,v 1.2 2003/02/13 13:06:40 vapier Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -DEPEND=">=sys-libs/ncurses-5.1 - =media-libs/alsa-lib-${PV}" - -SLOT="0.9" -LICENSE="GPL-2" -KEYWORDS="~x86" - -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} - -src_compile() { - - econf || die "./configure failed" - emake || die "Parallel Make Failed" -} - -src_install() { - local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR=${D} install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer -} diff --git a/media-sound/alsa-utils/alsa-utils-0.9.0_rc8-r1.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.0_rc8-r1.ebuild deleted file mode 100644 index b14f5d7d3c0c..000000000000 --- a/media-sound/alsa-utils/alsa-utils-0.9.0_rc8-r1.ebuild +++ /dev/null @@ -1,33 +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-utils/alsa-utils-0.9.0_rc8-r1.ebuild,v 1.2 2003/03/09 18:52:41 gerk Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -DEPEND=">=sys-libs/ncurses-5.1 - >=media-libs/alsa-lib-0.9_rc7" - -SLOT="0.9" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -# Letter revision "a". -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P/_rc/rc}a.tar.bz2" -S=${WORKDIR}/${P/_rc/rc}a - -src_compile() { - - econf || die "./configure failed" - emake || die "Parallel Make Failed" -} - -src_install() { - local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR=${D} install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer -} diff --git a/media-sound/alsa-utils/alsa-utils-0.9.0_rc8.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.0_rc8.ebuild deleted file mode 100644 index ea98059f19eb..000000000000 --- a/media-sound/alsa-utils/alsa-utils-0.9.0_rc8.ebuild +++ /dev/null @@ -1,32 +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-utils/alsa-utils-0.9.0_rc8.ebuild,v 1.1 2003/03/03 16:21:47 agenkin Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -DEPEND=">=sys-libs/ncurses-5.1 - >=media-libs/alsa-lib-0.9_rc7" - -SLOT="0.9" -LICENSE="GPL-2" -KEYWORDS="~x86" - -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} - -src_compile() { - - econf || die "./configure failed" - emake || die "Parallel Make Failed" -} - -src_install() { - local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR=${D} install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer -} diff --git a/media-sound/alsa-utils/alsa-utils-0.9.1.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.1.ebuild deleted file mode 100644 index 9b03987f4b3d..000000000000 --- a/media-sound/alsa-utils/alsa-utils-0.9.1.ebuild +++ /dev/null @@ -1,32 +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-utils/alsa-utils-0.9.1.ebuild,v 1.1 2003/03/12 19:27:16 agenkin Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -DEPEND=">=sys-libs/ncurses-5.1 - >=media-libs/alsa-lib-0.9.1" - -SLOT="0.9" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P}.tar.bz2" -S=${WORKDIR}/${P} - -src_compile() { - - econf || die "./configure failed" - emake || die "Parallel Make Failed" -} - -src_install() { - local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR=${D} install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer -} diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc1 b/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc1 deleted file mode 100644 index 6774e6f95429..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 42de36e896f503aeca8fd3611b573c21 alsa-utils-0.9.0rc1.tar.bz2 86431 diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc3 b/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc3 deleted file mode 100644 index ac7d82547e8d..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc3 +++ /dev/null @@ -1 +0,0 @@ -MD5 db6c946ba8978054bac1c236f34fa8bd alsa-utils-0.9.0rc3.tar.bz2 86601 diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc5 b/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc5 deleted file mode 100644 index 4e78420f9f94..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc5 +++ /dev/null @@ -1 +0,0 @@ -MD5 f83f8c72d0a5180731529bd8d628add6 alsa-utils-0.9.0rc5.tar.bz2 106779 diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc6 b/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc6 deleted file mode 100644 index 72277cf19cd4..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc6 +++ /dev/null @@ -1 +0,0 @@ -MD5 7f21da2f5bb056363c2eaf2a503b3be0 alsa-utils-0.9.0rc6.tar.bz2 106835 diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc7 b/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc7 deleted file mode 100644 index bde88c3715a4..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc7 +++ /dev/null @@ -1 +0,0 @@ -MD5 6ffe0d902063a4ebad63dc79cffa93f2 alsa-utils-0.9.0rc7.tar.bz2 107086 diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc8 b/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc8 deleted file mode 100644 index 763b47d9cdda..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc8 +++ /dev/null @@ -1 +0,0 @@ -MD5 3edc6ccf30622803095e6ed4d070abfe alsa-utils-0.9.0rc8.tar.bz2 107349 diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc8-r1 b/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc8-r1 deleted file mode 100644 index c802da5cd8b8..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0_rc8-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4fccdfa541ed205a7c37b44e9d961f25 alsa-utils-0.9.0rc8a.tar.bz2 107471 diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.1 b/media-sound/alsa-utils/files/digest-alsa-utils-0.9.1 deleted file mode 100644 index b3c18856ef69..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 18a0c52300addaa316a116f1ee31fc6b alsa-utils-0.9.1.tar.bz2 107416 |