summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2006-01-02 22:30:48 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2006-01-02 22:30:48 +0000
commit0576fde17d5ff742221c877ffafb4ff748590dbc (patch)
treef732573fb330a15dde359f660d507dadd2f5de2f /media-sound
parentremoving nomirror (diff)
downloadgentoo-2-0576fde17d5ff742221c877ffafb4ff748590dbc.tar.gz
gentoo-2-0576fde17d5ff742221c877ffafb4ff748590dbc.tar.bz2
gentoo-2-0576fde17d5ff742221c877ffafb4ff748590dbc.zip
Cleaning out old versions.
(Portage version: 2.0.53)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsa-utils/ChangeLog7
-rw-r--r--media-sound/alsa-utils/alsa-utils-1.0.10_rc2.ebuild85
-rw-r--r--media-sound/alsa-utils/alsa-utils-1.0.10_rc3.ebuild85
-rw-r--r--media-sound/alsa-utils/alsa-utils-1.0.7.ebuild69
-rw-r--r--media-sound/alsa-utils/files/digest-alsa-utils-1.0.10_rc21
-rw-r--r--media-sound/alsa-utils/files/digest-alsa-utils-1.0.10_rc31
-rw-r--r--media-sound/alsa-utils/files/digest-alsa-utils-1.0.71
7 files changed, 6 insertions, 243 deletions
diff --git a/media-sound/alsa-utils/ChangeLog b/media-sound/alsa-utils/ChangeLog
index e99e961758d5..0860812f3c02 100644
--- a/media-sound/alsa-utils/ChangeLog
+++ b/media-sound/alsa-utils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/alsa-utils
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.127 2006/01/02 20:52:57 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.128 2006/01/02 22:26:43 eradicator Exp $
+
+ 02 Jan 2006; Jeremy Huddleston <eradicator@gentoo.org>
+ -alsa-utils-1.0.7.ebuild, -alsa-utils-1.0.10_rc2.ebuild,
+ -alsa-utils-1.0.10_rc3.ebuild:
+ Cleaning out old versions.
02 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org>
alsa-utils-1.0.10.ebuild, alsa-utils-1.0.11_rc1.ebuild,
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.10_rc2.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.10_rc2.ebuild
deleted file mode 100644
index 561f26396ba2..000000000000
--- a/media-sound/alsa-utils/alsa-utils-1.0.10_rc2.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.10_rc2.ebuild,v 1.3 2005/11/13 14:05:32 betelgeuse Exp $
-
-inherit eutils flag-o-matic autotools
-
-MY_P="${P/_rc/rc}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/utils/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0.9"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc x86"
-IUSE="nls"
-
-DEPEND=">=sys-libs/ncurses-5.1
- dev-util/dialog
- >=media-libs/alsa-lib-1.0.10_rc1"
-RDEPEND="${DEPEND}
- sys-apps/pciutils"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.0.10_rc1-largefile.patch
- epatch "${FILESDIR}"/${PN}-1.0.10_rc1-nls.patch
-
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable nls) \
- || die "configure failed"
-
- emake || die "make failed"
-}
-
-src_install() {
- local ALSA_UTILS_DOCS="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
-
- newconfd ${FILESDIR}/alsasound.confd alsasound
- insinto /etc/modules.d
- newins ${FILESDIR}/alsa-modules.conf-rc alsa
- newinitd ${FILESDIR}/alsasound-1.0.10_rc2 alsasound
-}
-
-pkg_postinst() {
- echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
- echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
- echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
- echo
-
- if use sparc; then
- ewarn "Old versions of alsa-drivers had a broken snd-ioctl32 module"
- ewarn "which causes sparc64 machines to lockup on such tasks as"
- ewarn "changing the volume. Because of this, it is VERY important"
- ewarn "that you do not use the snd-ioctl32 modules contained in"
- ewarn "development-sources or <=gentoo-dev-sources-2.6.7-r14. Doing so"
- ewarn "may result in an unbootable system if you start alsasound at boot."
- fi
-}
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.10_rc3.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.10_rc3.ebuild
deleted file mode 100644
index fbdb8565bbf3..000000000000
--- a/media-sound/alsa-utils/alsa-utils-1.0.10_rc3.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.10_rc3.ebuild,v 1.5 2005/11/19 08:18:26 gmsoft Exp $
-
-inherit eutils flag-o-matic autotools
-
-MY_P="${P/_rc/rc}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/utils/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0.9"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-IUSE="nls"
-
-DEPEND=">=sys-libs/ncurses-5.1
- dev-util/dialog
- >=media-libs/alsa-lib-1.0.10_rc1"
-RDEPEND="${DEPEND}
- sys-apps/pciutils"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.0.10_rc1-largefile.patch
- epatch "${FILESDIR}"/${PN}-1.0.10_rc1-nls.patch
-
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable nls) \
- || die "configure failed"
-
- emake || die "make failed"
-}
-
-src_install() {
- local ALSA_UTILS_DOCS="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
-
- newconfd ${FILESDIR}/alsasound.confd alsasound
- insinto /etc/modules.d
- newins ${FILESDIR}/alsa-modules.conf-rc alsa
- newinitd ${FILESDIR}/alsasound-1.0.10_rc2 alsasound
-}
-
-pkg_postinst() {
- echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
- echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
- echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
- echo
-
- if use sparc; then
- ewarn "Old versions of alsa-drivers had a broken snd-ioctl32 module"
- ewarn "which causes sparc64 machines to lockup on such tasks as"
- ewarn "changing the volume. Because of this, it is VERY important"
- ewarn "that you do not use the snd-ioctl32 modules contained in"
- ewarn "development-sources or <=gentoo-dev-sources-2.6.7-r14. Doing so"
- ewarn "may result in an unbootable system if you start alsasound at boot."
- fi
-}
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.7.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.7.ebuild
deleted file mode 100644
index 018b5d365044..000000000000
--- a/media-sound/alsa-utils/alsa-utils-1.0.7.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.7.ebuild,v 1.5 2005/02/13 03:35:27 robbat2 Exp $
-
-IUSE=""
-
-MY_P=${P/_rc/rc}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0.9"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86 ~mips"
-
-DEPEND=">=sys-libs/ncurses-5.1
- dev-util/dialog
- >=media-libs/alsa-lib-1.0.3"
-
-RDEPEND="${DEPEND}
- sys-apps/pciutils"
-
-src_install() {
- local ALSA_UTILS_DOCS="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
-
- insinto /etc/conf.d
- newins ${FILESDIR}/alsasound.confd alsasound
- insinto /etc/modules.d
- newins ${FILESDIR}/alsa-modules.conf-rc alsa
- exeinto /etc/init.d
- doexe ${FILESDIR}/alsasound
-}
-
-pkg_postinst() {
- echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
- echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
- echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
- echo
-
- if use sparc; then
- ewarn "Old versions of alsa-drivers had a broken snd-ioctl32 module"
- ewarn "which causes sparc64 machines to lockup on such tasks as"
- ewarn "changing the volume. Because of this, it is VERY important"
- ewarn "that you do not use the snd-ioctl32 modules contained in"
- ewarn "development-sources or <=gentoo-dev-sources-2.6.7-r14. Doing so"
- ewarn "may result in an unbootable system if you start alsasound at boot."
- fi
-}
diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.10_rc2 b/media-sound/alsa-utils/files/digest-alsa-utils-1.0.10_rc2
deleted file mode 100644
index 27d9e16917cb..000000000000
--- a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.10_rc2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f0fb025b26d4250e1c271f9425815804 alsa-utils-1.0.10rc2.tar.bz2 989946
diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.10_rc3 b/media-sound/alsa-utils/files/digest-alsa-utils-1.0.10_rc3
deleted file mode 100644
index c9c34dc63b69..000000000000
--- a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.10_rc3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 234fd15c5486e22eb2d0ac7289d6caa5 alsa-utils-1.0.10rc3.tar.bz2 990107
diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.7 b/media-sound/alsa-utils/files/digest-alsa-utils-1.0.7
deleted file mode 100644
index 05e1c8ac4b25..000000000000
--- a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b9dc0f9aae6131a6e6df9934a7b96a18 alsa-utils-1.0.7.tar.bz2 148037