diff options
author | Pacho Ramos <pacho@gentoo.org> | 2009-12-26 21:50:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2009-12-26 21:50:13 +0000 |
commit | 58308d7884a5e65e04b7d8cab7795f3e6365ca55 (patch) | |
tree | a26fdc0370589a9bc662e1bef5c77f7f23c57a3e /app-emulation | |
parent | New emul packages, tons of fixes and updates (diff) | |
download | gentoo-2-58308d7884a5e65e04b7d8cab7795f3e6365ca55.tar.gz gentoo-2-58308d7884a5e65e04b7d8cab7795f3e6365ca55.tar.bz2 gentoo-2-58308d7884a5e65e04b7d8cab7795f3e6365ca55.zip |
New emul packages, tons of fixes and updates
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/emul-linux-x86-sdl/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20091226.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/app-emulation/emul-linux-x86-sdl/ChangeLog b/app-emulation/emul-linux-x86-sdl/ChangeLog index 3246f9dec938..46b84c5d9131 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.35 2009/11/03 21:11:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.36 2009/12/26 21:50:13 pacho Exp $ + +*emul-linux-x86-sdl-20091226 (26 Dec 2009) + + 26 Dec 2009; Pacho Ramos <pacho@gentoo.org> + +emul-linux-x86-sdl-20091226.ebuild: + New emul packages, tons of fixes and updates 03 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> emul-linux-x86-sdl-20081109.ebuild: diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20091226.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20091226.ebuild new file mode 100644 index 000000000000..9b913cff2f83 --- /dev/null +++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20091226.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 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-20091226.ebuild,v 1.1 2009/12/26 21:50:13 pacho Exp $ + +inherit emul-linux-x86 + +LICENSE="LGPL-2 LGPL-2.1" +KEYWORDS="-* ~amd64" +IUSE="" + +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-medialibs-${PV}" |