diff options
author | 2006-08-09 19:46:17 +0000 | |
---|---|---|
committer | 2006-08-09 19:46:17 +0000 | |
commit | fc176c62764986160d863a43d8e12affa9279243 (patch) | |
tree | aed315e6a1cca8923c184507df07bdd232f1f603 /dev-tinyos | |
parent | masking jed because it depends on masked slang (diff) | |
download | gentoo-2-fc176c62764986160d863a43d8e12affa9279243.tar.gz gentoo-2-fc176c62764986160d863a43d8e12affa9279243.tar.bz2 gentoo-2-fc176c62764986160d863a43d8e12affa9279243.zip |
Moving important info from einfo to elog.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'dev-tinyos')
-rw-r--r-- | dev-tinyos/tos-scripts/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tinyos/tos-scripts/tos-scripts-1.1.15.ebuild | 18 |
2 files changed, 14 insertions, 10 deletions
diff --git a/dev-tinyos/tos-scripts/ChangeLog b/dev-tinyos/tos-scripts/ChangeLog index 36c04c272187..6c0bdaee57f5 100644 --- a/dev-tinyos/tos-scripts/ChangeLog +++ b/dev-tinyos/tos-scripts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tinyos/tos-scripts # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-scripts/ChangeLog,v 1.2 2006/02/21 21:06:23 sanchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-scripts/ChangeLog,v 1.3 2006/08/09 19:46:17 sanchan Exp $ + + 09 Aug 2006; Sandro Bonazzola <sanchan@gentoo.org> + tos-scripts-1.1.15.ebuild: + Moving important info from einfo to elog. 21 Feb 2006; Sandro Bonazzola <sanchan@gentoo.org> metadata.xml, tos-scripts-1.1.15.ebuild: diff --git a/dev-tinyos/tos-scripts/tos-scripts-1.1.15.ebuild b/dev-tinyos/tos-scripts/tos-scripts-1.1.15.ebuild index 656af5fc257e..04d00822c4fb 100644 --- a/dev-tinyos/tos-scripts/tos-scripts-1.1.15.ebuild +++ b/dev-tinyos/tos-scripts/tos-scripts-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-scripts/tos-scripts-1.1.15.ebuild,v 1.2 2006/02/21 21:06:23 sanchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-scripts/tos-scripts-1.1.15.ebuild,v 1.3 2006/08/09 19:46:17 sanchan Exp $ inherit eutils java-utils @@ -88,15 +88,15 @@ src_install() { } pkg_postinst() { - einfo "In order to automatically use codeGeneration emerge tos-make," - einfo "add in your Makefile something like:" - einfo "TOSMAKE_PATH += \${TOSROOT}/tools/scripts/codeGeneration" - einfo "and add registy, hood or rpc to your make target eg.: make pc hood" + elog "In order to automatically use codeGeneration emerge tos-make," + elog "add in your Makefile something like:" + elog "TOSMAKE_PATH += \${TOSROOT}/tools/scripts/codeGeneration" + elog "and add registy, hood or rpc to your make target eg.: make pc hood" - ewarn "If you want to use TinyOS on real hardware you need a cross compiler." - ewarn "You should emerge sys-devel/crossdev and compile any toolchain you need" - ewarn "Example: for Mica2 and Mica2 Dot: crossdev --target avr" - ewarn "You also need >=dev-tinyos/tos-uisp-1.1.14 in order to flash your mote." + 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" + elog "You also need >=dev-tinyos/tos-uisp-1.1.14 in order to flash your mote." ebeep 5 epause 5 |