diff options
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.8.ebuild | 55 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.10_rc2.ebuild | 70 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.7.ebuild | 83 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-0.9.8 | 1 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-1.0.10_rc2 | 1 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-1.0.7 | 1 | ||||
-rw-r--r-- | media-sound/alsa-utils/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/alsa-utils/alsa-utils-1.0.10_rc2.ebuild | 85 | ||||
-rw-r--r-- | media-sound/alsa-utils/alsa-utils-1.0.10_rc3.ebuild | 85 | ||||
-rw-r--r-- | media-sound/alsa-utils/alsa-utils-1.0.7.ebuild | 69 | ||||
-rw-r--r-- | media-sound/alsa-utils/files/digest-alsa-utils-1.0.10_rc2 | 1 | ||||
-rw-r--r-- | media-sound/alsa-utils/files/digest-alsa-utils-1.0.10_rc3 | 1 | ||||
-rw-r--r-- | media-sound/alsa-utils/files/digest-alsa-utils-1.0.7 | 1 |
14 files changed, 12 insertions, 455 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index 1628ac2497c9..53390445ce49 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/alsa-lib # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.145 2006/01/02 20:49:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.146 2006/01/02 22:30:48 eradicator Exp $ + + 02 Jan 2006; Jeremy Huddleston <eradicator@gentoo.org> + -alsa-lib-0.9.8.ebuild, -alsa-lib-1.0.7.ebuild, + -alsa-lib-1.0.10_rc2.ebuild: + Cleaning out old versions. 02 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> alsa-lib-1.0.10.ebuild, alsa-lib-1.0.11_rc1.ebuild, diff --git a/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild deleted file mode 100644 index 30be8f994b98..000000000000 --- a/media-libs/alsa-lib/alsa-lib-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-libs/alsa-lib/alsa-lib-0.9.8.ebuild,v 1.16 2005/07/19 06:44:24 eradicator Exp $ - -inherit libtool - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" - -SLOT="0" -KEYWORDS="alpha" -LICENSE="GPL-2 LGPL-2.1" - -IUSE="jack" - -RDEPEND="jack? ( media-sound/jack-audio-connection-kit )" - -DEPEND="${RDEPEND} - >=sys-devel/automake-1.7.2 - >=sys-devel/autoconf-2.57-r1" - -SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2" -RESTRICT="nomirror" - -src_compile() { - elibtoolize - econf || die "./configure failed" - emake || die "make failed" - - if use jack; then - cd ${S}/src/pcm/ext - make jack || die "make on jack plugin failed" - sed -i \ - -e "s:\$(pkglibLTLIBRARIES_INSTALL) \$(INSTALL_STRIP_FLAG):\$(pkglibLTLIBRARIES_INSTALL) \$(INSTALL) \$(INSTALL_STRIP_FLAG):" Makefile || \ - die "make on jack plugin failed" - fi -} - -src_install() { - make DESTDIR=${D} install || die - - #This alsa version does not provide libasound.so.1 - #Without this library just about everything even remotely - #linked to previous versions of alsa-lib will break. - #Fortunately, libasound.so.2 seems to be backwards - #compatible with libasound.so.2 and a simple link - #fixes the problem (fingers crossed) - dosym /usr/lib/libasound.so.2 /usr/lib/libasound.so.1 - dodoc ChangeLog COPYING TODO - - if use jack; then - cd ${S}/src/pcm/ext - make DESTDIR=${D} install-jack || die "make install on jack plugin failed" - fi -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.10_rc2.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.10_rc2.ebuild deleted file mode 100644 index 425c3aa46d35..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.10_rc2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.10_rc2.ebuild,v 1.5 2005/11/13 15:06:34 flameeyes Exp $ - -inherit eutils autotools - -MY_P="${P/_rc/rc}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" - -# -sparc: http://bugtrack.alsa-project.org/alsa-bug/view.php?id=1268 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc x86" -IUSE="doc jack" - -RDEPEND="virtual/alsa - >=media-sound/alsa-headers-${PV}" -DEPEND="${RDEPEND} - doc? ( >=app-doc/doxygen-1.2.6 )" - -PDEPEND="jack? ( =media-plugins/alsa-jack-${PV/rc2/rc1}* )" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch "${FILESDIR}/${PN}-1.0.10_rc3-test.patch" - eautoreconf -} - -src_compile() { - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - - econf \ - --enable-static \ - --enable-shared \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fi -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - einfo "If you are using an emu10k1 based sound card, and you are upgrading" - einfo "from a version of alsalib <1.0.6, you will need to recompile packages" - einfo "that link against alsa-lib due to some ABI changes between 1.0.5 and" - einfo "1.0.6 unique to that hardware. You can do this by executing:" - einfo "revdep-rebuild --soname libasound.so.2" - einfo "See the following URL for more information:" - einfo "http://bugs.gentoo.org/show_bug.cgi?id=65347" - echo - ewarn "Please use media-sound/alsa-driver rather than in-kernel drivers as there" - ewarn "have been some problems recently with the in-kernel drivers. See bug #87544." -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.7.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.7.ebuild deleted file mode 100644 index 37b91c9d43f9..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.7.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.7.ebuild,v 1.9 2005/03/09 04:03:39 obz Exp $ - -inherit libtool eutils - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="static jack doc" - -RDEPEND="virtual/alsa - >=media-sound/alsa-headers-${PV}" -DEPEND="${RDEPEND} - doc? ( >=app-doc/doxygen-1.2.6 )" - -PDEPEND="jack? ( =media-plugins/alsa-jack-${PV}* )" - -src_unpack() { - unpack ${A} - - if use static; then - mv ${S} ${S}.static - unpack ${A} - - cd ${S}.static - epatch ${FILESDIR}/${P}-pcm_wait.patch - elibtoolize - fi - - cd ${S} - epatch ${FILESDIR}/${P}-pcm_wait.patch - elibtoolize -} - -src_compile() { - local myconf="" - - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - - econf --enable-static=no --enable-shared=yes || die - emake || die - - if use doc; then - emake doc || die - fi - - # Can't do both according to alsa docs and bug #48233 - if use static; then - cd ${S}.static - econf --enable-static=yes --enable-shared=no || die - emake || die - fi -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - preserve_old_lib /usr/$(get_libdir)/libasound.so.1 - - dodoc ChangeLog COPYING TODO - use doc && dohtml -r doc/doxygen/html/* - - if use static; then - cd ${S}.static - make DESTDIR="${D}" install || die "make install failed" - fi -} - -pkg_postinst() { - preserve_old_lib_notify /usr/$(get_libdir)/libasound.so.1 - - einfo "If you are using an emu10k1 based sound card, and you are upgrading" - einfo "from a version of alsalib <1.0.6, you will need to recompile packages" - einfo "that link against alsa-lib due to some ABI changes between 1.0.5 and" - einfo "1.0.6 unique to that hardware. See the following URL for more information:" - einfo "http://bugs.gentoo.org/show_bug.cgi?id=65347" -} diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.8 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.8 deleted file mode 100644 index 47ab3565f830..000000000000 --- a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 c9f163fb0623de1b92bf287712641f6e alsa-lib-0.9.8.tar.bz2 535575 diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.10_rc2 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.10_rc2 deleted file mode 100644 index 09d693945e70..000000000000 --- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.10_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 519a864bc2baa2d0c80217d318db4912 alsa-lib-1.0.10rc2.tar.bz2 706332 diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.7 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.7 deleted file mode 100644 index 94bc82984498..000000000000 --- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 34ceaac0d1f0fc2b1462cef7c3a6825e alsa-lib-1.0.7.tar.bz2 676316 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 |