diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-15 21:53:30 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-15 21:53:30 +0000 |
commit | 5bafeb5f6f284511de77b1e1c1576de292ac180a (patch) | |
tree | 6fc0d9f90ca72fa95c40154c41159d6c6cc5a354 /media-sound/alsa-tools | |
parent | Initial commit (diff) | |
download | gentoo-2-5bafeb5f6f284511de77b1e1c1576de292ac180a.tar.gz gentoo-2-5bafeb5f6f284511de77b1e1c1576de292ac180a.tar.bz2 gentoo-2-5bafeb5f6f284511de77b1e1c1576de292ac180a.zip |
cleanup
Diffstat (limited to 'media-sound/alsa-tools')
11 files changed, 7 insertions, 268 deletions
diff --git a/media-sound/alsa-tools/Manifest b/media-sound/alsa-tools/Manifest new file mode 100644 index 000000000000..b62c9cadb385 --- /dev/null +++ b/media-sound/alsa-tools/Manifest @@ -0,0 +1,7 @@ +MD5 4dfb18f6947abb285caff8400c33d585 ChangeLog 2337 +MD5 8385a0d367ce05a3db2ffe05b15b9cf7 alsa-tools-0.9.0_rc1-r1.ebuild 1322 +MD5 f917f91872fa7330a546a370bd5034aa alsa-tools-0.9.1.ebuild 1300 +MD5 a070d2c329c5aa4f9d12cb23860bf074 alsa-tools-0.9.3.ebuild 1298 +MD5 2094cef02e54ae2c227bf442fa461f08 files/digest-alsa-tools-0.9.0_rc1-r1 72 +MD5 0c34b1352e030b5ef4d8ae5e102a8c3d files/digest-alsa-tools-0.9.1 69 +MD5 e36a6a2466b43a9d6ef67c7b178e1a9a files/digest-alsa-tools-0.9.3 69 diff --git a/media-sound/alsa-tools/alsa-tools-0.9.0_rc4.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.0_rc4.ebuild deleted file mode 100644 index 4c65020e8382..000000000000 --- a/media-sound/alsa-tools/alsa-tools-0.9.0_rc4.ebuild +++ /dev/null @@ -1,52 +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-tools/alsa-tools-0.9.0_rc4.ebuild,v 1.3 2003/02/13 13:05:58 vapier Exp $ - -S="${WORKDIR}/${P/_rc/rc}" -DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org" -SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${P/_rc/rc}.tar.bz2" - -SLOT="0.9" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -DEPEND=">=media-libs/alsa-lib-0.9.0_rc4 - >=x11-libs/gtk+-1.0.1" - -# This is a list of the tools in the package. -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-0.9.0_rc5.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.0_rc5.ebuild deleted file mode 100644 index e39ab8ede434..000000000000 --- a/media-sound/alsa-tools/alsa-tools-0.9.0_rc5.ebuild +++ /dev/null @@ -1,52 +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-tools/alsa-tools-0.9.0_rc5.ebuild,v 1.3 2003/02/13 13:06:02 vapier Exp $ - -S="${WORKDIR}/${P/_rc/rc}" -DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org" -SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${P/_rc/rc}.tar.bz2" - -SLOT="0.9" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -DEPEND=">=media-libs/alsa-lib-0.9.0_rc5 - >=x11-libs/gtk+-1.0.1" - -# This is a list of the tools in the package. -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-0.9.0_rc6.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.0_rc6.ebuild deleted file mode 100644 index c48869d8c234..000000000000 --- a/media-sound/alsa-tools/alsa-tools-0.9.0_rc6.ebuild +++ /dev/null @@ -1,53 +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-tools/alsa-tools-0.9.0_rc6.ebuild,v 1.4 2003/02/13 13:06:06 vapier Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org" -LICENSE="GPL-2" - -DEPEND="~media-libs/alsa-lib-0.9.0_rc6 - >=x11-libs/gtk+-1.0.1" - -SLOT="0.9" -KEYWORDS="x86 ~ppc" - -SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${P/_rc/rc}.tar.bz2" -S="${WORKDIR}/${P/_rc/rc}" - -# This is a list of the tools in the package. -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-0.9.0_rc7.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.0_rc7.ebuild deleted file mode 100644 index 57fe787116d1..000000000000 --- a/media-sound/alsa-tools/alsa-tools-0.9.0_rc7.ebuild +++ /dev/null @@ -1,53 +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-tools/alsa-tools-0.9.0_rc7.ebuild,v 1.2 2003/02/13 13:06:10 vapier Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org" -LICENSE="GPL-2" - -DEPEND="=media-libs/alsa-lib-${PV} - >=x11-libs/gtk+-1.0.1" - -SLOT="0.9" -KEYWORDS="~x86" - -SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${P/_rc/rc}.tar.bz2" -S="${WORKDIR}/${P/_rc/rc}" - -# This is a list of the tools in the package. -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-0.9.0_rc8.ebuild b/media-sound/alsa-tools/alsa-tools-0.9.0_rc8.ebuild deleted file mode 100644 index b2848d858cac..000000000000 --- a/media-sound/alsa-tools/alsa-tools-0.9.0_rc8.ebuild +++ /dev/null @@ -1,53 +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-tools/alsa-tools-0.9.0_rc8.ebuild,v 1.2 2003/03/09 18:53:35 gerk Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org" -LICENSE="GPL-2" - -DEPEND=">=media-libs/alsa-lib-0.9_rc7 - >=x11-libs/gtk+-1.0.1" - -SLOT="0.9" -KEYWORDS="~x86 ~ppc" - -SRC_URI="ftp://ftp.alsa-project.org/pub/tools/${P/_rc/rc}.tar.bz2" -S="${WORKDIR}/${P/_rc/rc}" - -# This is a list of the tools in the package. -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/files/digest-alsa-tools-0.9.0_rc4 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc4 deleted file mode 100644 index 0310fee6aabc..000000000000 --- a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc4 +++ /dev/null @@ -1 +0,0 @@ -MD5 2913318f5f67b616dc6f0b002e61dd98 alsa-tools-0.9.0rc4.tar.bz2 174753 diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc5 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc5 deleted file mode 100644 index 3c28a8c9a252..000000000000 --- a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc5 +++ /dev/null @@ -1 +0,0 @@ -MD5 b6994a6b1581db626c5c7bad8998b2de alsa-tools-0.9.0rc5.tar.bz2 233180 diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc6 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc6 deleted file mode 100644 index 8a899914ad2e..000000000000 --- a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc6 +++ /dev/null @@ -1 +0,0 @@ -MD5 300e43891eb42301b692c20aa980c09e alsa-tools-0.9.0rc6.tar.bz2 234607 diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc7 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc7 deleted file mode 100644 index 9008708d41ec..000000000000 --- a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc7 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3e6c260912a8c837e674309eb06398d alsa-tools-0.9.0rc7.tar.bz2 234955 diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc8 b/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc8 deleted file mode 100644 index e07b06c36a9c..000000000000 --- a/media-sound/alsa-tools/files/digest-alsa-tools-0.9.0_rc8 +++ /dev/null @@ -1 +0,0 @@ -MD5 673e9bc11c05c2089592f1056d6002e5 alsa-tools-0.9.0rc8.tar.bz2 384305 |