summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-31 14:32:38 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-31 14:32:38 +0000
commit463761a8cc5933e0ad5410616fceb2d4b6525287 (patch)
treeaa34f15cdf60d05260e5d5dcdd68dd39589c81f4 /dev-lang/nqc
parentReplacing einfo with elog (diff)
downloadgentoo-2-463761a8cc5933e0ad5410616fceb2d4b6525287.tar.gz
gentoo-2-463761a8cc5933e0ad5410616fceb2d4b6525287.tar.bz2
gentoo-2-463761a8cc5933e0ad5410616fceb2d4b6525287.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-lang/nqc')
-rw-r--r--dev-lang/nqc/ChangeLog8
-rw-r--r--dev-lang/nqc/files/digest-nqc-2.5.12
-rw-r--r--dev-lang/nqc/nqc-2.5.1.ebuild10
-rw-r--r--dev-lang/nqc/nqc-3.1_p4.ebuild22
4 files changed, 24 insertions, 18 deletions
diff --git a/dev-lang/nqc/ChangeLog b/dev-lang/nqc/ChangeLog
index 85b8390306b5..d0d714527089 100644
--- a/dev-lang/nqc/ChangeLog
+++ b/dev-lang/nqc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/nqc
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.10 2006/06/18 14:06:51 pylon Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.11 2007/01/31 14:32:38 genone Exp $
+
+ 31 Jan 2007; Marius Mauch <genone@gentoo.org> nqc-2.5.1.ebuild,
+ nqc-3.1_p4.ebuild:
+ Replacing einfo with elog
*nqc-3.1_p4 (18 Jun 2006)
diff --git a/dev-lang/nqc/files/digest-nqc-2.5.1 b/dev-lang/nqc/files/digest-nqc-2.5.1
index 6eb339324b7f..0cba6b7d36e4 100644
--- a/dev-lang/nqc/files/digest-nqc-2.5.1
+++ b/dev-lang/nqc/files/digest-nqc-2.5.1
@@ -1 +1,3 @@
MD5 b765ac5077aba731861157c265748075 nqc-2.5.r1.tgz 215808
+RMD160 3f8e7e016b21bfb8f03716eed5976345c2bebaf6 nqc-2.5.r1.tgz 215808
+SHA256 439eab22f21e8e28c296c17dd2340956a8c4b2a75d868885df49202d0a8795e2 nqc-2.5.r1.tgz 215808
diff --git a/dev-lang/nqc/nqc-2.5.1.ebuild b/dev-lang/nqc/nqc-2.5.1.ebuild
index f44e92bb764c..fb3f6deb3bfd 100644
--- a/dev-lang/nqc/nqc-2.5.1.ebuild
+++ b/dev-lang/nqc/nqc-2.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-2.5.1.ebuild,v 1.11 2006/06/18 14:06:51 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-2.5.1.ebuild,v 1.12 2007/01/31 14:32:38 genone Exp $
inherit eutils
@@ -37,7 +37,7 @@ src_install() {
}
pkg_postinst() {
- einfo "To change the default serial name for nqc (/dev/ttyS0) set"
- einfo "the environment variable NQC_SERIAL and reemerge nqc, e.g.:"
- einfo " NQC_SERIAL='/dev/ttyS1' emerge nqc"
+ elog "To change the default serial name for nqc (/dev/ttyS0) set"
+ elog "the environment variable NQC_SERIAL and reemerge nqc, e.g.:"
+ elog " NQC_SERIAL='/dev/ttyS1' emerge nqc"
}
diff --git a/dev-lang/nqc/nqc-3.1_p4.ebuild b/dev-lang/nqc/nqc-3.1_p4.ebuild
index c621c7540b3f..850b4918928c 100644
--- a/dev-lang/nqc/nqc-3.1_p4.ebuild
+++ b/dev-lang/nqc/nqc-3.1_p4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-3.1_p4.ebuild,v 1.1 2006/06/18 14:06:51 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-3.1_p4.ebuild,v 1.2 2007/01/31 14:32:38 genone Exp $
inherit eutils
@@ -38,16 +38,16 @@ src_install() {
}
pkg_postinst() {
- einfo "To change the default serial name for nqc (/dev/ttyS0) set"
- einfo "the environment variable RCX_PORT or use the nqc command line"
- einfo "option -S to specify your serial port."
+ elog "To change the default serial name for nqc (/dev/ttyS0) set"
+ elog "the environment variable RCX_PORT or use the nqc command line"
+ elog "option -S to specify your serial port."
if use usb; then
- einfo
- einfo "You have enabled USB support. To use usb on the"
- einfo "command line use the -Susb command line option"
+ elog
+ elog "You have enabled USB support. To use usb on the"
+ elog "command line use the -Susb command line option"
else
- einfo
- einfo "You have not enabled usb support and will be unable"
- einfo "to use the usb IR tower. To enable USB use the usb use flag"
+ elog
+ elog "You have not enabled usb support and will be unable"
+ elog "to use the usb IR tower. To enable USB use the usb use flag"
fi
}