diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-04-09 17:42:37 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-04-09 17:42:37 +0000 |
commit | ecb6cea798909e7067c4c74710f1ffbe7ed82b6d (patch) | |
tree | 16566ebe4d635976c6c80442bd938b1e1294c6dd /app-emulation/emul-linux-x86-sdl | |
parent | Version bump and remove old (diff) | |
download | historical-ecb6cea798909e7067c4c74710f1ffbe7ed82b6d.tar.gz historical-ecb6cea798909e7067c4c74710f1ffbe7ed82b6d.tar.bz2 historical-ecb6cea798909e7067c4c74710f1ffbe7ed82b6d.zip |
Version bump
Package-Manager: portage-2.1.7.17/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-20100409.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 6b35fe73cc8d..f8598a77a504 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.44 2010/03/22 14:00:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.45 2010/04/09 17:42:37 pacho Exp $ + +*emul-linux-x86-sdl-20100409 (09 Apr 2010) + + 09 Apr 2010; Pacho Ramos <pacho@gentoo.org> + +emul-linux-x86-sdl-20100409.ebuild: + Version bump. 22 Mar 2010; Pacho Ramos <pacho@gentoo.org> emul-linux-x86-sdl-20100220.ebuild: diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20100409.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20100409.ebuild new file mode 100644 index 000000000000..18087871fccb --- /dev/null +++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20100409.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-20100409.ebuild,v 1.1 2010/04/09 17:42:37 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}" |