diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-09-28 14:01:26 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-09-28 14:01:26 +0000 |
commit | 1fcea6d2a16c3fb6138048b97d67bd09fa39e802 (patch) | |
tree | baa23749f6ed752fc5600690660879ae432b5771 /app-emulation/emul-linux-x86-sdl | |
parent | Version bump. (diff) | |
download | gentoo-2-1fcea6d2a16c3fb6138048b97d67bd09fa39e802.tar.gz gentoo-2-1fcea6d2a16c3fb6138048b97d67bd09fa39e802.tar.bz2 gentoo-2-1fcea6d2a16c3fb6138048b97d67bd09fa39e802.zip |
Version bump.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/emul-linux-x86-sdl')
-rw-r--r-- | app-emulation/emul-linux-x86-sdl/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110928.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/app-emulation/emul-linux-x86-sdl/ChangeLog b/app-emulation/emul-linux-x86-sdl/ChangeLog index 20bbb49ca7a1..cacacd30d200 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.54 2011/08/24 10:07:17 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.55 2011/09/28 14:01:26 pacho Exp $ + +*emul-linux-x86-sdl-20110928 (28 Sep 2011) + + 28 Sep 2011; Pacho Ramos <pacho@gentoo.org> + +emul-linux-x86-sdl-20110928.ebuild: + Version bump. 24 Aug 2011; Tony Vroon <chainsaw@gentoo.org> emul-linux-x86-sdl-20110722.ebuild: diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110928.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110928.ebuild new file mode 100644 index 000000000000..7c2fc1cf0595 --- /dev/null +++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110928.ebuild @@ -0,0 +1,20 @@ +# 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-20110928.ebuild,v 1.1 2011/09/28 14:01:26 pacho Exp $ + +EAPI="4" + +inherit emul-linux-x86 + +LICENSE="LGPL-2 LGPL-2.1" +KEYWORDS="-* ~amd64" +IUSE="pulseaudio" + +SRC_URI="${SRC_URI} + !pulseaudio? ( http://dev.gentoo.org/~pacho/emul-linux-x86-${PV}/libsdl-1.2.14-r6_${PV}.tbz2 )" + +DEPEND="" +RDEPEND="~app-emulation/emul-linux-x86-xlibs-${PV} + ~app-emulation/emul-linux-x86-baselibs-${PV} + ~app-emulation/emul-linux-x86-soundlibs-${PV}[pulseaudio?] + ~app-emulation/emul-linux-x86-medialibs-${PV}" |