Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/ndu: ChangeLog ndu-0.4-r4.ebuild ndu-0.4.ebuild ndu-0.4-r3.ebuild ndu-0.4-r1.ebuild ndu-0.4-r2.ebuild
Date: Fri, 31 Jul 2009 09:12:39
Message-Id: E1MWoAG-0005oy-M2@stork.gentoo.org
1 robbat2 09/07/31 09:12:36
2
3 Modified: ChangeLog ndu-0.4-r4.ebuild
4 Removed: ndu-0.4.ebuild ndu-0.4-r3.ebuild ndu-0.4-r1.ebuild
5 ndu-0.4-r2.ebuild
6 Log:
7 Bug #271292: Add a warning that you might want BIND installed for some of the functionality, not it is NOT an actual requirement (the dnstouch tool is very useful in other setups). Also make repoman happy and clean up old ebuilds.
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 net-dns/ndu/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ndu/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ndu/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ndu/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-dns/ndu/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -p -w -b -B -u -u -r1.14 -r1.15
23 --- ChangeLog 22 Apr 2007 13:56:11 -0000 1.14
24 +++ ChangeLog 31 Jul 2009 09:12:36 -0000 1.15
25 @@ -1,6 +1,14 @@
26 # ChangeLog for net-dns/ndu
27 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ChangeLog,v 1.14 2007/04/22 13:56:11 dertobi123 Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ChangeLog,v 1.15 2009/07/31 09:12:36 robbat2 Exp $
31 +
32 + 31 Jul 2009; Robin H. Johnson <robbat2@g.o> -ndu-0.4.ebuild,
33 + -ndu-0.4-r1.ebuild, -ndu-0.4-r2.ebuild, -ndu-0.4-r3.ebuild,
34 + ndu-0.4-r4.ebuild:
35 + Bug #271292: Add a warning that you might want BIND installed for some of
36 + the functionality, not it is NOT an actual requirement (the dnstouch tool
37 + is very useful in other setups). Also make repoman happy and clean up old
38 + ebuilds.
39
40 22 Apr 2007; Tobias Scherbaum <dertobi123@g.o> ndu-0.4-r4.ebuild:
41 ppc stable, bug #173858
42
43
44
45 1.5 net-dns/ndu/ndu-0.4-r4.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ndu/ndu-0.4-r4.ebuild?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ndu/ndu-0.4-r4.ebuild?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ndu/ndu-0.4-r4.ebuild?r1=1.4&r2=1.5
50
51 Index: ndu-0.4-r4.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-dns/ndu/ndu-0.4-r4.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -p -w -b -B -u -u -r1.4 -r1.5
57 --- ndu-0.4-r4.ebuild 22 Apr 2007 13:56:11 -0000 1.4
58 +++ ndu-0.4-r4.ebuild 31 Jul 2009 09:12:36 -0000 1.5
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2007 Gentoo Foundation
61 +# Copyright 1999-2009 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ndu-0.4-r4.ebuild,v 1.4 2007/04/22 13:56:11 dertobi123 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ndu-0.4-r4.ebuild,v 1.5 2009/07/31 09:12:36 robbat2 Exp $
65
66 inherit eutils toolchain-funcs
67
68 @@ -19,9 +19,9 @@ RDEPEND="virtual/libc
69 src_unpack() {
70 unpack ${A}
71
72 - epatch ${FILESDIR}/${P}-binary-locations.patch
73 + epatch "${FILESDIR}"/${P}-binary-locations.patch
74
75 - cd ${S}/src
76 + cd "${S}"/src
77 # use the correct compiler
78 sed -e 's|gcc|$(CXX)|g' -i Makefile
79 # set correct config pathes
80 @@ -32,7 +32,7 @@ src_unpack() {
81 # use the correct editor
82 sed -e 's|VISUAL|EDITOR|g' -i dnsedit
83
84 - cd ${S}
85 + cd "${S}"
86 # match our bind config
87 sed -e 's|0.0.127.in-addr.arpa|127.in-addr.arpa|g' -i ndu.conf
88 # document the support for the chrooted BIND setup
89 @@ -42,7 +42,7 @@ src_unpack() {
90 }
91
92 src_compile() {
93 - cd ${S}/src
94 + cd "${S}"/src
95 emake CFLAGS="${CFLAGS}" CXX="$(tc-getCXX)"
96 }
97
98 @@ -54,3 +54,9 @@ src_install () {
99 doins ndu.conf
100 dodoc README INSTALL
101 }
102 +
103 +pkg_postinst() {
104 + elog "The ndu binary expects to read your configuration"
105 + elog "from /etc/bind/named.conf, however the other binaries"
106 + elog "are useful with BIND locally installed."
107 +}