From 3651bccdfdfce192673c480a306973d2d03e1d51 Mon Sep 17 00:00:00 2001 From: Sven 'sleipnir' Rebhan Date: Mon, 22 Feb 2010 19:30:03 +0000 Subject: Remove obsolete versions of alsa-lib. --- media-libs/alsa-lib/Manifest | 6 -- media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild | 99 ------------------------- media-libs/alsa-lib/alsa-lib-1.0.20.ebuild | 102 -------------------------- media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild | 93 ----------------------- media-libs/alsa-lib/alsa-lib-1.0.22.ebuild | 93 ----------------------- 5 files changed, 393 deletions(-) delete mode 100644 media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild delete mode 100644 media-libs/alsa-lib/alsa-lib-1.0.20.ebuild delete mode 100644 media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild delete mode 100644 media-libs/alsa-lib/alsa-lib-1.0.22.ebuild diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest index 79722d7..a579e29 100644 --- a/media-libs/alsa-lib/Manifest +++ b/media-libs/alsa-lib/Manifest @@ -1,10 +1,4 @@ AUX alsa-lib-1.0.22-fd-leak.patch 1638 RMD160 c7605bc45d93b538f7ad4759fdccd6727878a76f SHA1 23d4ac7767d76dc71fb56d6ca007ab9d77847bda SHA256 79f73bc28f33c618b396aadbd775380cd0d8040cc0406f008fb5b595e9186ab2 AUX alsa-lib-exec_prefix-fix.patch 513 RMD160 cf01afba1e888b45413b2343fe4c5a8e60dc4735 SHA1 52575a14f3b6cc65583a6a9d481c38cfa8f74330 SHA256 e426ef6cb77dc59c5b4d915dc68a7ed6a4ea1117e81d6ddfd0461784dbc238d8 -DIST alsa-lib-1.0.20.tar.bz2 794728 RMD160 8e0b48367abdd9d5746d2dc537014b1449e65e05 SHA1 0e6acce4301a4b3924e268a78e8c979a55cc8f88 SHA256 15f8d0eef1da10c62136107e7b585bc8beb9c9e9b7ad177654097f8c15e57a63 -DIST alsa-lib-1.0.21a.tar.bz2 808475 RMD160 38e615c25a93f4529f06e079584d379439ed9600 SHA1 49032964d22404455f3173629f271324bd8af211 SHA256 a6ce09afadc5428b09667cef32f7eba4ce0ea45aca27819edbe188e076d70074 DIST alsa-lib-1.0.22.tar.bz2 808534 RMD160 4dbc3f9550f8ba01535ad3cfd8f0a8140f897e81 SHA1 d3b6c740c23b8d113a8d02da2a9fd61f5d1a8a44 SHA256 03c3e1410e68bae9b8c0d2ef1023b5416b4fd1c7191d52615d633def71e019bb -EBUILD alsa-lib-1.0.20-r1.ebuild 2860 RMD160 b4e4f6c588522e508cbb0b6e43275afca3882259 SHA1 c76e44ea40521a90b33ec9e1a3554757a7b06ef4 SHA256 98e7aa50780eda278330ba707f1ed5b1a7cbdc340d6fc73316f32be74e14585f -EBUILD alsa-lib-1.0.20.ebuild 2986 RMD160 0f6a769735830ea873de75fd05a3771f60c51d47 SHA1 8f8ca74c27bb0b8b41ef53b9201733111bc7ead2 SHA256 cb46a52ff574b55aaa6dfc323262668159a397f0efe329624f471f008dd39975 -EBUILD alsa-lib-1.0.21a.ebuild 2577 RMD160 6ccc5bc897ca5b14790950cdb066f927e11fda37 SHA1 e93cca745a724a1d06e2df607254c16590d4dbb3 SHA256 0e0ae7d50e6ad44d15dc5d31dbd49bb4694ab84ab34fc5c4e82b127ae8988158 EBUILD alsa-lib-1.0.22-r1.ebuild 2640 RMD160 5c6efd527805ecc6b19b72c38a93cdc7ab9a3707 SHA1 58a7d75593f68e43b9e309ad4c2061269ced37ac SHA256 c790bc911e39d825dbf934eeadabf99d8076ab1753e14c324c4febc487d794c7 -EBUILD alsa-lib-1.0.22.ebuild 2591 RMD160 f59458cdbfad83e309601a3e3d0c3dbe40360a3e SHA1 9cac0049c051a1e308fa0bc6e675f7ce597be10c SHA256 88b6d194cd381732649c9c245b37c6372dab5ce3d098b78c97cca110cfbc4adf diff --git a/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild deleted file mode 100644 index 31eed01..0000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2009 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.20-r1.ebuild,v 1.11 2009/12/09 14:58:16 jer Exp $ - -inherit autotools eutils libtool - -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="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86" -IUSE="doc debug alisp python" - -RDEPEND="python? ( dev-lang/python )" -DEPEND="${RDEPEND} - >=media-sound/alsa-headers-${PV} - doc? ( >=app-doc/doxygen-1.2.6 )" - -IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file -null empty share meter mmap_emul hooks lfloat ladspa dmix dshare dsnoop asym iec958 -softvol extplug ioplug" - -for plugin in ${IUSE_PCM_PLUGIN}; do - IUSE="${IUSE} alsa_pcm_plugins_${plugin}" -done - -pkg_setup() { - if [ -z "${ALSA_PCM_PLUGINS}" ] ; then - ewarn "You haven't selected _any_ PCM plugins. Either you set it to something like the default" - ewarn "(which is being set in the profile UNLESS you unset them) or alsa based applications" - ewarn "are going to *misbehave* !" - epause 5 - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - # Fix the exec_prefix later used in the .pc file. - epatch "${FILESDIR}/alsa-lib-exec_prefix-fix.patch" - - eautoreconf - epunt_cxx -} - -src_compile() { - local myconf - use elibc_uclibc && myconf="--without-versioned" - - econf \ - --enable-static \ - --enable-shared \ - --disable-resmgr \ - --enable-rawmidi \ - --enable-seq \ - --enable-aload \ - $(use_with debug) \ - $(use_enable alisp) \ - $(use_enable python) \ - --with-pcm-plugins="${ALSA_PCM_PLUGINS}" \ - --disable-dependency-tracking \ - ${myconf} \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \ - xargs -0 sed -i -e "s:${S}::" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO || die - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed." - ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps" - ewarn "using ALSA output crash." - ewarn "Note that dmix output is enabled by default on the 'default' device" - ewarn "since ALSA 1.0.9." - elog "" - elog "Please try in-kernel ALSA drivers instead of the alsa-drivers ebuild." - elog "If alsa-drivers works for you where a *recent* kernel does not, we want " - elog "to know about this. Our e-mail address is alsa-bugs@gentoo.org" - elog "However, if you notice no sound output or instability, please try to " - elog "upgrade your kernel to a newer version first." -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.20.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.20.ebuild deleted file mode 100644 index a764a17..0000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.20.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2009 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.20.ebuild,v 1.1 2009/05/06 17:49:25 beandog Exp $ - -inherit eutils libtool 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="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="doc debug alisp midi python" - -RDEPEND="python? ( dev-lang/python )" -DEPEND="${RDEPEND} - >=media-sound/alsa-headers-${PV} - doc? ( >=app-doc/doxygen-1.2.6 )" - -IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file -null empty share meter mmap_emul hooks lfloat ladspa dmix dshare dsnoop asym iec958 -softvol extplug ioplug" - -for plugin in ${IUSE_PCM_PLUGIN}; do - IUSE="${IUSE} alsa_pcm_plugins_${plugin}" -done - -pkg_setup() { - if [ -z "${ALSA_PCM_PLUGINS}" ] ; then - ewarn "You haven't selected _any_ PCM plugins. Either you set it to something like the default" - ewarn "(which is being set in the profile UNLESS you unset them) or alsa based applications" - ewarn "are going to *misbehave* !" - epause 5 - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - # Fix the exec_prefix later used in the .pc file. - epatch "${FILESDIR}/alsa-lib-exec_prefix-fix.patch" - - eautoreconf - epunt_cxx -} - -src_compile() { - local myconf - use elibc_uclibc && myconf="--without-versioned" - - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - - econf \ - --enable-static \ - --enable-shared \ - --disable-resmgr \ - $(use_with debug) \ - $(use_enable alisp) \ - $(use_enable python) \ - $(use_enable midi rawmidi) \ - $(use_enable midi seq) \ - $(use_enable midi aload) \ - --with-pcm-plugins="${ALSA_PCM_PLUGINS}" \ - --disable-dependency-tracking \ - ${myconf} \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \ - xargs -0 sed -i -e "s:${S}::" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO || die - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed." - ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps" - ewarn "using ALSA output crash." - ewarn "Note that dmix output is enabled by default on the 'default' device" - ewarn "since ALSA 1.0.9." - elog "" - elog "Please try in-kernel ALSA drivers instead of the alsa-drivers ebuild." - elog "If alsa-drivers works for you where a *recent* kernel does not, we want " - elog "to know about this. Our e-mail address is alsa-bugs@gentoo.org" - elog "However, if you notice no sound output or instability, please try to " - elog "upgrade your kernel to a newer version first." -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild deleted file mode 100644 index 99e1d43..0000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2010 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.21a.ebuild,v 1.7 2010/02/06 18:12:23 tcunha Exp $ - -inherit autotools eutils libtool - -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="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86" -IUSE="doc debug alisp python" - -RDEPEND="python? ( dev-lang/python )" -DEPEND="${RDEPEND} - >=media-sound/alsa-headers-${PV%[[:lower:]]} - doc? ( >=app-doc/doxygen-1.2.6 )" - -IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file -null empty share meter mmap_emul hooks lfloat ladspa dmix dshare dsnoop asym iec958 -softvol extplug ioplug" - -for plugin in ${IUSE_PCM_PLUGIN}; do - IUSE="${IUSE} alsa_pcm_plugins_${plugin}" -done - -pkg_setup() { - if [ -z "${ALSA_PCM_PLUGINS}" ] ; then - ewarn "You haven't selected _any_ PCM plugins. Either you set it to something like the default" - ewarn "(which is being set in the profile UNLESS you unset them) or alsa based applications" - ewarn "are going to *misbehave* !" - epause 5 - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - # Fix the exec_prefix later used in the .pc file. - epatch "${FILESDIR}/alsa-lib-exec_prefix-fix.patch" - - eautoreconf - epunt_cxx -} - -src_compile() { - local myconf - use elibc_uclibc && myconf="--without-versioned" - - econf \ - --enable-static \ - --enable-shared \ - --disable-resmgr \ - --enable-rawmidi \ - --enable-seq \ - --enable-aload \ - $(use_with debug) \ - $(use_enable alisp) \ - $(use_enable python) \ - --with-pcm-plugins="${ALSA_PCM_PLUGINS}" \ - --disable-dependency-tracking \ - ${myconf} \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \ - xargs -0 sed -i -e "s:${S}::" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO || die - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - elog "Please try in-kernel ALSA drivers instead of the alsa-drivers ebuild." - elog "If alsa-drivers works for you where a *recent* kernel does not, we want " - elog "to know about this. Our e-mail address is alsa-bugs@gentoo.org" - elog "However, if you notice no sound output or instability, please try to " - elog "upgrade your kernel to a newer version first." -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.22.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.22.ebuild deleted file mode 100644 index 9414e04..0000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.22.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2010 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.22.ebuild,v 1.2 2010/01/15 00:09:26 abcd Exp $ - -inherit autotools eutils libtool - -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="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="doc debug alisp python" - -RDEPEND="python? ( dev-lang/python )" -DEPEND="${RDEPEND} - >=media-sound/alsa-headers-${PV} - doc? ( >=app-doc/doxygen-1.2.6 )" - -IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file -null empty share meter mmap_emul hooks lfloat ladspa dmix dshare dsnoop asym iec958 -softvol extplug ioplug" - -for plugin in ${IUSE_PCM_PLUGIN}; do - IUSE="${IUSE} alsa_pcm_plugins_${plugin}" -done - -pkg_setup() { - if [ -z "${ALSA_PCM_PLUGINS}" ] ; then - ewarn "You haven't selected _any_ PCM plugins. Either you set it to something like the default" - ewarn "(which is being set in the profile UNLESS you unset them) or alsa based applications" - ewarn "are going to *misbehave* !" - epause 5 - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - # Fix the exec_prefix later used in the .pc file. - epatch "${FILESDIR}/alsa-lib-exec_prefix-fix.patch" - - eautoreconf - epunt_cxx -} - -src_compile() { - local myconf - use elibc_uclibc && myconf="--without-versioned" - - econf \ - --enable-static \ - --enable-shared \ - --disable-resmgr \ - --enable-rawmidi \ - --enable-seq \ - --enable-aload \ - $(use_with debug) \ - $(use_enable alisp) \ - $(use_enable python) \ - --with-pcm-plugins="${ALSA_PCM_PLUGINS}" \ - --disable-dependency-tracking \ - ${myconf} \ - || die "configure failed" - - emake || die "make failed" - - if use doc; then - emake doc || die "failed to generate docs" - fgrep -Zrl "${S}" "${S}/doc/doxygen/html" | \ - xargs -0 sed -i -e "s:${S}::" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog TODO || die - use doc && dohtml -r doc/doxygen/html/* -} - -pkg_postinst() { - elog "Please try in-kernel ALSA drivers instead of the alsa-drivers ebuild." - elog "If alsa-drivers works for you where a *recent* kernel does not, we want " - elog "to know about this. Our e-mail address is alsa-bugs@gentoo.org" - elog "However, if you notice no sound output or instability, please try to " - elog "upgrade your kernel to a newer version first." -} -- cgit v1.2.3-65-gdbad