diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-02-20 23:09:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-02-20 23:09:34 +0000 |
commit | 7c8b9fbfb211d5e0f170084e5a0267a07c6bf77b (patch) | |
tree | a3989498ba73d0099d85e81fb9660b01dd454eb4 /app-emulation | |
parent | Version bump (diff) | |
download | gentoo-2-7c8b9fbfb211d5e0f170084e5a0267a07c6bf77b.tar.gz gentoo-2-7c8b9fbfb211d5e0f170084e5a0267a07c6bf77b.tar.bz2 gentoo-2-7c8b9fbfb211d5e0f170084e5a0267a07c6bf77b.zip |
Version bump
(Portage version: 2.1.7.17/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-20100220.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 5ffc1c44c58d..5fdc09683c16 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.42 2010/02/10 09:49:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.43 2010/02/20 23:09:34 pacho Exp $ + +*emul-linux-x86-sdl-20100220 (20 Feb 2010) + + 20 Feb 2010; Pacho Ramos <pacho@gentoo.org> + +emul-linux-x86-sdl-20100220.ebuild: + Version bump with updated packages 10 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> -emul-linux-x86-sdl-20081109.ebuild: diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20100220.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20100220.ebuild new file mode 100644 index 000000000000..377797572e48 --- /dev/null +++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20100220.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 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-20100220.ebuild,v 1.1 2010/02/20 23:09:34 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}" |