summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-02-03 19:33:10 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-02-03 19:33:10 +0000
commit5edaefc219e2dc8595e4d1dab8d11adf1468571c (patch)
tree9455d74ebb43028bb013487f04319d6c54730774 /app-emulation
parentPatch is very trivial. Marked stable on x86, alpha, and amd64. (diff)
downloadgentoo-2-5edaefc219e2dc8595e4d1dab8d11adf1468571c.tar.gz
gentoo-2-5edaefc219e2dc8595e4d1dab8d11adf1468571c.tar.bz2
gentoo-2-5edaefc219e2dc8595e4d1dab8d11adf1468571c.zip
Fixed DEPEND. Mark -r1 stable. Closes bug #80562.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/ChangeLog7
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild6
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0.ebuild21
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-1.01
4 files changed, 9 insertions, 26 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog
index 7c9a610665d0..26b2ba6420a0 100644
--- a/app-emulation/emul-linux-x86-soundlibs/ChangeLog
+++ b/app-emulation/emul-linux-x86-soundlibs/ChangeLog
@@ -1,6 +1,11 @@
# 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.3 2005/01/01 14:11:47 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.4 2005/02/03 19:33:10 eradicator Exp $
+
+ 03 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ emul-linux-x86-soundlibs-1.0-r1.ebuild,
+ -emul-linux-x86-soundlibs-1.0.ebuild:
+ Fixed DEPEND. Mark -r1 stable. Closes bug #80562.
*emul-linux-x86-soundlibs-1.0-r1 (08 Dec 2004)
diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild
index 0d81789e2632..3623fc9bd2c6 100644
--- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild
+++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.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/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild,v 1.3 2005/01/01 14:11:47 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild,v 1.4 2005/02/03 19:33:10 eradicator Exp $
DESCRIPTION="Sound libraries for emulation of 32bit x86 on amd64"
HOMEPAGE="http://www.gentoo.org/"
@@ -9,10 +9,10 @@ SRC_URI="mirror://gentoo/distfiles/emul-linux-x86-soundlibs-${PV}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE=""
-DEPEND="=app-emulation/emul-linux-x86-glibc-1*"
+RDEPEND=">=app-emulation/emul-linux-x86-glibc-1.0"
S=${WORKDIR}
diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0.ebuild
deleted file mode 100644
index 585add3e33b4..000000000000
--- a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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-1.0.ebuild,v 1.2 2005/01/01 14:11:47 eradicator Exp $
-
-DESCRIPTION="Sound libraries for emulation of 32bit x86 on amd64"
-HOMEPAGE="http://www.gentoo.org/"
-SRC_URI="mirror://gentoo/distfiles/emul-linux-x86-soundlibs-${PV}.tar.bz2
- http://dev.gentoo.org/~kugelfang/distfiles/emul-linux-x86-soundlibs-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="=app-emulation/emul-linux-x86-glibc-1*"
-
-S=${WORKDIR}
-
-src_install() {
- cp -aRpvf ${WORKDIR}/* ${D}/
-}
diff --git a/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-1.0 b/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-1.0
deleted file mode 100644
index 8b6f29b9169d..000000000000
--- a/app-emulation/emul-linux-x86-soundlibs/files/digest-emul-linux-x86-soundlibs-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e207f84ded86fe2a2866d42fe4949926 emul-linux-x86-soundlibs-1.0.tar.bz2 464360