summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-07-22 19:25:09 +0000
committerPacho Ramos <pacho@gentoo.org>2011-07-22 19:25:09 +0000
commit9f2de22294ada00f29c8ecf93e916beb5e4187c3 (patch)
treedddecc74f8e8f6078c26dc4167f4af790e765f45 /app-emulation
parentVersion bump, remove old. (diff)
downloadgentoo-2-9f2de22294ada00f29c8ecf93e916beb5e4187c3.tar.gz
gentoo-2-9f2de22294ada00f29c8ecf93e916beb5e4187c3.tar.bz2
gentoo-2-9f2de22294ada00f29c8ecf93e916beb5e4187c3.zip
Version bump, remove old.
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/emul-linux-x86-sdl/ChangeLog8
-rw-r--r--app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110722.ebuild (renamed from app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20100915.ebuild)15
2 files changed, 17 insertions, 6 deletions
diff --git a/app-emulation/emul-linux-x86-sdl/ChangeLog b/app-emulation/emul-linux-x86-sdl/ChangeLog
index de703c1e1d02..a6fbf0b0ca4d 100644
--- a/app-emulation/emul-linux-x86-sdl/ChangeLog
+++ b/app-emulation/emul-linux-x86-sdl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/emul-linux-x86-sdl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.52 2011/02/12 20:20:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.53 2011/07/22 19:25:08 pacho Exp $
+
+*emul-linux-x86-sdl-20110722 (22 Jul 2011)
+
+ 22 Jul 2011; Pacho Ramos <pacho@gentoo.org>
+ -emul-linux-x86-sdl-20100915.ebuild, +emul-linux-x86-sdl-20110722.ebuild:
+ Version bump, remove old.
12 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
emul-linux-x86-sdl-20110129.ebuild:
diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20100915.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110722.ebuild
index fca678e95c9a..4b490b670b2e 100644
--- a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20100915.ebuild
+++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110722.ebuild
@@ -1,15 +1,20 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20100915.ebuild,v 1.2 2010/10/04 12:52:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110722.ebuild,v 1.1 2011/07/22 19:25:09 pacho Exp $
+
+EAPI="4"
inherit emul-linux-x86
LICENSE="LGPL-2 LGPL-2.1"
-KEYWORDS="-* amd64"
-IUSE=""
+KEYWORDS="-* ~amd64"
+IUSE="pulseaudio"
+
+SRC_URI="${SRC_URI}
+ !pulseaudio? ( http://dev.gentoo.org/~pacho/emul-linux-x86-${PV}/libsdl-1.2.14-r6.tbz2 )"
DEPEND=""
RDEPEND="~app-emulation/emul-linux-x86-xlibs-${PV}
~app-emulation/emul-linux-x86-baselibs-${PV}
- ~app-emulation/emul-linux-x86-soundlibs-${PV}
+ ~app-emulation/emul-linux-x86-soundlibs-${PV}[pulseaudio?]
~app-emulation/emul-linux-x86-medialibs-${PV}"