summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-27 08:03:08 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-27 08:03:08 +0000
commit29bfc0def89fabc3aac2cc7fd3a51467b77169f9 (patch)
tree9b28487a2c74a272694250b46c7444b66eb14913 /media-sound/alsa-tools
parentRemoved old ebuilds. Cleaned up remaining ones. (diff)
downloadhistorical-29bfc0def89fabc3aac2cc7fd3a51467b77169f9.tar.gz
historical-29bfc0def89fabc3aac2cc7fd3a51467b77169f9.tar.bz2
historical-29bfc0def89fabc3aac2cc7fd3a51467b77169f9.zip
Removing old ebuilds.
Diffstat (limited to 'media-sound/alsa-tools')
-rw-r--r--media-sound/alsa-tools/ChangeLog7
-rw-r--r--media-sound/alsa-tools/alsa-tools-0.9.1.ebuild62
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.0_rc2-r1.ebuild83
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.1.ebuild83
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-0.9.11
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-1.0.0_rc2-r11
-rw-r--r--media-sound/alsa-tools/files/digest-alsa-tools-1.0.11
7 files changed, 6 insertions, 232 deletions
diff --git a/media-sound/alsa-tools/ChangeLog b/media-sound/alsa-tools/ChangeLog
index 118fd15f0287..4279419d8d03 100644
--- a/media-sound/alsa-tools/ChangeLog
+++ b/media-sound/alsa-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/alsa-tools
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.41 2004/03/14 23:38:31 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.42 2004/03/27 08:03:08 eradicator Exp $
+
+ 27 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ alsa-tools-0.9.1.ebuild, alsa-tools-1.0.0_rc2-r1.ebuild,
+ alsa-tools-1.0.1.ebuild:
+ Removing old ebuilds.
14 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
alsa-tools-1.0.3.ebuild, files/alsa-tools-1.0.3-kernel-2.6.patch:
diff --git a/media-sound/alsa-tools/alsa-tools-0.9.1.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.1.ebuild
deleted file mode 100644
index 732e38cd9782..000000000000
--- a/media-sound/alsa-tools/alsa-tools-0.9.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-0.9.1.ebuild,v 1.6 2004/02/19 18:49:05 eradicator Exp $
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-LICENSE="GPL-2"
-
-DEPEND=">=media-libs/alsa-lib-0.9.1
- =x11-libs/gtk+-1.2*"
-
-SLOT="0.9"
-KEYWORDS="x86 ~ppc"
-
-SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${P}.tar.bz2"
-S="${WORKDIR}/${P}"
-
-# This is a list of the tools in the package.
-#
-# 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
-#
-[ x"${ALSA_TOOLS}" = x ] &&
-ALSA_TOOLS="ac3dec as10k1 envy24control sb16_csp seq/sbiload"
-
-src_compile() {
- # 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.
- local f
- for f in ${ALSA_TOOLS}
- do
- cd "${S}/${f}"
-
- econf || die "./configure failed"
- emake || die "Parallel 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 COPYING 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.0_rc2-r1.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.0_rc2-r1.ebuild
deleted file mode 100644
index 23170bb47855..000000000000
--- a/media-sound/alsa-tools/alsa-tools-1.0.0_rc2-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.0_rc2-r1.ebuild,v 1.5 2004/03/10 02:43:00 tgall Exp $
-
-IUSE=""
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-
-MY_P=${P/_rc/rc}
-SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${MY_P}.tar.bz2"
-#SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
-#RESTRICT="nomirror"
-
-SLOT="0.9"
-KEYWORDS="~x86 ~ppc"
-LICENSE="GPL-2"
-S=${WORKDIR}/${MY_P}
-
-DEPEND=">=media-libs/alsa-lib-1.0.0_rc2
- virtual/alsa
- =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
-#
-[ x"${ALSA_TOOLS}" = x ] &&
-ALSA_TOOLS="ac3dec as10k1 envy24control hdspconf hdsploader hdspmixer \
- mixartloader rmedigicontrol sb16_csp seq/sbiload sscape_ctl \
- us428control usx2yloader vxloader"
-# The below two tools do not compile with linux-headers from 2.4 kernels
-# as of alsa-tools-0.9.7, so I removed them from the list for now.
-# Bug reports have been sent to the alsa-devel mailing list.
-#
-# hdsploader
-# sscape_ctl
-
-src_compile() {
- # hdspmixer requires fltk
- export LDFLAGS="-L/usr/lib/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 COPYING 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.1.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.1.ebuild
deleted file mode 100644
index 002f63f1ed06..000000000000
--- a/media-sound/alsa-tools/alsa-tools-1.0.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.1.ebuild,v 1.5 2004/03/10 02:43:00 tgall Exp $
-
-IUSE=""
-
-DESCRIPTION="Advanced Linux Sound Architecture tools"
-HOMEPAGE="http://www.alsa-project.org"
-
-MY_P=${P/_rc/rc}
-#SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${MY_P}.tar.bz2"
-SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2"
-RESTRICT="nomirror"
-
-SLOT="0.9"
-KEYWORDS="~x86 ~ppc"
-LICENSE="GPL-2"
-S=${WORKDIR}/${MY_P}
-
-DEPEND=">=media-libs/alsa-lib-1.0.1
- virtual/alsa
- =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
-#
-[ x"${ALSA_TOOLS}" = x ] &&
-ALSA_TOOLS="ac3dec as10k1 envy24control hdspconf hdsploader hdspmixer \
- mixartloader rmedigicontrol sb16_csp seq/sbiload sscape_ctl \
- us428control usx2yloader vxloader"
-# The below two tools do not compile with linux-headers from 2.4 kernels
-# as of alsa-tools-0.9.7, so I removed them from the list for now.
-# Bug reports have been sent to the alsa-devel mailing list.
-#
-# hdsploader
-# sscape_ctl
-
-src_compile() {
- # hdspmixer requires fltk
- export LDFLAGS="-L/usr/lib/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 COPYING 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-0.9.1 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.1
deleted file mode 100644
index a67fefb46296..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b211fed3edf0c9d08ec24db6a27ed44e alsa-tools-0.9.1.tar.bz2 384324
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.0_rc2-r1 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.0_rc2-r1
deleted file mode 100644
index 6b3ba76dff98..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.0_rc2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4f19dd405cc8faccd29c98605c0fc890 alsa-tools-1.0.0rc2.tar.bz2 734653
diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.1 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.1
deleted file mode 100644
index cfa44906ff7e..000000000000
--- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5cec1d5cd29496e86940314901b5da23 alsa-tools-1.0.1.tar.bz2 734585