Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Mon, 19 Mar 2007 15:01:13 +0000 (15:01 +0000)
committerMarius Mauch <genone@gentoo.org>
Mon, 19 Mar 2007 15:01:13 +0000 (15:01 +0000)
Package-Manager: portage-2.1.2.2

media-radio/tucnak1/ChangeLog
media-radio/tucnak1/tucnak1-1.22.ebuild
media-radio/xdx/ChangeLog
media-radio/xdx/xdx-1.2.ebuild

index 526144411bf698fdb2394e6071c9e4a36a051c0a..6a4e2a72865f91e5f0c0ce5933dbe2ee07a6f8ee 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for media-radio/tucnak1
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak1/ChangeLog,v 1.5 2007/02/04 01:57:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak1/ChangeLog,v 1.6 2007/03/19 15:00:11 genone Exp $
+
+  19 Mar 2007; Marius Mauch <genone@gentoo.org> tucnak1-1.22.ebuild:
+  Replacing einfo with elog
 
   04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index adbbc2ad4575c1cfcb64a6980a01c776a927e6f5..31c6a616012ec80637fd00d708d25bf57771bafc 100644 (file)
@@ -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/media-radio/tucnak1/tucnak1-1.22.ebuild,v 1.5 2006/07/27 23:41:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/tucnak1/tucnak1-1.22.ebuild,v 1.6 2007/03/19 15:00:11 genone Exp $
 
 DESCRIPTION="Amateur Radio VHF Contest Logbook"
 HOMEPAGE="http://tucnak.nagano.cz/tucnak1en.html"
@@ -33,11 +33,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo ""
-       einfo "tucnak1 can be used with the following additional packages:"
-       einfo "    media-libs/libsdl              : Enable graphics in tucnak1"
-       einfo "    media-libs/tucnak1-data        : Also required for graphics"
-       einfo "    media-radio/cwdaemon           : Morse code daemon"
-       einfo "    media-radio/ssbd                       : SSB (voice keyer) daemon"
-       einfo ""
+       elog
+       elog "tucnak1 can be used with the following additional packages:"
+       elog "     media-libs/libsdl              : Enable graphics in tucnak1"
+       elog "     media-libs/tucnak1-data        : Also required for graphics"
+       elog "     media-radio/cwdaemon           : Morse code daemon"
+       elog "     media-radio/ssbd                       : SSB (voice keyer) daemon"
+       elog
 }
index 911d30006a5654bf98ba4c61f20c34656ab29661..02831924b5e462a86d6261436b8d6451012f84c8 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for media-radio/xdx
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/ChangeLog,v 1.8 2006/12/15 03:18:41 mr_bones_ Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/ChangeLog,v 1.9 2007/03/19 15:01:13 genone Exp $
+
+  19 Mar 2007; Marius Mauch <genone@gentoo.org> xdx-1.2.ebuild:
+  Replacing einfo with elog
 
   15 Dec 2006; Michael Sterrett <mr_bones_@gentoo.org> xdx-1.2.ebuild:
   make modX-friendly, tidy
index ca461789f7bfa8e0fd845690eb31370be2a1dc7a..3d2bac6a5600e3e8609dc25f810e547691690158 100644 (file)
@@ -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/media-radio/xdx/xdx-1.2.ebuild,v 1.8 2006/12/15 03:18:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-1.2.ebuild,v 1.9 2007/03/19 15:01:13 genone Exp $
 
 inherit eutils
 
@@ -26,9 +26,9 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "To use the rig control feature of xdx, install"
-       einfo "media-libs/hamlib and enable hamlib in the"
-       einfo "Preferences dialog."
+       elog "To use the rig control feature of xdx, install"
+       elog "media-libs/hamlib and enable hamlib in the"
+       elog "Preferences dialog."
        echo
 }