summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 14:25:25 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 14:25:25 +0000
commit4287b35e0109feebaa2c436bf67cf897ff9047ee (patch)
tree7cf0b7f88a4e423e7bdf5d8a598d3faf8a5e3715 /app-admin
parentversion bump (diff)
downloadgentoo-2-4287b35e0109feebaa2c436bf67cf897ff9047ee.tar.gz
gentoo-2-4287b35e0109feebaa2c436bf67cf897ff9047ee.tar.bz2
gentoo-2-4287b35e0109feebaa2c436bf67cf897ff9047ee.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/hpasm/ChangeLog7
-rw-r--r--app-admin/hpasm/files/digest-hpasm-6.30.0.12-r12
-rw-r--r--app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild20
3 files changed, 17 insertions, 12 deletions
diff --git a/app-admin/hpasm/ChangeLog b/app-admin/hpasm/ChangeLog
index 0dfaff141fd0..9e50c45d0e66 100644
--- a/app-admin/hpasm/ChangeLog
+++ b/app-admin/hpasm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/hpasm
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hpasm/ChangeLog,v 1.12 2005/08/23 17:39:51 flameeyes Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hpasm/ChangeLog,v 1.13 2007/01/24 14:25:25 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> hpasm-6.30.0.12-r1.ebuild:
+ Replacing einfo with elog
23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
hpasm-6.30.0.12-r1.ebuild:
diff --git a/app-admin/hpasm/files/digest-hpasm-6.30.0.12-r1 b/app-admin/hpasm/files/digest-hpasm-6.30.0.12-r1
index daaf32b974d5..f3a52d6a18a3 100644
--- a/app-admin/hpasm/files/digest-hpasm-6.30.0.12-r1
+++ b/app-admin/hpasm/files/digest-hpasm-6.30.0.12-r1
@@ -1 +1,3 @@
MD5 c7605da770f5936870eebbd79eb25260 hpasm-6.30.0-12.Redhat8_0.i386.rpm 3821701
+RMD160 c3d74252de7ffc69b82b25b94cc93ded9af9a474 hpasm-6.30.0-12.Redhat8_0.i386.rpm 3821701
+SHA256 8a00433d1b27f879df99eb023d9f3a2a869483391e72a647d5c4e2faa8189fa1 hpasm-6.30.0-12.Redhat8_0.i386.rpm 3821701
diff --git a/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild b/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild
index aa6af70ab077..f075dcb326d0 100644
--- a/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild
+++ b/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild,v 1.18 2005/08/23 17:39:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/hpasm/hpasm-6.30.0.12-r1.ebuild,v 1.19 2007/01/24 14:25:25 genone Exp $
inherit rpm
@@ -64,12 +64,12 @@ src_install() {
}
pkg_postinst() {
- einfo ""
- einfo "If you want to run cpqimlview or hpimlview you will"
- einfo "need to emerge an X11 implementation, tix, and tclx"
- einfo ""
- einfo "You now need to execute /etc/init.d/hpasm start in"
- einfo "order to use the installed package. The kernel"
- einfo "modules will automatically build for you."
- einfo ""
+ elog
+ elog "If you want to run cpqimlview or hpimlview you will"
+ elog "need to emerge an X11 implementation, tix, and tclx"
+ elog
+ elog "You now need to execute /etc/init.d/hpasm start in"
+ elog "order to use the installed package. The kernel"
+ elog "modules will automatically build for you."
+ elog
}