summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2006-01-03 02:35:25 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2006-01-03 02:35:25 +0000
commitf72ea57b97ca6b3bb5ac0229df15c05346badc6b (patch)
tree5ca7e91485dd99f021197389d8c56fff3db16379 /media-sound/alsa-tools
parentnew version + minor fixes (diff)
downloadgentoo-2-f72ea57b97ca6b3bb5ac0229df15c05346badc6b.tar.gz
gentoo-2-f72ea57b97ca6b3bb5ac0229df15c05346badc6b.tar.bz2
gentoo-2-f72ea57b97ca6b3bb5ac0229df15c05346badc6b.zip
Removed old versions.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-sound/alsa-tools')
-rw-r--r--media-sound/alsa-tools/ChangeLog8
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.10_rc2.ebuild101
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.7.ebuild91
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.9-r1.ebuild91
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.9-r2.ebuild97
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.9.ebuild91
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-1.0.10_rc21
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-1.0.71
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-1.0.91
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-1.0.9-r11
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-1.0.9-r21
11 files changed, 7 insertions, 477 deletions
diff --git a/media-sound/alsa-tools/ChangeLog b/media-sound/alsa-tools/ChangeLog
index 3faf358b00d4..666b85892cbd 100644
--- a/media-sound/alsa-tools/ChangeLog
+++ b/media-sound/alsa-tools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/alsa-tools
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.88 2006/01/03 02:01:38 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.89 2006/01/03 02:35:24 eradicator Exp $
+
+ 03 Jan 2006; Jeremy Huddleston <eradicator@gentoo.org>
+ -alsa-tools-1.0.7.ebuild, -alsa-tools-1.0.9.ebuild,
+ -alsa-tools-1.0.9-r1.ebuild, -alsa-tools-1.0.9-r2.ebuild,
+ -alsa-tools-1.0.10_rc2.ebuild:
+ Removed old versions.
03 Jan 2006; Mark Loeser <halcy0n@gentoo.org> alsa-tools-1.0.10.ebuild:
Stable on x86; bug #117518
diff --git a/media-sound/alsa-tools/alsa-tools-1.0.10_rc2.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.10_rc2.ebuild
deleted file mode 100644
index fdc937fac9df..000000000000
--- a/media-sound/alsa-tools/alsa-tools-1.0.10_rc2.ebuild
+++ /dev/null
@@ -1,101 +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-tools/alsa-tools-1.0.10_rc2.ebuild,v 1.1 2005/11/08 12:21:37 flameeyes Exp $
-
-inherit gnuconfig eutils flag-o-matic
-
-MY_P="${P/_rc/rc}"
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-SRC_URI="mirror://alsaproject/tools/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0.9"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="fltk gtk"
-
-DEPEND=">=media-libs/alsa-lib-1.0.0
- virtual/alsa
- fltk? ( =x11-libs/fltk-1.1* )
- gtk? ( =x11-libs/gtk+-1.2* )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
- # This is a list of the tools in the package.
- # Some of the tools don't make proper use of CFLAGS, even though
- # all of them seem to use autoconf. This needs to be fixed.
- #
- # By default, all the supported tools will be compiled.
- # If you want to only compile for specific tool(s), set ALSA_TOOLS
- # environment to a space-separated list of tools that you want to build.
- # For example:
- #
- # env ALSA_TOOLS='as10k1 ac3dec' emerge alsa-tools
- #
- if [ -z "${ALSA_TOOLS}" ]; then
- ALSA_TOOLS="ac3dec as10k1 hdsploader mixartloader seq/sbiload \
- sscape_ctl us428control usx2yloader vxloader"
-
- if use fltk; then
- ALSA_TOOLS="${ALSA_TOOLS} hdspconf hdspmixer"
- fi
-
- if use gtk; then
- ALSA_TOOLS="${ALSA_TOOLS} echomixer envy24control rmedigicontrol"
- fi
-
- # sb16_csp won't build on ppc64 _AND_ ppc (and is not needed)
- if use !ppc64 && use !ppc; then
- ALSA_TOOLS="${ALSA_TOOLS} sb16_csp"
- fi
-
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
-src_compile() {
- if use fltk; then
- # hdspmixer requires fltk
- append-ldflags "-L/usr/$(get_libdir)/fltk-1.1"
- append-flags "-I/usr/include/fltk-1.1"
- fi
-
- # hdspmixer is missing depconf - copy from the hdsploader directory
- cp ${S}/hdsploader/depcomp ${S}/hdspmixer/
-
- local f
- for f in ${ALSA_TOOLS}
- do
- cd "${S}/${f}"
- econf || die "econf failed"
- make || die "make failed"
- done
-}
-
-src_install() {
- local f
- for f in ${ALSA_TOOLS}
- do
- # Install the main stuff
- cd "${S}/${f}"
- make DESTDIR="${D}" install || die
-
- # Install the text documentation
- local doc
- for doc in README TODO ChangeLog AUTHORS
- do
- if [ -f "${doc}" ]
- then
- mv "${doc}" "${doc}.`basename ${f}`"
- dodoc "${doc}.`basename ${f}`"
- fi
- done
- done
-}
diff --git a/media-sound/alsa-tools/alsa-tools-1.0.7.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.7.ebuild
deleted file mode 100644
index 965fa468152f..000000000000
--- a/media-sound/alsa-tools/alsa-tools-1.0.7.ebuild
+++ /dev/null
@@ -1,91 +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-tools/alsa-tools-1.0.7.ebuild,v 1.6 2005/03/20 02:23:13 pylon Exp $
-
-IUSE="X"
-
-inherit gnuconfig eutils
-
-MY_P=${P/_rc/rc}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
-
-SLOT="0.9"
-KEYWORDS="amd64 ppc sparc x86 ~mips"
-LICENSE="GPL-2"
-
-DEPEND=">=media-libs/alsa-lib-1.0.0
- virtual/alsa
- X? ( =x11-libs/fltk-1.1*
- =x11-libs/gtk+-1.2* )"
-
-# This is a list of the tools in the package.
-# Some of the tools don't make proper use of CFLAGS, even though
-# all of them seem to use autoconf. This needs to be fixed.
-#
-# By default, all the supported tools will be compiled.
-# If you want to only compile for specific tool(s), set ALSA_TOOLS
-# environment to a space-separated list of tools that you want to build.
-# For example:
-#
-# env ALSA_TOOLS='as10k1 ac3dec' emerge alsa-tools
-#
-if [ -z "${ALSA_TOOLS}" ]; then
- if use X; then
- ALSA_TOOLS="ac3dec as10k1 envy24control hdspconf hdsploader hdspmixer \
- mixartloader rmedigicontrol sb16_csp seq/sbiload sscape_ctl \
- us428control usx2yloader vxloader"
- else
- ALSA_TOOLS="ac3dec as10k1 hdsploader \
- mixartloader sb16_csp seq/sbiload sscape_ctl \
- us428control usx2yloader vxloader"
- fi
-fi
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.0.6-gcc34.patch
- gnuconfig_update
-}
-
-src_compile() {
- # hdspmixer requires fltk
- export LDFLAGS="-L/usr/$(get_libdir)/fltk-1.1"
- export CPPFLAGS="-I/usr/include/fltk-1.1"
-
- # hdspmixer is missing depconf - copy from the hdsploader directory
- cp ${S}/hdsploader/depcomp ${S}/hdspmixer/
-
- local f
- for f in ${ALSA_TOOLS}
- do
- cd "${S}/${f}"
- econf --with-kernel="${KV}" || die "configure failed"
- make || die "make failed"
- done
-}
-
-src_install() {
- local f
- for f in ${ALSA_TOOLS}
- do
- # Install the main stuff
- cd "${S}/${f}"
- make DESTDIR="${D}" install || die
-
- # Install the text documentation
- local doc
- for doc in README TODO ChangeLog AUTHORS
- do
- if [ -f "${doc}" ]
- then
- mv "${doc}" "${doc}.`basename ${f}`"
- dodoc "${doc}.`basename ${f}`"
- fi
- done
- done
-}
diff --git a/media-sound/alsa-tools/alsa-tools-1.0.9-r1.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.9-r1.ebuild
deleted file mode 100644
index 96d71ea9f8e0..000000000000
--- a/media-sound/alsa-tools/alsa-tools-1.0.9-r1.ebuild
+++ /dev/null
@@ -1,91 +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-tools/alsa-tools-1.0.9-r1.ebuild,v 1.3 2005/10/31 16:48:23 flameeyes Exp $
-
-inherit gnuconfig eutils flag-o-matic
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0.9"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="X"
-
-DEPEND=">=media-libs/alsa-lib-1.0.0
- virtual/alsa
- X? ( =x11-libs/fltk-1.1*
- =x11-libs/gtk+-1.2* )"
-
-# This is a list of the tools in the package.
-# Some of the tools don't make proper use of CFLAGS, even though
-# all of them seem to use autoconf. This needs to be fixed.
-#
-# By default, all the supported tools will be compiled.
-# If you want to only compile for specific tool(s), set ALSA_TOOLS
-# environment to a space-separated list of tools that you want to build.
-# For example:
-#
-# env ALSA_TOOLS='as10k1 ac3dec' emerge alsa-tools
-#
-if [ -z "${ALSA_TOOLS}" ]; then
- if use X; then
- ALSA_TOOLS="ac3dec as10k1 envy24control hdspconf hdsploader hdspmixer \
- mixartloader rmedigicontrol seq/sbiload sscape_ctl \
- us428control usx2yloader vxloader echomixer"
- else
- ALSA_TOOLS="ac3dec as10k1 hdsploader mixartloader seq/sbiload \
- sscape_ctl us428control usx2yloader vxloader"
- fi
-
- # sb16_csp won't build on ppc64 _AND_ ppc (and is not needed)
- if use !ppc64 && use !ppc; then
- ALSA_TOOLS="${ALSA_TOOLS} sb16_csp"
- fi
-
-fi
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
-src_compile() {
- # hdspmixer requires fltk
- export LDFLAGS="-L/usr/$(get_libdir)/fltk-1.1"
- export CPPFLAGS="-I/usr/include/fltk-1.1"
-
- # hdspmixer is missing depconf - copy from the hdsploader directory
- cp ${S}/hdsploader/depcomp ${S}/hdspmixer/
-
- local f
- for f in ${ALSA_TOOLS}
- do
- cd "${S}/${f}"
- econf --with-kernel="${KV}" || die "configure failed"
- make || die "make failed"
- done
-}
-
-src_install() {
- local f
- for f in ${ALSA_TOOLS}
- do
- # Install the main stuff
- cd "${S}/${f}"
- make DESTDIR="${D}" install || die
-
- # Install the text documentation
- local doc
- for doc in README TODO ChangeLog AUTHORS
- do
- if [ -f "${doc}" ]
- then
- mv "${doc}" "${doc}.`basename ${f}`"
- dodoc "${doc}.`basename ${f}`"
- fi
- done
- done
-}
diff --git a/media-sound/alsa-tools/alsa-tools-1.0.9-r2.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.9-r2.ebuild
deleted file mode 100644
index b703adf757f9..000000000000
--- a/media-sound/alsa-tools/alsa-tools-1.0.9-r2.ebuild
+++ /dev/null
@@ -1,97 +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-tools/alsa-tools-1.0.9-r2.ebuild,v 1.2 2005/11/07 10:22:23 flameeyes Exp $
-
-inherit gnuconfig eutils flag-o-matic
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0.9"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="fltk gtk"
-
-DEPEND=">=media-libs/alsa-lib-1.0.0
- virtual/alsa
- fltk? ( =x11-libs/fltk-1.1* )
- gtk? ( =x11-libs/gtk+-1.2* )"
-
-pkg_setup() {
- # This is a list of the tools in the package.
- # Some of the tools don't make proper use of CFLAGS, even though
- # all of them seem to use autoconf. This needs to be fixed.
- #
- # By default, all the supported tools will be compiled.
- # If you want to only compile for specific tool(s), set ALSA_TOOLS
- # environment to a space-separated list of tools that you want to build.
- # For example:
- #
- # env ALSA_TOOLS='as10k1 ac3dec' emerge alsa-tools
- #
- if [ -z "${ALSA_TOOLS}" ]; then
- ALSA_TOOLS="ac3dec as10k1 hdsploader mixartloader seq/sbiload \
- sscape_ctl us428control usx2yloader vxloader"
-
- if use fltk; then
- ALSA_TOOLS="${ALSA_TOOLS} hdspconf hdspmixer"
- fi
-
- if use gtk; then
- ALSA_TOOLS="${ALSA_TOOLS} echomixer envy24control rmedigicontrol"
- fi
-
- # sb16_csp won't build on ppc64 _AND_ ppc (and is not needed)
- if use !ppc64 && use !ppc; then
- ALSA_TOOLS="${ALSA_TOOLS} sb16_csp"
- fi
-
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
-src_compile() {
- if use fltk; then
- # hdspmixer requires fltk
- append-ldflags "-L/usr/$(get_libdir)/fltk-1.1"
- append-flags "-I/usr/include/fltk-1.1"
- fi
-
- # hdspmixer is missing depconf - copy from the hdsploader directory
- cp ${S}/hdsploader/depcomp ${S}/hdspmixer/
-
- local f
- for f in ${ALSA_TOOLS}
- do
- cd "${S}/${f}"
- econf || die "econf failed"
- make || die "make failed"
- done
-}
-
-src_install() {
- local f
- for f in ${ALSA_TOOLS}
- do
- # Install the main stuff
- cd "${S}/${f}"
- make DESTDIR="${D}" install || die
-
- # Install the text documentation
- local doc
- for doc in README TODO ChangeLog AUTHORS
- do
- if [ -f "${doc}" ]
- then
- mv "${doc}" "${doc}.`basename ${f}`"
- dodoc "${doc}.`basename ${f}`"
- fi
- done
- done
-}
diff --git a/media-sound/alsa-tools/alsa-tools-1.0.9.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.9.ebuild
deleted file mode 100644
index e37db851e2d8..000000000000
--- a/media-sound/alsa-tools/alsa-tools-1.0.9.ebuild
+++ /dev/null
@@ -1,91 +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-tools/alsa-tools-1.0.9.ebuild,v 1.2 2005/07/21 14:08:56 corsair Exp $
-
-inherit gnuconfig eutils
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0.9"
-KEYWORDS="~amd64 ~mips ~ppc ppc64 ~sparc ~x86"
-IUSE="X"
-
-DEPEND=">=media-libs/alsa-lib-1.0.0
- virtual/alsa
- X? ( =x11-libs/fltk-1.1*
- =x11-libs/gtk+-1.2* )"
-
-# This is a list of the tools in the package.
-# Some of the tools don't make proper use of CFLAGS, even though
-# all of them seem to use autoconf. This needs to be fixed.
-#
-# By default, all the supported tools will be compiled.
-# If you want to only compile for specific tool(s), set ALSA_TOOLS
-# environment to a space-separated list of tools that you want to build.
-# For example:
-#
-# env ALSA_TOOLS='as10k1 ac3dec' emerge alsa-tools
-#
-if [ -z "${ALSA_TOOLS}" ]; then
- if use X; then
- ALSA_TOOLS="ac3dec as10k1 envy24control hdspconf hdsploader hdspmixer \
- mixartloader rmedigicontrol seq/sbiload sscape_ctl \
- us428control usx2yloader vxloader"
- else
- ALSA_TOOLS="ac3dec as10k1 hdsploader mixartloader seq/sbiload \
- sscape_ctl us428control usx2yloader vxloader"
- fi
-
- # sb16_csp won't build on ppc64 _AND_ ppc (and is not needed)
- if use !ppc64 && use !ppc; then
- ALSA_TOOLS="${ALSA_TOOLS} sb16_csp"
- fi
-
-fi
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
-src_compile() {
- # hdspmixer requires fltk
- export LDFLAGS="-L/usr/$(get_libdir)/fltk-1.1"
- export CPPFLAGS="-I/usr/include/fltk-1.1"
-
- # hdspmixer is missing depconf - copy from the hdsploader directory
- cp ${S}/hdsploader/depcomp ${S}/hdspmixer/
-
- local f
- for f in ${ALSA_TOOLS}
- do
- cd "${S}/${f}"
- econf --with-kernel="${KV}" || die "configure failed"
- make || die "make failed"
- done
-}
-
-src_install() {
- local f
- for f in ${ALSA_TOOLS}
- do
- # Install the main stuff
- cd "${S}/${f}"
- make DESTDIR="${D}" install || die
-
- # Install the text documentation
- local doc
- for doc in README TODO ChangeLog AUTHORS
- do
- if [ -f "${doc}" ]
- then
- mv "${doc}" "${doc}.`basename ${f}`"
- dodoc "${doc}.`basename ${f}`"
- fi
- done
- done
-}
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.10_rc2 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.10_rc2
deleted file mode 100644
index 7bbc1c4bb4e7..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.10_rc2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 caf96254509e4b8a5f2dd0d805df48c0 alsa-tools-1.0.10rc2.tar.bz2 1376853
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.7 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.7
deleted file mode 100644
index f7c931187288..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 efd8660f818f2bbd7fd4761e0068fde1 alsa-tools-1.0.7.tar.bz2 773542
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.9 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.9
deleted file mode 100644
index 78c0dadf2a22..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3139b9d6c10e14acbb926f23b488e745 alsa-tools-1.0.9.tar.bz2 1371170
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.9-r1 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.9-r1
deleted file mode 100644
index 78c0dadf2a22..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.9-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3139b9d6c10e14acbb926f23b488e745 alsa-tools-1.0.9.tar.bz2 1371170
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.9-r2 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.9-r2
deleted file mode 100644
index 78c0dadf2a22..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.9-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3139b9d6c10e14acbb926f23b488e745 alsa-tools-1.0.9.tar.bz2 1371170