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
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')
-rw-r--r--dev-tinyos/tos/ChangeLog6
-rw-r--r--dev-tinyos/tos/tos-1.1.15-r1.ebuild8
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
}