summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-12 07:56:46 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-12 07:56:46 +0000
commit1a4a3199454e728a77b41ebd422b96649cacc891 (patch)
tree7fab6e457ee16990991d0e62197b0b127864e691 /media-sound
parentRemoving old versions. (diff)
downloadgentoo-2-1a4a3199454e728a77b41ebd422b96649cacc891.tar.gz
gentoo-2-1a4a3199454e728a77b41ebd422b96649cacc891.tar.bz2
gentoo-2-1a4a3199454e728a77b41ebd422b96649cacc891.zip
Killing off 0.9 alsa.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsa-utils/ChangeLog6
-rw-r--r--media-sound/alsa-utils/alsa-utils-0.9.8.ebuild55
-rw-r--r--media-sound/alsa-utils/alsa-utils-1.0.6.ebuild60
-rw-r--r--media-sound/alsa-utils/files/digest-alsa-utils-0.9.81
-rw-r--r--media-sound/alsa-utils/files/digest-alsa-utils-1.0.61
5 files changed, 5 insertions, 118 deletions
diff --git a/media-sound/alsa-utils/ChangeLog b/media-sound/alsa-utils/ChangeLog
index da28e822a5b5..27f259baf186 100644
--- a/media-sound/alsa-utils/ChangeLog
+++ b/media-sound/alsa-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/alsa-utils
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.90 2005/03/29 18:55:13 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.91 2005/04/12 07:56:46 eradicator Exp $
+
+ 12 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ -alsa-utils-0.9.8.ebuild, -alsa-utils-1.0.6.ebuild:
+ Killing off 0.9 alsa.
29 Mar 2005; Markus Rothe <corsair@gentoo.org> alsa-utils-1.0.8.ebuild:
Stable on ppc64
diff --git a/media-sound/alsa-utils/alsa-utils-0.9.8.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.8.ebuild
deleted file mode 100644
index 738263213270..000000000000
--- a/media-sound/alsa-utils/alsa-utils-0.9.8.ebuild
+++ /dev/null
@@ -1,55 +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-0.9.8.ebuild,v 1.14 2005/01/23 07:01:02 eradicator Exp $
-
-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="x86 ppc amd64"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5.1
- >=media-libs/alsa-lib-0.9.8"
-
-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
-}
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.6.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.6.ebuild
deleted file mode 100644
index 82593590428f..000000000000
--- a/media-sound/alsa-utils/alsa-utils-1.0.6.ebuild
+++ /dev/null
@@ -1,60 +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.6.ebuild,v 1.11 2005/01/23 07:01:02 eradicator 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 x86"
-
-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
-}
diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.8 b/media-sound/alsa-utils/files/digest-alsa-utils-0.9.8
deleted file mode 100644
index eb1112b97381..000000000000
--- a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 09f3ac08683da2ad1d4d1a27401a5d66 alsa-utils-0.9.8.tar.bz2 108607
diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.6 b/media-sound/alsa-utils/files/digest-alsa-utils-1.0.6
deleted file mode 100644
index 51507cafc5c7..000000000000
--- a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 20018c870375bb0d3f1afa4414cf62bc alsa-utils-1.0.6.tar.bz2 147675