summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-11-14 19:07:03 +0000
committerChristian Ruppert <idl0r@gentoo.org>2010-11-14 19:07:03 +0000
commitdf89a6d107d7b6ef5f91fe58ff3436fa1cd659f8 (patch)
treee8a78a52b95cd9bc1676a5d70215e0d5225a7663 /net-dns
parentsparc stable wrt #332361 (diff)
downloadgentoo-2-df89a6d107d7b6ef5f91fe58ff3436fa1cd659f8.tar.gz
gentoo-2-df89a6d107d7b6ef5f91fe58ff3436fa1cd659f8.tar.bz2
gentoo-2-df89a6d107d7b6ef5f91fe58ff3436fa1cd659f8.zip
Revbump. Re bug 344029, use append-cflags instead of append-cppflags.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind-tools/ChangeLog14
-rw-r--r--net-dns/bind-tools/bind-tools-9.4.3_p5-r2.ebuild (renamed from net-dns/bind-tools/bind-tools-9.4.3_p5-r1.ebuild)4
-rw-r--r--net-dns/bind-tools/bind-tools-9.6.2_p2-r2.ebuild (renamed from net-dns/bind-tools/bind-tools-9.6.2_p2-r1.ebuild)4
-rw-r--r--net-dns/bind-tools/bind-tools-9.7.1-r2.ebuild (renamed from net-dns/bind-tools/bind-tools-9.7.1-r1.ebuild)4
-rw-r--r--net-dns/bind-tools/bind-tools-9.7.2_p2-r2.ebuild (renamed from net-dns/bind-tools/bind-tools-9.7.2_p2-r1.ebuild)4
5 files changed, 21 insertions, 9 deletions
diff --git a/net-dns/bind-tools/ChangeLog b/net-dns/bind-tools/ChangeLog
index a35c6f9a3e90..b1c4ce9505b3 100644
--- a/net-dns/bind-tools/ChangeLog
+++ b/net-dns/bind-tools/ChangeLog
@@ -1,6 +1,18 @@
# ChangeLog for net-dns/bind-tools
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.170 2010/11/11 18:18:46 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.171 2010/11/14 19:07:03 idl0r Exp $
+
+*bind-tools-9.7.2_p2-r2 (14 Nov 2010)
+*bind-tools-9.7.1-r2 (14 Nov 2010)
+*bind-tools-9.6.2_p2-r2 (14 Nov 2010)
+*bind-tools-9.4.3_p5-r2 (14 Nov 2010)
+
+ 14 Nov 2010; Christian Ruppert <idl0r@gentoo.org>
+ -bind-tools-9.4.3_p5-r1.ebuild, +bind-tools-9.4.3_p5-r2.ebuild,
+ -bind-tools-9.6.2_p2-r1.ebuild, +bind-tools-9.6.2_p2-r2.ebuild,
+ -bind-tools-9.7.1-r1.ebuild, +bind-tools-9.7.1-r2.ebuild,
+ -bind-tools-9.7.2_p2-r1.ebuild, +bind-tools-9.7.2_p2-r2.ebuild:
+ Revbump. Re bug 344029, use append-cflags instead of append-cppflags.
*bind-tools-9.7.2_p2-r1 (11 Nov 2010)
*bind-tools-9.7.1-r1 (11 Nov 2010)
diff --git a/net-dns/bind-tools/bind-tools-9.4.3_p5-r1.ebuild b/net-dns/bind-tools/bind-tools-9.4.3_p5-r2.ebuild
index ed185357c183..6b977ebd6056 100644
--- a/net-dns/bind-tools/bind-tools-9.4.3_p5-r1.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.4.3_p5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.3_p5-r1.ebuild,v 1.1 2010/11/11 18:18:46 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.3_p5-r2.ebuild,v 1.1 2010/11/14 19:07:03 idl0r Exp $
EAPI="3"
@@ -57,7 +57,7 @@ src_configure() {
fi
# bug 344029
- append-cppflags "-DDIG_SIGCHASE"
+ append-cflags "-DDIG_SIGCHASE"
econf \
$(use_enable ipv6) \
diff --git a/net-dns/bind-tools/bind-tools-9.6.2_p2-r1.ebuild b/net-dns/bind-tools/bind-tools-9.6.2_p2-r2.ebuild
index ecc9d53db5de..ba952848ff70 100644
--- a/net-dns/bind-tools/bind-tools-9.6.2_p2-r1.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.6.2_p2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.6.2_p2-r1.ebuild,v 1.1 2010/11/11 18:18:46 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.6.2_p2-r2.ebuild,v 1.1 2010/11/14 19:07:03 idl0r Exp $
EAPI="3"
@@ -58,7 +58,7 @@ src_configure() {
fi
# bug 344029
- append-cppflags "-DDIG_SIGCHASE"
+ append-cflags "-DDIG_SIGCHASE"
econf \
$(use_enable ipv6) \
diff --git a/net-dns/bind-tools/bind-tools-9.7.1-r1.ebuild b/net-dns/bind-tools/bind-tools-9.7.1-r2.ebuild
index 62b874191298..f8d3ee8063fa 100644
--- a/net-dns/bind-tools/bind-tools-9.7.1-r1.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.7.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.7.1-r1.ebuild,v 1.1 2010/11/11 18:18:46 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.7.1-r2.ebuild,v 1.1 2010/11/14 19:07:03 idl0r Exp $
EAPI="3"
@@ -55,7 +55,7 @@ src_configure() {
fi
# bug 344029
- append-cppflags "-DDIG_SIGCHASE"
+ append-cflags "-DDIG_SIGCHASE"
econf \
$(use_enable ipv6) \
diff --git a/net-dns/bind-tools/bind-tools-9.7.2_p2-r1.ebuild b/net-dns/bind-tools/bind-tools-9.7.2_p2-r2.ebuild
index d70ec9a4b641..0a6dd83ee91d 100644
--- a/net-dns/bind-tools/bind-tools-9.7.2_p2-r1.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.7.2_p2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.7.2_p2-r1.ebuild,v 1.1 2010/11/11 18:18:46 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.7.2_p2-r2.ebuild,v 1.1 2010/11/14 19:07:03 idl0r Exp $
EAPI="3"
@@ -55,7 +55,7 @@ src_configure() {
fi
# bug 344029
- append-cppflags "-DDIG_SIGCHASE"
+ append-cflags "-DDIG_SIGCHASE"
econf \
$(use_enable ipv6) \