diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:12:58 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:12:58 +0000 |
commit | c747f7d259f1b22728527248834bda206bcbdb22 (patch) | |
tree | 2f17ca1389778b927918f979c98a11457825be8f /app-laptop | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-c747f7d259f1b22728527248834bda206bcbdb22.tar.gz gentoo-2-c747f7d259f1b22728527248834bda206bcbdb22.tar.bz2 gentoo-2-c747f7d259f1b22728527248834bda206bcbdb22.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/fnfx/ChangeLog | 7 | ||||
-rw-r--r-- | app-laptop/fnfx/files/digest-fnfx-0.3 | 2 | ||||
-rw-r--r-- | app-laptop/fnfx/fnfx-0.3.ebuild | 16 |
3 files changed, 13 insertions, 12 deletions
diff --git a/app-laptop/fnfx/ChangeLog b/app-laptop/fnfx/ChangeLog index c58a0ec3fb5f..1b810d7c017c 100644 --- a/app-laptop/fnfx/ChangeLog +++ b/app-laptop/fnfx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/fnfx -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/fnfx/ChangeLog,v 1.3 2006/06/03 21:50:05 halcy0n Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/fnfx/ChangeLog,v 1.4 2007/01/23 16:12:58 genone Exp $ + + 23 Jan 2007; Marius Mauch <genone@gentoo.org> fnfx-0.3.ebuild: + Replacing einfo with elog 03 Jun 2006; Mark Loeser <halcy0n@gentoo.org> fnfx-0.3.ebuild: Stable on x86; bug #134627 diff --git a/app-laptop/fnfx/files/digest-fnfx-0.3 b/app-laptop/fnfx/files/digest-fnfx-0.3 index 967679d6a082..dbc7ab1bcc51 100644 --- a/app-laptop/fnfx/files/digest-fnfx-0.3 +++ b/app-laptop/fnfx/files/digest-fnfx-0.3 @@ -1 +1,3 @@ MD5 2487730494a8ff86d83d9cf7e6a67325 fnfx-0.3.tar.gz 98430 +RMD160 4157288b7d8f6a2c9e3326c9c16b4d73f063f751 fnfx-0.3.tar.gz 98430 +SHA256 c21a5611d4cc5d2170ec3bd05cb3dc805f5542cba260938e47614ed472812dbf fnfx-0.3.tar.gz 98430 diff --git a/app-laptop/fnfx/fnfx-0.3.ebuild b/app-laptop/fnfx/fnfx-0.3.ebuild index 82ff72b92568..e3b884eb6255 100644 --- a/app-laptop/fnfx/fnfx-0.3.ebuild +++ b/app-laptop/fnfx/fnfx-0.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-laptop/fnfx/fnfx-0.3.ebuild,v 1.2 2006/06/03 21:50:05 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/fnfx/fnfx-0.3.ebuild,v 1.3 2007/01/23 16:12:58 genone Exp $ DESCRIPTION="Daemon and client allowing use of Toshiba special keys" HOMEPAGE="http://fnfx.sourceforge.net/" @@ -21,12 +21,8 @@ src_install() { } pkg_postinst() { - echo - einfo - einfo "The Fnfx Toshiba function key package has been installed." - einfo - einfo "If you would like the service to start automatically on boot" - einfo "please execute the command rc-update add fnfxd default." - einfo - echo + elog + elog "If you would like the service to start automatically on boot" + elog "please execute the command rc-update add fnfxd default." + elog } |