summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 09:13:37 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 09:13:37 +0000
commit76489fa71f57eebdc7e5715e89b3832e14dd17b7 (patch)
treeff7f31ff6c0961b0bd5aa8a3106184243ab7841f /net-dns/noip-updater
parentFix ldscript symlink generation #171486 by Alan Hourihane. (diff)
downloadgentoo-2-76489fa71f57eebdc7e5715e89b3832e14dd17b7.tar.gz
gentoo-2-76489fa71f57eebdc7e5715e89b3832e14dd17b7.tar.bz2
gentoo-2-76489fa71f57eebdc7e5715e89b3832e14dd17b7.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dns/noip-updater')
-rw-r--r--net-dns/noip-updater/ChangeLog7
-rw-r--r--net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild19
-rw-r--r--net-dns/noip-updater/noip-updater-2.1.3.ebuild10
-rw-r--r--net-dns/noip-updater/noip-updater-2.1.4.ebuild10
4 files changed, 25 insertions, 21 deletions
diff --git a/net-dns/noip-updater/ChangeLog b/net-dns/noip-updater/ChangeLog
index 6e27463067b5..b8449db9594e 100644
--- a/net-dns/noip-updater/ChangeLog
+++ b/net-dns/noip-updater/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dns/noip-updater
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/ChangeLog,v 1.21 2007/04/28 16:31:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/ChangeLog,v 1.22 2007/05/06 09:13:37 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org>
+ noip-updater-2.1.1-r1.ebuild, noip-updater-2.1.3.ebuild,
+ noip-updater-2.1.4.ebuild:
+ Replacing einfo with elog
28 Apr 2007; Sven Wegener <swegener@gentoo.org>
noip-updater-2.1.1-r1.ebuild, noip-updater-2.1.3.ebuild,
diff --git a/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild b/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild
index ba35e757990f..26c3a7636c65 100644
--- a/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild
+++ b/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild,v 1.7 2007/04/28 16:31:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild,v 1.8 2007/05/06 09:13:37 genone Exp $
inherit eutils
@@ -46,15 +46,14 @@ src_install() {
}
pkg_postinst() {
-
- einfo "Configuration can be done manually via:"
- einfo "/usr/sbin/noip2 -C or "
- einfo "first time you use the /etc/init.d/noip script; or"
- einfo "by using this ebuild's config option."
- einfo
- einfo "You must update the /etc/init.d/noip script, the "
- einfo "binary name and the command line options have "
- einfo "changed."
+ elog "Configuration can be done manually via:"
+ elog "/usr/sbin/noip2 -C or "
+ elog "first time you use the /etc/init.d/noip script; or"
+ elog "by using this ebuild's config option."
+ elog
+ elog "You must update the /etc/init.d/noip script, the "
+ elog "binary name and the command line options have "
+ elog "changed."
}
pkg_config() {
diff --git a/net-dns/noip-updater/noip-updater-2.1.3.ebuild b/net-dns/noip-updater/noip-updater-2.1.3.ebuild
index 4e075252c82a..72d29acf047b 100644
--- a/net-dns/noip-updater/noip-updater-2.1.3.ebuild
+++ b/net-dns/noip-updater/noip-updater-2.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.1.3.ebuild,v 1.2 2007/04/28 16:31:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.1.3.ebuild,v 1.3 2007/05/06 09:13:37 genone Exp $
inherit eutils
@@ -45,10 +45,10 @@ src_install() {
}
pkg_postinst() {
- einfo "Configuration can be done manually via:"
- einfo "/usr/sbin/noip2 -C or "
- einfo "first time you use the /etc/init.d/noip script; or"
- einfo "by using this ebuild's config option."
+ elog "Configuration can be done manually via:"
+ elog "/usr/sbin/noip2 -C or "
+ elog "first time you use the /etc/init.d/noip script; or"
+ elog "by using this ebuild's config option."
}
pkg_config() {
diff --git a/net-dns/noip-updater/noip-updater-2.1.4.ebuild b/net-dns/noip-updater/noip-updater-2.1.4.ebuild
index b276574972d4..68ac070b1eae 100644
--- a/net-dns/noip-updater/noip-updater-2.1.4.ebuild
+++ b/net-dns/noip-updater/noip-updater-2.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.1.4.ebuild,v 1.2 2007/04/28 16:31:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.1.4.ebuild,v 1.3 2007/05/06 09:13:37 genone Exp $
inherit eutils toolchain-funcs
@@ -45,10 +45,10 @@ src_install() {
}
pkg_postinst() {
- einfo "Configuration can be done manually via:"
- einfo "/usr/sbin/noip2 -C or "
- einfo "first time you use the /etc/init.d/noip script; or"
- einfo "by using this ebuild's config option."
+ elog "Configuration can be done manually via:"
+ elog "/usr/sbin/noip2 -C or "
+ elog "first time you use the /etc/init.d/noip script; or"
+ elog "by using this ebuild's config option."
}
pkg_config() {