Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind-tools: bind-tools-9.4.2.ebuild
Date: Sun, 04 May 2008 09:12:12
Message-Id: E1JsaGP-0000cE-Mj@stork.gentoo.org
1 dertobi123 08/05/04 09:12:09
2
3 Modified: bind-tools-9.4.2.ebuild
4 Log:
5 Incomplete fix for #218686
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.3 net-dns/bind-tools/bind-tools-9.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.2.ebuild?r1=1.2&r2=1.3
14
15 Index: bind-tools-9.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- bind-tools-9.4.2.ebuild 4 May 2008 08:14:38 -0000 1.2
22 +++ bind-tools-9.4.2.ebuild 4 May 2008 09:12:09 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.2.ebuild,v 1.2 2008/05/04 08:14:38 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.4.2.ebuild,v 1.3 2008/05/04 09:12:09 dertobi123 Exp $
28
29 inherit flag-o-matic
30
31 @@ -44,6 +44,8 @@
32
33 has_version sys-libs/glibc || myconf="${myconf} --with-iconv"
34
35 + econf ${myconf} || die "Configure failed"
36 +
37 cd "${S}"/lib
38 emake -j1 || die "make failed in /lib"
39
40 @@ -58,14 +60,6 @@
41
42 cd "${S}"/bin/dnssec/
43 emake -j1 || die "make failed in /bin/dnssec"
44 -
45 - use idn && {
46 - cd "${S}"/contrib/idn/idnkit-1.0-src
47 - local myconf=
48 - has_version sys-libs/glibc || myconf="${myconf} --with-iconv"
49 - econf ${myconf} || die "idn econf failed"
50 - emake -j1 || die "idn emake failed"
51 - }
52 }
53
54 src_install() {
55
56
57
58 --
59 gentoo-commits@l.g.o mailing list