summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 16:19:30 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 16:19:30 +0000
commit6e23ca316951f2119136590ec236f41aeaa6e6be (patch)
treebec81ef4b33853aed98a0a2c60c472c824c1d6ff /app-laptop/ibam
parentDrop old (diff)
downloadhistorical-6e23ca316951f2119136590ec236f41aeaa6e6be.tar.gz
historical-6e23ca316951f2119136590ec236f41aeaa6e6be.tar.bz2
historical-6e23ca316951f2119136590ec236f41aeaa6e6be.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-laptop/ibam')
-rw-r--r--app-laptop/ibam/ChangeLog7
-rw-r--r--app-laptop/ibam/files/digest-ibam-0.42
-rw-r--r--app-laptop/ibam/ibam-0.4.ebuild12
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
}