summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 09:16:12 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 09:16:12 +0000
commit51ed3579f6cec06f5454da18b4062824853ec5c7 (patch)
tree5ea3b0298339765c5134631f6b60b206fa99884d /net-dns/pdns
parentReplacing einfo with elog (diff)
downloadgentoo-2-51ed3579f6cec06f5454da18b4062824853ec5c7.tar.gz
gentoo-2-51ed3579f6cec06f5454da18b4062824853ec5c7.tar.bz2
gentoo-2-51ed3579f6cec06f5454da18b4062824853ec5c7.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dns/pdns')
-rw-r--r--net-dns/pdns/ChangeLog6
-rw-r--r--net-dns/pdns/pdns-2.9.20-r1.ebuild26
-rw-r--r--net-dns/pdns/pdns-2.9.20-r2.ebuild18
-rw-r--r--net-dns/pdns/pdns-2.9.21.ebuild16
4 files changed, 35 insertions, 31 deletions
diff --git a/net-dns/pdns/ChangeLog b/net-dns/pdns/ChangeLog
index 37b0de93bf40..a031979f653f 100644
--- a/net-dns/pdns/ChangeLog
+++ b/net-dns/pdns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/pdns
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.43 2007/04/26 22:38:17 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.44 2007/05/06 09:16:12 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> pdns-2.9.20-r1.ebuild,
+ pdns-2.9.20-r2.ebuild, pdns-2.9.21.ebuild:
+ Replacing einfo with elog
26 Apr 2007; Sven Wegener <swegener@gentoo.org> pdns-2.9.21.ebuild:
Add sqlite3 backend.
diff --git a/net-dns/pdns/pdns-2.9.20-r1.ebuild b/net-dns/pdns/pdns-2.9.20-r1.ebuild
index 0164cc188917..9ef22657879d 100644
--- a/net-dns/pdns/pdns-2.9.20-r1.ebuild
+++ b/net-dns/pdns/pdns-2.9.20-r1.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/net-dns/pdns/pdns-2.9.20-r1.ebuild,v 1.5 2006/11/23 17:19:49 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.20-r1.ebuild,v 1.6 2007/05/06 09:16:12 genone Exp $
inherit multilib eutils autotools
@@ -90,15 +90,15 @@ pkg_postinst() {
ewarn
ewarn "ATTENTION: The recursor component has been split out to net-dns/pdns-recursor!"
ewarn
- einfo
- einfo "pdns now provides multiple instances support. You can create more instances"
- einfo "by symlinking the pdns init script to another name."
- einfo
- einfo "The name must be in the format pdns-<suffix> and PowerDNS will use the"
- einfo "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default."
- einfo
- einfo "Also all backends, except the bind and random backends, are now compiled as"
- einfo "loadable modules and must be loaded with load-modules= in the configuration"
- einfo "file."
- einfo
+ elog
+ elog "pdns now provides multiple instances support. You can create more instances"
+ elog "by symlinking the pdns init script to another name."
+ elog
+ elog "The name must be in the format pdns-<suffix> and PowerDNS will use the"
+ elog "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default."
+ elog
+ elog "Also all backends, except the bind and random backends, are now compiled as"
+ elog "loadable modules and must be loaded with load-modules= in the configuration"
+ elog "file."
+ elog
}
diff --git a/net-dns/pdns/pdns-2.9.20-r2.ebuild b/net-dns/pdns/pdns-2.9.20-r2.ebuild
index 78db7a72f7a5..31add4821c5c 100644
--- a/net-dns/pdns/pdns-2.9.20-r2.ebuild
+++ b/net-dns/pdns/pdns-2.9.20-r2.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/net-dns/pdns/pdns-2.9.20-r2.ebuild,v 1.4 2006/11/23 17:19:49 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.20-r2.ebuild,v 1.5 2007/05/06 09:16:12 genone Exp $
inherit multilib eutils autotools
@@ -91,11 +91,11 @@ pkg_preinst() {
}
pkg_postinst() {
- einfo
- einfo "PowerDNS provides multiple instances support. You can create more instances"
- einfo "by symlinking the pdns init script to another name."
- einfo
- einfo "The name must be in the format pdns-<suffix> and PowerDNS will use the"
- einfo "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default."
- einfo
+ elog
+ elog "PowerDNS provides multiple instances support. You can create more instances"
+ elog "by symlinking the pdns init script to another name."
+ elog
+ elog "The name must be in the format pdns-<suffix> and PowerDNS will use the"
+ elog "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default."
+ elog
}
diff --git a/net-dns/pdns/pdns-2.9.21.ebuild b/net-dns/pdns/pdns-2.9.21.ebuild
index 801e258ef3df..fced930af5f2 100644
--- a/net-dns/pdns/pdns-2.9.21.ebuild
+++ b/net-dns/pdns/pdns-2.9.21.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/pdns/pdns-2.9.21.ebuild,v 1.2 2007/04/26 22:38:17 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.21.ebuild,v 1.3 2007/05/06 09:16:12 genone Exp $
inherit multilib eutils autotools
@@ -94,11 +94,11 @@ pkg_preinst() {
}
pkg_postinst() {
- einfo
- einfo "PowerDNS provides multiple instances support. You can create more instances"
- einfo "by symlinking the pdns init script to another name."
- einfo
- einfo "The name must be in the format pdns-<suffix> and PowerDNS will use the"
- einfo "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default."
- einfo
+ elog
+ elog "PowerDNS provides multiple instances support. You can create more instances"
+ elog "by symlinking the pdns init script to another name."
+ elog
+ elog "The name must be in the format pdns-<suffix> and PowerDNS will use the"
+ elog "/etc/powerdns/pdns-<suffix>.conf configuration file instead of the default."
+ elog
}