summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-12-06 22:01:57 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-12-06 22:01:57 +0000
commit525dca739daea552980b33ec5845527d301d526b (patch)
treeba1108b594c6262384b8f387be6d847feee79c0f /app-emulation/emul-linux-x86-soundlibs
parentBump with newer qt libs. (diff)
downloadgentoo-2-525dca739daea552980b33ec5845527d301d526b.tar.gz
gentoo-2-525dca739daea552980b33ec5845527d301d526b.tar.bz2
gentoo-2-525dca739daea552980b33ec5845527d301d526b.zip
Bump with newer alsa libs fixing #114426
(Portage version: 2.0.53)
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs')
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/ChangeLog8
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/Manifest12
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild22
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.31
4 files changed, 32 insertions, 11 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog
index 680e462a5824..1258523f43f7 100644
--- a/app-emulation/emul-linux-x86-soundlibs/ChangeLog
+++ b/app-emulation/emul-linux-x86-soundlibs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/emul-linux-x86-soundlibs
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.11 2005/10/11 03:28:08 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.12 2005/12/06 22:01:57 herbs Exp $
+
+*emul-linux-x86-soundlibs-2.3 (06 Dec 2005)
+
+ 06 Dec 2005; Herbie Hopkins <herbs@gentoo.org>
+ +emul-linux-x86-soundlibs-2.3.ebuild:
+ Bump with newer alsa libs fixing #114426
11 Oct 2005; <dang@gentoo.org> emul-linux-x86-soundlibs-2.2.ebuild:
Marked stable on amd64
diff --git a/app-emulation/emul-linux-x86-soundlibs/Manifest b/app-emulation/emul-linux-x86-soundlibs/Manifest
index d9e58c1a14ea..8ca6b3b63fdd 100644
--- a/app-emulation/emul-linux-x86-soundlibs/Manifest
+++ b/app-emulation/emul-linux-x86-soundlibs/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 c83638692ffd9e3cfa3fbf6839dc371c ChangeLog 1931
MD5 4e23c0ff8ead11e334f55e23921919a6 emul-linux-x86-soundlibs-2.1.ebuild 592
MD5 23d4be873a0b744a0123fd812eff3e09 emul-linux-x86-soundlibs-2.2.ebuild 662
+MD5 1a692586043f9483fab435b47dd3eb6c emul-linux-x86-soundlibs-2.3.ebuild 663
MD5 4a59f5babd1b5e1dc20ce85bff838157 files/digest-emul-linux-x86-soundlibs-2.1 81
MD5 f60336665aa72c0c5c99a99ded56afb5 files/digest-emul-linux-x86-soundlibs-2.2 81
+MD5 f27dc8415cd3ef2584cec38dc41b53ec files/digest-emul-linux-x86-soundlibs-2.3 81
MD5 5e8c61d551dad88488a66992865ba737 metadata.xml 290
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDSzFZomPajV0RnrERAnacAJ9HTekEUOKJ2Ff1F2ZsNdco0eCt+QCfZqr2
-cMdP1zUZZtZEupIRUP8DsPw=
-=SCeb
------END PGP SIGNATURE-----
diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild
new file mode 100644
index 000000000000..39e1bb6baf1a
--- /dev/null
+++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild,v 1.1 2005/12/06 22:01:57 herbs Exp $
+
+DESCRIPTION="Sound libraries for emulation of 32bit x86 on amd64"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2
+ http://dev.gentoo.org/~herbs/emul/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+RDEPEND=">=app-emulation/emul-linux-x86-baselibs-2.0
+ !<=app-emulation/emul-linux-x86-medialibs-1.1"
+
+S=${WORKDIR}
+
+src_install() {
+ cp -RPvf ${WORKDIR}/* ${D}/
+}
diff --git a/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.3 b/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.3
new file mode 100644
index 000000000000..678b56575c78
--- /dev/null
+++ b/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.3
@@ -0,0 +1 @@
+MD5 fc3b00005893262da6c62fd436d70084 emul-linux-x86-soundlibs-2.3.tar.bz2 844922