diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-07 09:05:54 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-07 09:05:54 +0000 |
commit | 1ce077a4391f81b5543108e76a2bf479a81d2430 (patch) | |
tree | b8e8fd8a2743307790c2addf90a2df80d234d2b6 /media-libs | |
parent | Removing obsolete ebuild (diff) | |
download | gentoo-2-1ce077a4391f81b5543108e76a2bf479a81d2430.tar.gz gentoo-2-1ce077a4391f81b5543108e76a2bf479a81d2430.tar.bz2 gentoo-2-1ce077a4391f81b5543108e76a2bf479a81d2430.zip |
Removing old version. -sparc 1.0.9
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.9.ebuild | 6 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.9_rc3.ebuild | 60 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-1.0.9_rc3 | 1 |
4 files changed, 9 insertions, 64 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index fc40b2ffc2ba..00c997e11772 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/alsa-lib # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.115 2005/05/27 20:36:58 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.116 2005/07/07 09:05:54 eradicator Exp $ + + 07 Jul 2005; Jeremy Huddleston <eradicator@gentoo.org> + -alsa-lib-1.0.9_rc3.ebuild, alsa-lib-1.0.9.ebuild: + Removing old version. -sparc 1.0.9 *alsa-lib-1.0.9 (27 May 2005) diff --git a/media-libs/alsa-lib/alsa-lib-1.0.9.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.9.ebuild index 7b5ee81fb2a8..7b161eb81278 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.9.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.9.ebuild @@ -1,6 +1,6 @@ # 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.9.ebuild,v 1.1 2005/05/27 20:36:58 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.9.ebuild,v 1.2 2005/07/07 09:05:54 eradicator Exp $ inherit eutils @@ -10,7 +10,9 @@ 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" + +# -sparc: many ioctl32 issues when using alsa-lib-1.0.9 --eradicator +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86" IUSE="doc jack" RDEPEND="virtual/alsa diff --git a/media-libs/alsa-lib/alsa-lib-1.0.9_rc3.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.9_rc3.ebuild deleted file mode 100644 index 5d87b63b956a..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.9_rc3.ebuild +++ /dev/null @@ -1,60 +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.9_rc3.ebuild,v 1.1 2005/05/05 17:50:53 eradicator Exp $ - -IUSE="jack doc" - -inherit eutils - -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" - -SLOT="0" -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" - -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_compile() { - local myconf="" - - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - - econf --enable-static --enable-shared || die - emake || die - - if use doc; then - emake doc || die - fi -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - dodoc ChangeLog COPYING 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/files/digest-alsa-lib-1.0.9_rc3 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.9_rc3 deleted file mode 100644 index b7899daf0e08..000000000000 --- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.9_rc3 +++ /dev/null @@ -1 +0,0 @@ -MD5 c1b52b9d79137792a65b2d3bcb22cf3b alsa-lib-1.0.9rc3.tar.bz2 690183 |