diff options
author | Sandro Bonazzola <sanchan@gentoo.org> | 2006-08-09 19:51:22 +0000 |
---|---|---|
committer | Sandro Bonazzola <sanchan@gentoo.org> | 2006-08-09 19:51:22 +0000 |
commit | 45138bf4e1945f53377b553e6ba462ddb6756921 (patch) | |
tree | a38ea1fb9a70aa60a073525e37eb3939ec7ce04d /dev-tinyos | |
parent | Stable for HPPA (bug #111007). (diff) | |
download | historical-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')
-rw-r--r-- | dev-tinyos/tos-apps/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tinyos/tos-apps/tos-apps-1.1.15.ebuild | 8 | ||||
-rw-r--r-- | dev-tinyos/tos-make/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tinyos/tos-make/tos-make-1.1.15.ebuild | 18 | ||||
-rw-r--r-- | dev-tinyos/tos-scripts/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tinyos/tos-scripts/tos-scripts-1.1.15.ebuild | 18 |
6 files changed, 35 insertions, 25 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 } diff --git a/dev-tinyos/tos-make/ChangeLog b/dev-tinyos/tos-make/ChangeLog index 8d70e79b51cd..fd4ed101fc14 100644 --- a/dev-tinyos/tos-make/ChangeLog +++ b/dev-tinyos/tos-make/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tinyos/tos-make # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-make/ChangeLog,v 1.1 2006/02/12 17:58:50 sanchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-make/ChangeLog,v 1.2 2006/08/09 19:51:22 sanchan Exp $ + + 09 Aug 2006; Sandro Bonazzola <sanchan@gentoo.org> tos-make-1.1.15.ebuild: + Moving important info from einfo to elog. *tos-make-1.1.15 (12 Feb 2006) diff --git a/dev-tinyos/tos-make/tos-make-1.1.15.ebuild b/dev-tinyos/tos-make/tos-make-1.1.15.ebuild index 0b79160d8f19..35f374a3d563 100644 --- a/dev-tinyos/tos-make/tos-make-1.1.15.ebuild +++ b/dev-tinyos/tos-make/tos-make-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-make/tos-make-1.1.15.ebuild,v 1.1 2006/02/12 17:58:50 sanchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-make/tos-make-1.1.15.ebuild,v 1.2 2006/08/09 19:51:22 sanchan Exp $ inherit eutils @@ -56,15 +56,15 @@ src_install() { } pkg_postinst() { - einfo "In order to use this, just add in your Makefile something like:" - einfo "TOSMAKE_PATH += \${YOUR_ADDITIONAL_RULES_DIRECTORY}" - einfo "MAKERULES = \${TOSROOT}/tools/make/Makerules\n" + elog "In order to use this, just add in your Makefile something like:" + elog "TOSMAKE_PATH += \${YOUR_ADDITIONAL_RULES_DIRECTORY}" + elog "MAKERULES = \${TOSROOT}/tools/make/Makerules\n" - 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." - ewarn "You also need >=dev-java/ibm-sdk-bin-1.4.0 if you plan to use deluge." + 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." + elog "You also need >=dev-java/ibm-sdk-bin-1.4.0 if you plan to use deluge." ebeep 5 epause 5 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 |