summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 22:04:26 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 22:04:26 +0000
commit55f179f7be13fc604154c998491614c735df9f57 (patch)
treef4d688b724596eeaa17fda989d94d71ddf83df5d
parentReplacing einfo with elog (diff)
downloadgentoo-2-55f179f7be13fc604154c998491614c735df9f57.tar.gz
gentoo-2-55f179f7be13fc604154c998491614c735df9f57.tar.bz2
gentoo-2-55f179f7be13fc604154c998491614c735df9f57.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
-rw-r--r--app-emulation/frodo/ChangeLog7
-rw-r--r--app-emulation/frodo/frodo-4.1b.ebuild80
2 files changed, 45 insertions, 42 deletions
diff --git a/app-emulation/frodo/ChangeLog b/app-emulation/frodo/ChangeLog
index 0fb4271cdef4..35d003494b42 100644
--- a/app-emulation/frodo/ChangeLog
+++ b/app-emulation/frodo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/frodo
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/ChangeLog,v 1.8 2006/12/30 07:03:42 antarus Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/ChangeLog,v 1.9 2007/01/25 22:04:26 genone Exp $
+
+ 25 Jan 2007; Marius Mauch <genone@gentoo.org> frodo-4.1b.ebuild:
+ Replacing einfo with elog
*frodo-4.1b (30 Dec 2006)
diff --git a/app-emulation/frodo/frodo-4.1b.ebuild b/app-emulation/frodo/frodo-4.1b.ebuild
index f4a533f409ca..be81f8dd910d 100644
--- a/app-emulation/frodo/frodo-4.1b.ebuild
+++ b/app-emulation/frodo/frodo-4.1b.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1b.ebuild,v 1.1 2006/12/30 07:03:42 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1b.ebuild,v 1.2 2007/01/25 22:04:26 genone Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="latest"
@@ -63,42 +63,42 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo " READ THE DOCS! The documentation can be found at:"
- einfo " /usr/share/doc/${PF}/html/"
- einfo
- einfo " Getting this program to work requires some experimentation with the"
- einfo " settings. The three executables you can use are:"
- einfo
- einfo " Frodo (normal)"
- einfo " FrodoPC (faster)"
- einfo " FrodoSC (slower than the other two, but most compatible)"
- einfo
- einfo " We recommend that you run FrodoSC with the following settings:"
- einfo
- einfo " 1. Limit Speed = enabled"
- einfo " 2. Map / = enabled"
- einfo " 3. Emulate 1541 CPU (for copy-protected games)"
- einfo " 4. Sprites, Sprite Collisions = enabled"
- einfo " 5. SID Emulation = Digital"
- einfo " 6. SID Filters = enabled"
- einfo
- einfo " You will probably need to occasionally change these settings"
- einfo " depending upon which programs you try to run, or you may need to run"
- einfo " Frodo or FrodoPC if your machine is too slow."
- einfo
- einfo " Most Commodore 64 applications load by first pointing to the D64"
- einfo " file in preferences, then:"
- einfo " LOAD \"*\",8,1"
- einfo " then:"
- einfo " RUN"
- einfo
- einfo " Remember that the keyboard is mapped to the C64 layout. So to type"
- einfo " the first command above you would use the following sequence:"
- einfo " LOAD [SHIFT-2][RIGHT-BRACKET][SHIFT-2],8,1"
- einfo
- einfo
- einfo " For a complete source of C64 programs, try visiting:"
- einfo " http://www.c64unlimited.net/"
- einfo
+ elog
+ elog " READ THE DOCS! The documentation can be found at:"
+ elog " /usr/share/doc/${PF}/html/"
+ elog
+ elog " Getting this program to work requires some experimentation with the"
+ elog " settings. The three executables you can use are:"
+ elog
+ elog " Frodo (normal)"
+ elog " FrodoPC (faster)"
+ elog " FrodoSC (slower than the other two, but most compatible)"
+ elog
+ elog " We recommend that you run FrodoSC with the following settings:"
+ elog
+ elog " 1. Limit Speed = enabled"
+ elog " 2. Map / = enabled"
+ elog " 3. Emulate 1541 CPU (for copy-protected games)"
+ elog " 4. Sprites, Sprite Collisions = enabled"
+ elog " 5. SID Emulation = Digital"
+ elog " 6. SID Filters = enabled"
+ elog
+ elog " You will probably need to occasionally change these settings"
+ elog " depending upon which programs you try to run, or you may need to run"
+ elog " Frodo or FrodoPC if your machine is too slow."
+ elog
+ elog " Most Commodore 64 applications load by first pointing to the D64"
+ elog " file in preferences, then:"
+ elog " LOAD \"*\",8,1"
+ elog " then:"
+ elog " RUN"
+ elog
+ elog " Remember that the keyboard is mapped to the C64 layout. So to type"
+ elog " the first command above you would use the following sequence:"
+ elog " LOAD [SHIFT-2][RIGHT-BRACKET][SHIFT-2],8,1"
+ elog
+ elog
+ elog " For a complete source of C64 programs, try visiting:"
+ elog " http://www.c64unlimited.net/"
+ elog
}