diff options
author | Sandro Bonazzola <sanchan@gentoo.org> | 2006-08-09 19:42:12 +0000 |
---|---|---|
committer | Sandro Bonazzola <sanchan@gentoo.org> | 2006-08-09 19:42:12 +0000 |
commit | fc6c868c2db8a5907ea02d08649c11ce2860109f (patch) | |
tree | 77b3237fab7995837ed09d9ec86bcdd3fdd55764 /dev-tinyos | |
parent | Removed 'qt' USE flag per bug #137785 (diff) | |
download | gentoo-2-fc6c868c2db8a5907ea02d08649c11ce2860109f.tar.gz gentoo-2-fc6c868c2db8a5907ea02d08649c11ce2860109f.tar.bz2 gentoo-2-fc6c868c2db8a5907ea02d08649c11ce2860109f.zip |
Removing old ebuilds, moving important messages from einfo to elog.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'dev-tinyos')
-rw-r--r-- | dev-tinyos/tos/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tinyos/tos/tos-1.1.15-r1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-tinyos/tos/ChangeLog b/dev-tinyos/tos/ChangeLog index 3320b4b15a62..7182aaff2572 100644 --- a/dev-tinyos/tos/ChangeLog +++ b/dev-tinyos/tos/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tinyos/tos # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/ChangeLog,v 1.2 2006/02/12 16:55:04 sanchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos/ChangeLog,v 1.3 2006/08/09 19:42:12 sanchan Exp $ + + 09 Aug 2006; Sandro Bonazzola <sanchan@gentoo.org> -tos-1.1.15.ebuild, + tos-1.1.15-r1.ebuild: + Removing old ebuilds, moving important messages from einfo to elog. *tos-1.1.15-r1 (12 Feb 2006) 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 } |