diff options
author | 2009-12-31 12:08:45 +0000 | |
---|---|---|
committer | 2009-12-31 12:08:45 +0000 | |
commit | fcc882f2387832f8a2fbb3c3128edfbc2eb853e3 (patch) | |
tree | 30b2341ea55767e584c332378a8c91416b644711 /app-emulation/emul-linux-x86-sdl | |
parent | amd64 stable wrt #298358 (diff) | |
download | historical-fcc882f2387832f8a2fbb3c3128edfbc2eb853e3.tar.gz historical-fcc882f2387832f8a2fbb3c3128edfbc2eb853e3.tar.bz2 historical-fcc882f2387832f8a2fbb3c3128edfbc2eb853e3.zip |
New emul set
Package-Manager: portage-2.1.7.15/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-20091231.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 9925665fe3ad..ee27d390b2f6 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.37 2009/12/30 19:52:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.38 2009/12/31 12:06:54 pacho Exp $ + +*emul-linux-x86-sdl-20091231 (31 Dec 2009) + + 31 Dec 2009; Pacho Ramos <pacho@gentoo.org> + +emul-linux-x86-sdl-20091231.ebuild: + New emul set 30 Dec 2009; Pacho Ramos <pacho@gentoo.org> emul-linux-x86-sdl-20081109.ebuild, emul-linux-x86-sdl-20091226.ebuild: diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20091231.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20091231.ebuild new file mode 100644 index 000000000000..cb29e3378fe9 --- /dev/null +++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20091231.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-20091231.ebuild,v 1.1 2009/12/31 12:06:54 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}" |