diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:07:09 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:07:09 +0000 |
commit | 2c65bae33f907abbc3c768d4cb96e7ad8111cc50 (patch) | |
tree | 36081abe7ccf5029e3c60efad87ea2391b253999 /app-emulation/x48 | |
parent | Added EANT_ANT_TASKS to pass ANT_TASKS to eant. ANT_TASKS is unset in java-pk... (diff) | |
download | historical-2c65bae33f907abbc3c768d4cb96e7ad8111cc50.tar.gz historical-2c65bae33f907abbc3c768d4cb96e7ad8111cc50.tar.bz2 historical-2c65bae33f907abbc3c768d4cb96e7ad8111cc50.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-emulation/x48')
-rw-r--r-- | app-emulation/x48/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/x48/x48-0.4.3-r1.ebuild | 32 | ||||
-rw-r--r-- | app-emulation/x48/x48-0.4.3.ebuild | 12 |
3 files changed, 28 insertions, 24 deletions
diff --git a/app-emulation/x48/ChangeLog b/app-emulation/x48/ChangeLog index 7d846c31aee4..52b5bc5b5334 100644 --- a/app-emulation/x48/ChangeLog +++ b/app-emulation/x48/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/x48 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/ChangeLog,v 1.11 2006/11/25 15:51:38 gmsoft Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/ChangeLog,v 1.12 2007/01/25 23:02:23 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> x48-0.4.3.ebuild, + x48-0.4.3-r1.ebuild: + Replacing einfo with elog 25 Nov 2006; Guy Martin <gmsoft@gentoo.org> x48-0.4.3-r1.ebuild: Stable on hppa. diff --git a/app-emulation/x48/x48-0.4.3-r1.ebuild b/app-emulation/x48/x48-0.4.3-r1.ebuild index c91e0e38d4b8..3bd127bb7f51 100644 --- a/app-emulation/x48/x48-0.4.3-r1.ebuild +++ b/app-emulation/x48/x48-0.4.3-r1.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/x48/x48-0.4.3-r1.ebuild,v 1.13 2006/11/25 15:51:38 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3-r1.ebuild,v 1.14 2007/01/25 23:02:23 genone Exp $ inherit eutils @@ -49,18 +49,18 @@ src_install() { } pkg_postinst() { - einfo "The X48 emulator requires an HP48 ROM Image to run." - einfo - einfo "If you own an HP-48 calculator, you can use the ROMDump utility" - einfo "included with this package to obtain this from your calculator." - einfo - einfo "Alternatively, HP has provided two ROM images for non-commercial" - einfo "use only." - einfo - einfo "For an HP-48SX type: x48 -rom /usr/share/hp48/sxrom-j" - einfo "For an HP-48GX type: x48 -rom /usr/share/hp48/gxrom-r" - einfo - einfo "(If you're not sure which one you want, go with HP-48GX)" - einfo - einfo "Note: you only need to use the '-rom' argument once" + elog "The X48 emulator requires an HP48 ROM Image to run." + elog + elog "If you own an HP-48 calculator, you can use the ROMDump utility" + elog "included with this package to obtain this from your calculator." + elog + elog "Alternatively, HP has provided two ROM images for non-commercial" + elog "use only." + elog + elog "For an HP-48SX type: x48 -rom /usr/share/hp48/sxrom-j" + elog "For an HP-48GX type: x48 -rom /usr/share/hp48/gxrom-r" + elog + elog "(If you're not sure which one you want, go with HP-48GX)" + elog + elog "Note: you only need to use the '-rom' argument once" } diff --git a/app-emulation/x48/x48-0.4.3.ebuild b/app-emulation/x48/x48-0.4.3.ebuild index be29807bbd45..2b15808bd240 100644 --- a/app-emulation/x48/x48-0.4.3.ebuild +++ b/app-emulation/x48/x48-0.4.3.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/x48/x48-0.4.3.ebuild,v 1.3 2006/01/26 22:25:22 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3.ebuild,v 1.4 2007/01/25 23:02:23 genone Exp $ inherit eutils @@ -41,8 +41,8 @@ src_install() { } pkg_postinst() { - einfo "The X48 emulator requires an HP48 ROM Image to run." - einfo - einfo "You can use the ROMDump utility and documentation included with this" - einfo "package to obtain this from your HP48 calculator." + elog "The X48 emulator requires an HP48 ROM Image to run." + elog + elog "You can use the ROMDump utility and documentation included with this" + elog "package to obtain this from your HP48 calculator." } |