summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Bonazzola <sanchan@gentoo.org>2006-08-09 19:42:12 +0000
committerSandro Bonazzola <sanchan@gentoo.org>2006-08-09 19:42:12 +0000
commit05f9d2f50c806db951eed4e292f275e12c9a744b (patch)
treed44ea0533701e2200a682b2132795d3b02c807e4 /dev-tinyos/tos/tos-1.1.15-r1.ebuild
parentRemoved 'qt' USE flag per bug #137785 (diff)
downloadhistorical-05f9d2f50c806db951eed4e292f275e12c9a744b.tar.gz
historical-05f9d2f50c806db951eed4e292f275e12c9a744b.tar.bz2
historical-05f9d2f50c806db951eed4e292f275e12c9a744b.zip
Removing old ebuilds, moving important messages from einfo to elog.
Package-Manager: portage-2.1.1_pre4-r4
Diffstat (limited to 'dev-tinyos/tos/tos-1.1.15-r1.ebuild')
-rw-r--r--dev-tinyos/tos/tos-1.1.15-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tinyos/tos/tos-1.1.15-r1.ebuild b/dev-tinyos/tos/tos-1.1.15-r1.ebuild
index 841cf67207fe..c6a29f826444 100644
--- a/dev-tinyos/tos/tos-1.1.15-r1.ebuild
+++ b/dev-tinyos/tos/tos-1.1.15-r1.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/tos-1.1.15-r1.ebuild,v 1.1 2006/02/12 16:55:04 sanchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/tos-1.1.15-r1.ebuild,v 1.2 2006/08/09 19:42:12 sanchan Exp $
inherit eutils
CVS_MONTH="Dec"
@@ -62,9 +62,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
}