diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:15:53 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:15:53 +0000 |
commit | 3ab961db812ea29bb7de7ad7df624d8a1d585b19 (patch) | |
tree | e4a1aa9b664c9f5f46c73208dffcd43b3c0d6080 /app-laptop | |
parent | Drop old (diff) | |
download | gentoo-2-3ab961db812ea29bb7de7ad7df624d8a1d585b19.tar.gz gentoo-2-3ab961db812ea29bb7de7ad7df624d8a1d585b19.tar.bz2 gentoo-2-3ab961db812ea29bb7de7ad7df624d8a1d585b19.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/ibam/ChangeLog | 7 | ||||
-rw-r--r-- | app-laptop/ibam/files/digest-ibam-0.4 | 2 | ||||
-rw-r--r-- | app-laptop/ibam/ibam-0.4.ebuild | 12 |
3 files changed, 13 insertions, 8 deletions
diff --git a/app-laptop/ibam/ChangeLog b/app-laptop/ibam/ChangeLog index 45c7a2111caf..0e83f563a933 100644 --- a/app-laptop/ibam/ChangeLog +++ b/app-laptop/ibam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/ibam -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ChangeLog,v 1.3 2006/09/10 11:59:31 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ChangeLog,v 1.4 2007/01/23 16:15:53 genone Exp $ + + 23 Jan 2007; Marius Mauch <genone@gentoo.org> ibam-0.4.ebuild: + Replacing einfo with elog 10 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove brix from metadata.xml. diff --git a/app-laptop/ibam/files/digest-ibam-0.4 b/app-laptop/ibam/files/digest-ibam-0.4 index 9200b79dbc43..99ad094d150b 100644 --- a/app-laptop/ibam/files/digest-ibam-0.4 +++ b/app-laptop/ibam/files/digest-ibam-0.4 @@ -1 +1,3 @@ MD5 c79abc3848ee7f183fd593ffcf3ba746 ibam-0.4.tar.gz 18913 +RMD160 b834e1deae6989a23d2130810f8dcb9e9cb71616 ibam-0.4.tar.gz 18913 +SHA256 962b55ef610ffd5f954938188f3275e4c2c673e79015361718b83a3469be155b ibam-0.4.tar.gz 18913 diff --git a/app-laptop/ibam/ibam-0.4.ebuild b/app-laptop/ibam/ibam-0.4.ebuild index a68986b5eabb..4da474e83f4f 100644 --- a/app-laptop/ibam/ibam-0.4.ebuild +++ b/app-laptop/ibam/ibam-0.4.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/ibam/ibam-0.4.ebuild,v 1.2 2006/02/17 13:16:08 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild,v 1.3 2007/01/23 16:15:53 genone Exp $ inherit toolchain-funcs @@ -37,8 +37,8 @@ src_install() { } pkg_postinst() { - einfo - einfo "You will need to install media-gfx/gnuplot if you wish to use" - einfo "the --plot argument to ibam." - einfo + elog + elog "You will need to install media-gfx/gnuplot if you wish to use" + elog "the --plot argument to ibam." + elog } |