summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 08:58:26 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 08:58:26 +0000
commitb12744e8303e55cd59f283d7fcc58c20aeb2073d (patch)
treeff84463129b71877275aa55cb1a494c6d403daac /net-dns/djbdns
parentReplacing einfo with elog/ewarn (diff)
downloadhistorical-b12744e8303e55cd59f283d7fcc58c20aeb2073d.tar.gz
historical-b12744e8303e55cd59f283d7fcc58c20aeb2073d.tar.bz2
historical-b12744e8303e55cd59f283d7fcc58c20aeb2073d.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dns/djbdns')
-rw-r--r--net-dns/djbdns/ChangeLog6
-rw-r--r--net-dns/djbdns/djbdns-1.05-r17.ebuild13
-rw-r--r--net-dns/djbdns/djbdns-1.05-r19.ebuild13
-rw-r--r--net-dns/djbdns/djbdns-1.05-r21.ebuild25
4 files changed, 29 insertions, 28 deletions
diff --git a/net-dns/djbdns/ChangeLog b/net-dns/djbdns/ChangeLog
index 879726960eb0..f34e137dd05c 100644
--- a/net-dns/djbdns/ChangeLog
+++ b/net-dns/djbdns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/djbdns
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/ChangeLog,v 1.89 2007/01/28 21:57:29 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/ChangeLog,v 1.90 2007/05/06 08:55:35 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> djbdns-1.05-r17.ebuild,
+ djbdns-1.05-r19.ebuild, djbdns-1.05-r21.ebuild:
+ Replacing einfo with elog
28 Jan 2007; Michael Hanselmann <hansmi@gentoo.org>
djbdns-1.05-r21.ebuild:
diff --git a/net-dns/djbdns/djbdns-1.05-r17.ebuild b/net-dns/djbdns/djbdns-1.05-r17.ebuild
index 9991fb45931e..9eadbcf48ed9 100644
--- a/net-dns/djbdns/djbdns-1.05-r17.ebuild
+++ b/net-dns/djbdns/djbdns-1.05-r17.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/djbdns/djbdns-1.05-r17.ebuild,v 1.10 2006/06/30 00:59:55 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r17.ebuild,v 1.11 2007/05/06 08:55:35 genone Exp $
IUSE="aliaschain cnamefix doc fwdzone ipv6 \
multipleip roundrobin semanticfix static selinux \
@@ -53,7 +53,7 @@ src_unpack() {
if use ipv6 && ( use fwdzone || use roundrobin ); then
eerror "ipv6 cannot currently be used with the fwdzone or "
eerror "roundrobin patch."
- echo
+ eerror
eerror "If you would like to see ipv6 support along with one of "
eerror "those other patches please submit a working patch that "
eerror "combines ipv6 with either fwdzone or roundrobin but not "
@@ -93,8 +93,8 @@ src_unpack() {
${FILESDIR}/dnstracesort.patch
if use ipv6; then
- einfo "At present dnstrace does NOT support IPv6. It will " \
- "be compiled without IPv6 support."
+ elog "At present dnstrace does NOT support IPv6. It will " \
+ "be compiled without IPv6 support."
cp -pR ${S} ${S}-noipv6
# Careful -- >=test21 of the ipv6 patch includes the errno patch
epatch ${DISTDIR}/${P}-${IPV6_PATCH}.diff.bz2
@@ -149,6 +149,5 @@ pkg_postinst() {
enewuser dnslog -1 -1 /nonexistent nofiles
enewuser tinydns -1 -1 /nonexistent nofiles
- einfo "Use (dnscache-setup + tinydns-setup) or djbdns-setup" \
- "to configure djbdns."
+ elog "Use (dnscache-setup + tinydns-setup) or djbdns-setup to configure djbdns."
}
diff --git a/net-dns/djbdns/djbdns-1.05-r19.ebuild b/net-dns/djbdns/djbdns-1.05-r19.ebuild
index 68ce9c9d94f3..9c00e991bf57 100644
--- a/net-dns/djbdns/djbdns-1.05-r19.ebuild
+++ b/net-dns/djbdns/djbdns-1.05-r19.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/djbdns/djbdns-1.05-r19.ebuild,v 1.3 2006/12/03 19:58:25 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r19.ebuild,v 1.4 2007/05/06 08:55:35 genone Exp $
IUSE="aliaschain cnamefix doc fwdonly fwdzone ipv6 \
multipleip roundrobin semanticfix static selinux \
@@ -56,7 +56,7 @@ src_unpack() {
if use ipv6 && ( use fwdzone || use roundrobin ); then
eerror "ipv6 cannot currently be used with the fwdzone or "
eerror "roundrobin patch."
- echo
+ eerror
eerror "If you would like to see ipv6 support along with one of "
eerror "those other patches, please submit a working patch that "
eerror "combines ipv6 with either fwdzone or roundrobin but not "
@@ -99,8 +99,8 @@ src_unpack() {
"${FILESDIR}/dnstracesort.patch"
if use ipv6; then
- einfo "At present dnstrace does NOT support IPv6. It will"\
- "be compiled without IPv6 support."
+ elog "At present dnstrace does NOT support IPv6. It will"\
+ "be compiled without IPv6 support."
cp -pR "${S}" "${S}-noipv6"
# Careful -- >=test21 of the IPv6 patch includes the errno patch
epatch "${DISTDIR}/${P}-${IPV6_PATCH}.diff.bz2"
@@ -169,6 +169,5 @@ pkg_setup() {
}
pkg_postinst() {
- einfo "Use dnscache-setup & tinydns-setup or djbdns-setup"\
- "to configure djbdns."
+ elog "Use dnscache-setup & tinydns-setup or djbdns-setup to configure djbdns."
}
diff --git a/net-dns/djbdns/djbdns-1.05-r21.ebuild b/net-dns/djbdns/djbdns-1.05-r21.ebuild
index 36d3473fdeca..5a8cd6e5ccdf 100644
--- a/net-dns/djbdns/djbdns-1.05-r21.ebuild
+++ b/net-dns/djbdns/djbdns-1.05-r21.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/djbdns/djbdns-1.05-r21.ebuild,v 1.2 2007/01/28 21:57:29 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r21.ebuild,v 1.3 2007/05/06 08:55:35 genone Exp $
IUSE="doc ipv6 selinux static"
@@ -31,13 +31,13 @@ src_unpack() {
cd "${S}"
echo
- einfo 'Several patches have been dropped from this djbdns ebuild revision.'
- einfo 'Please use the DJBDNS_PATCH_DIR variable to specify a directory'
- einfo 'of custom patches.'
- echo
- einfo 'Some of them can be found at http://tinydns.org/ or'
- einfo 'http://homepages.tesco.net/J.deBoynePollard/Softwares/djbdns/'
- echo
+ elog 'Several patches have been dropped from this djbdns ebuild revision.'
+ elog 'Please use the DJBDNS_PATCH_DIR variable to specify a directory'
+ elog 'of custom patches.'
+ elog
+ elog 'Some of them can be found at http://tinydns.org/ or'
+ elog 'http://homepages.tesco.net/J.deBoynePollard/Softwares/djbdns/'
+ elog
epatch \
"${FILESDIR}/headtail.patch" \
@@ -45,8 +45,8 @@ src_unpack() {
"${FILESDIR}/dnstracesort.patch"
if use ipv6; then
- einfo "At present dnstrace does NOT support IPv6. It will"\
- "be compiled without IPv6 support."
+ elog "At present dnstrace does NOT support IPv6. It will"\
+ "be compiled without IPv6 support."
cp -pR "${S}" "${S}-noipv6"
# Careful -- >=test21 of the IPv6 patch includes the errno patch
epatch "${DISTDIR}/${P}-${IPV6_PATCH}.diff.bz2"
@@ -78,7 +78,7 @@ src_compile() {
# Therefore we must compile dnstrace separately without IPv6
# support.
if use ipv6; then
- einfo "Compiling dnstrace without ipv6 support"
+ elog "Compiling dnstrace without ipv6 support"
cd ${S}-noipv6
echo "$(tc-getCC) ${CFLAGS}" > conf-cc
echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
@@ -113,6 +113,5 @@ pkg_setup() {
}
pkg_postinst() {
- einfo "Use dnscache-setup & tinydns-setup or djbdns-setup"\
- "to configure djbdns."
+ elog "Use dnscache-setup & tinydns-setup or djbdns-setup to configure djbdns."
}