diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 23:29:27 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 23:29:27 +0000 |
commit | 53f3b79539af0e63a81df8819f7a6473ff585eae (patch) | |
tree | cd832e63948e939e474d43fb4d6b0fe588fe09f5 /media-libs/alsa-lib | |
parent | Version bump. (diff) | |
download | gentoo-2-53f3b79539af0e63a81df8819f7a6473ff585eae.tar.gz gentoo-2-53f3b79539af0e63a81df8819f7a6473ff585eae.tar.bz2 gentoo-2-53f3b79539af0e63a81df8819f7a6473ff585eae.zip |
repoman fixes
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild | 38 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc3.ebuild | 47 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc5.ebuild | 39 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc1 | 1 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc3 | 1 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc5 | 1 |
6 files changed, 0 insertions, 127 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild deleted file mode 100644 index d75f5e858732..000000000000 --- a/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild +++ /dev/null @@ -1,38 +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-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild,v 1.11 2003/02/13 12:40:15 vapier Exp $ - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" - -SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} - -DEPEND="virtual/glibc - ~media-sound/alsa-driver-0.9.0_rc1" - -SLOT="0" -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="x86 sparc ppc" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - || die "./configure failed" - emake || die "Parallel Make Failed" -} - -src_install() { - make DESTDIR=${D} install || die "Installation Failed" - - #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 -} diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc3.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc3.ebuild deleted file mode 100644 index 975e045aa56a..000000000000 --- a/media-libs/alsa-lib/alsa-lib-0.9.0_rc3.ebuild +++ /dev/null @@ -1,47 +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-libs/alsa-lib/alsa-lib-0.9.0_rc3.ebuild,v 1.8 2003/02/13 12:40:23 vapier Exp $ - -MY_P=${P/_rc/rc} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${MY_P}.tar.bz2" - -DEPEND="virtual/glibc - ~media-sound/alsa-driver-0.9.0_rc3" - -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc " -LICENSE="GPL-2 LGPL-2.1" - -src_unpack() { - - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/configure.diff || die "patch failed" - -} - -src_compile() { - - econf || die "./configure failed" - - make || die "make failed" -} - -src_install() { - - einstall || die "Installation Failed" - - #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 -} diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc5.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc5.ebuild deleted file mode 100644 index b9f43d17203f..000000000000 --- a/media-libs/alsa-lib/alsa-lib-0.9.0_rc5.ebuild +++ /dev/null @@ -1,39 +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-libs/alsa-lib/alsa-lib-0.9.0_rc5.ebuild,v 1.4 2003/02/13 12:40:28 vapier Exp $ - -MY_P=${P/_rc/rc} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${MY_P}.tar.bz2" - -DEPEND="virtual/glibc - ~media-sound/alsa-driver-0.9.0_rc5" - -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc " -LICENSE="GPL-2 LGPL-2.1" - -src_compile() { - - econf || die "./configure failed" - - make || die "make failed" -} - -src_install() { - - einstall || die "Installation Failed" - - #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 -} diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc1 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc1 deleted file mode 100644 index 951e699e60f6..000000000000 --- a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 21f5b276462cd4881e6b8b986064dbc0 alsa-lib-0.9.0rc1.tar.bz2 397912 diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc3 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc3 deleted file mode 100644 index e2d70bc90fc7..000000000000 --- a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc3 +++ /dev/null @@ -1 +0,0 @@ -MD5 cc343d02526dfc64644d1a72dba3040f alsa-lib-0.9.0rc3.tar.bz2 404620 diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc5 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc5 deleted file mode 100644 index e2a21d1bfa99..000000000000 --- a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc5 +++ /dev/null @@ -1 +0,0 @@ -MD5 8634b107dbfe86c1b05578c13859fff3 alsa-lib-0.9.0rc5.tar.bz2 468549 |