summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Bonazzola <sanchan@gentoo.org>2006-08-09 19:51:22 +0000
committerSandro Bonazzola <sanchan@gentoo.org>2006-08-09 19:51:22 +0000
commit45138bf4e1945f53377b553e6ba462ddb6756921 (patch)
treea38ea1fb9a70aa60a073525e37eb3939ec7ce04d /dev-tinyos/tos-apps
parentStable for HPPA (bug #111007). (diff)
downloadhistorical-45138bf4e1945f53377b553e6ba462ddb6756921.tar.gz
historical-45138bf4e1945f53377b553e6ba462ddb6756921.tar.bz2
historical-45138bf4e1945f53377b553e6ba462ddb6756921.zip
Moving important info from einfo to elog.
Package-Manager: portage-2.1.1_pre4-r4
Diffstat (limited to 'dev-tinyos/tos-apps')
-rw-r--r--dev-tinyos/tos-apps/ChangeLog5
-rw-r--r--dev-tinyos/tos-apps/tos-apps-1.1.15.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tinyos/tos-apps/ChangeLog b/dev-tinyos/tos-apps/ChangeLog
index 44497f8c14ee..649bd50da5f3 100644
--- a/dev-tinyos/tos-apps/ChangeLog
+++ b/dev-tinyos/tos-apps/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tinyos/tos-apps
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-apps/ChangeLog,v 1.1 2006/02/15 20:16:43 sanchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-apps/ChangeLog,v 1.2 2006/08/09 19:48:55 sanchan Exp $
+
+ 09 Aug 2006; Sandro Bonazzola <sanchan@gentoo.org> tos-apps-1.1.15.ebuild:
+ Moving important info from einfo to elog.
*tos-apps-1.1.15 (15 Feb 2006)
diff --git a/dev-tinyos/tos-apps/tos-apps-1.1.15.ebuild b/dev-tinyos/tos-apps/tos-apps-1.1.15.ebuild
index 1afa56b48c6b..c81e99473ec9 100644
--- a/dev-tinyos/tos-apps/tos-apps-1.1.15.ebuild
+++ b/dev-tinyos/tos-apps/tos-apps-1.1.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-apps/tos-apps-1.1.15.ebuild,v 1.1 2006/02/15 20:16:43 sanchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-apps/tos-apps-1.1.15.ebuild,v 1.2 2006/08/09 19:48:55 sanchan Exp $
inherit eutils
CVS_MONTH="Dec"
@@ -50,9 +50,9 @@ src_install() {
}
pkg_postinst() {
- einfo "If you want to use TinyOS on real hardware you need a cross compiler."
- einfo "You should emerge sys-devel/crossdev and compile any toolchain you need"
- einfo "Example: for Mica2 and Mica2 Dot: crossdev --target avr"
+ elog "If you want to use TinyOS on real hardware you need a cross compiler."
+ elog "You should emerge sys-devel/crossdev and compile any toolchain you need"
+ elog "Example: for Mica2 and Mica2 Dot: crossdev --target avr"
ebeep 5
epause 5
}