summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-04-15 21:16:35 +0000
committerSimon Stelling <blubb@gentoo.org>2005-04-15 21:16:35 +0000
commit0d126302291a06a6f78ed1f1d96810aaf4af4b4e (patch)
treeb7c0ea934974341cd8917b45c424c64c4d561332 /app-emulation/emul-linux-x86-soundlibs
parentEveryone seems to have newer stable versions, so pull this and its 55K patch. (diff)
downloadhistorical-0d126302291a06a6f78ed1f1d96810aaf4af4b4e.tar.gz
historical-0d126302291a06a6f78ed1f1d96810aaf4af4b4e.tar.bz2
historical-0d126302291a06a6f78ed1f1d96810aaf4af4b4e.zip
version bump
Package-Manager: portage-2.0.51.19
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/Manifest19
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.0.ebuild20
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.01
4 files changed, 30 insertions, 18 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog
index 7090a4831499..313937ddff43 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.5 2005/03/21 07:41:51 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.6 2005/04/15 21:16:35 blubb Exp $
+
+*emul-linux-x86-soundlibs-2.0 (15 Apr 2005)
+
+ 15 Apr 2005; Simon Stelling <blubb@gentoo.org>
+ +emul-linux-x86-soundlibs-2.0.ebuild:
+ new version provided by Herbie Hopkins
*emul-linux-x86-soundlibs-1.1 (21 Mar 2005)
diff --git a/app-emulation/emul-linux-x86-soundlibs/Manifest b/app-emulation/emul-linux-x86-soundlibs/Manifest
index 826baa04a174..d67893a0ad1b 100644
--- a/app-emulation/emul-linux-x86-soundlibs/Manifest
+++ b/app-emulation/emul-linux-x86-soundlibs/Manifest
@@ -1,17 +1,2 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 d2f1bf16cf629b152c9e41d506aca2b6 ChangeLog 969
-MD5 28bb74f0d07467af53611b60792358fa emul-linux-x86-soundlibs-1.0-r1.ebuild 827
-MD5 3d107142a3ec13f947ea538fdfe0f517 metadata.xml 290
-MD5 ec651133778edbd4cea1279f354bf96d emul-linux-x86-soundlibs-1.1.ebuild 622
-MD5 54c1f485ee555f7acd1768c9c338d10e files/aoss32 176
-MD5 d65450e14ac0ca2d4343137fe10d111a files/digest-emul-linux-x86-soundlibs-1.0-r1 81
-MD5 3a4a40c8bf7f3b0a256e998e5f1428d2 files/digest-emul-linux-x86-soundlibs-1.1 81
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCPnrJArHZZzCEUG0RAqPbAJ4vugQRXOj96gMkFW0VOUyocL5xDwCgiYeq
-+aIPTZOvianrTG/FO3Vf1mI=
-=qgdu
------END PGP SIGNATURE-----
+MD5 c5d0fcb6c8cb7c16ef737f48d4bba66f emul-linux-x86-soundlibs-2.0.ebuild 477
+MD5 86cfdfd6306eedf579ee92a5660cb4c9 files/digest-emul-linux-x86-soundlibs-2.0 82
diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.0.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.0.ebuild
new file mode 100644
index 000000000000..30988761d85a
--- /dev/null
+++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.0.ebuild
@@ -0,0 +1,20 @@
+# 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.0.ebuild,v 1.1 2005/04/15 21:16:35 blubb Exp $
+
+DESCRIPTION="Sound libraries for emulation of 32bit x86 on amd64"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="http://fermat.ma.rhul.ac.uk/~herbie/emul/emul-linux-x86-soundlibs-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=app-emulation/emul-linux-x86-baselibs-2.0"
+
+S=${WORKDIR}
+
+src_install() {
+ cp -Rpvf ${WORKDIR}/* ${D}/
+}
diff --git a/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.0 b/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.0
new file mode 100644
index 000000000000..485090b1d6f3
--- /dev/null
+++ b/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-2.0
@@ -0,0 +1 @@
+MD5 508299094e42d732f77e06334a22faed emul-linux-x86-soundlibs-2.0.tar.bz2 1507553