diff options
author | Peter Volkov <pva@gentoo.org> | 2006-07-11 17:52:12 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2006-07-11 17:52:12 +0000 |
commit | 5a4bc3090f0cac8d970b9226a5ff3422385e96cf (patch) | |
tree | ec072858e5d2db3884cd616c743ac7cdee72d1ea /app-emulation/e-uae | |
parent | Mark 0.1_alpha3 stable on ia64 (diff) | |
download | gentoo-2-5a4bc3090f0cac8d970b9226a5ff3422385e96cf.tar.gz gentoo-2-5a4bc3090f0cac8d970b9226a5ff3422385e96cf.tar.bz2 gentoo-2-5a4bc3090f0cac8d970b9226a5ff3422385e96cf.zip |
einfo replaced with elog. Additional elogs added to clearly state video output.
(Portage version: 2.1-r1)
Diffstat (limited to 'app-emulation/e-uae')
-rw-r--r-- | app-emulation/e-uae/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/e-uae/e-uae-0.8.28-r1.ebuild | 11 | ||||
-rw-r--r-- | app-emulation/e-uae/files/digest-e-uae-0.8.28-r1 | 2 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-emulation/e-uae/ChangeLog b/app-emulation/e-uae/ChangeLog index 0e51605b0a35..db40c4c99437 100644 --- a/app-emulation/e-uae/ChangeLog +++ b/app-emulation/e-uae/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/e-uae # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/ChangeLog,v 1.11 2006/06/16 19:55:35 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/ChangeLog,v 1.12 2006/07/11 17:52:12 pva Exp $ + + 11 Jul 2006; Peter Volkov <pva@gentoo.org> e-uae-0.8.28-r1.ebuild: + einfo replaced with elog. Additional elogs added to clearly state video output. 16 Jun 2006; Peter Volkov <pva@gentoo.org> e-uae-0.8.27.ebuild, -e-uae-0.8.28.ebuild, e-uae-0.8.28-r1.ebuild: diff --git a/app-emulation/e-uae/e-uae-0.8.28-r1.ebuild b/app-emulation/e-uae/e-uae-0.8.28-r1.ebuild index 6d8c1b5dd5b3..d5a7c6aa57fd 100644 --- a/app-emulation/e-uae/e-uae-0.8.28-r1.ebuild +++ b/app-emulation/e-uae/e-uae-0.8.28-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/e-uae-0.8.28-r1.ebuild,v 1.2 2006/06/16 19:55:35 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/e-uae-0.8.28-r1.ebuild,v 1.3 2006/07/11 17:52:12 pva Exp $ inherit eutils flag-o-matic @@ -40,7 +40,7 @@ DEPEND="$RDEPEND pkg_setup() { # Sound setup. if use alsa; then - einfo "Choosing alsa as sound target to use." + elog "Choosing alsa as sound target to use." myconf="--with-alsa --without-sdl-sound" elif use sdl-sound ; then if ! use sdl ; then @@ -49,11 +49,11 @@ pkg_setup() { myconf="--without-alsa --without-sdl-sound" ebeep else - einfo "Choosing sdl-sound as sound target to use." + elog "Choosing sdl-sound as sound target to use." myconf="--without-alsa --with-sdl-sound" fi elif use oss ; then - einfo "Choosing oss as sound target to use." + elog "Choosing oss as sound target to use." ewarn "oss will be autodetected. See output of configure." myconf="--without-alsa --without-sdl-sound" else @@ -63,11 +63,14 @@ pkg_setup() { # VIDEO setup. X is autodetected (there is no --with-X option). if use X ; then + elog "Using X11 for video output." myconf="$myconf --without-curses --without-sdl-gfx" use dga && myconf="$myconf --enable-dga --enable-vidmode" elif use sdl ; then + elog "Using sdl for video output." myconf="$myconf --with-sdl --with-sdl-gfx --without-curses" elif use ncurses; then + elog "Using ncurses for video output." myconf="$myconf --with-curses --without-sdl-gfx" else ewarn "There is no X or sdl or ncurses in USE!" diff --git a/app-emulation/e-uae/files/digest-e-uae-0.8.28-r1 b/app-emulation/e-uae/files/digest-e-uae-0.8.28-r1 index f84b6f678c51..f73743e1c92c 100644 --- a/app-emulation/e-uae/files/digest-e-uae-0.8.28-r1 +++ b/app-emulation/e-uae/files/digest-e-uae-0.8.28-r1 @@ -1 +1,3 @@ MD5 9fc186f9256d04f940304044e29175ef e-uae-0.8.28.tar.bz2 1148790 +RMD160 7e9fa21fa14b0ca3a32a28ccb236b9d7628a7f69 e-uae-0.8.28.tar.bz2 1148790 +SHA256 afc8b30fb9aa0819a4e53b3eb0db8e658e5a2b23d7dbf436f6b5a49b2269da86 e-uae-0.8.28.tar.bz2 1148790 |