Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/mono-zeroconf: ChangeLog mono-zeroconf-0.8.0-r1.ebuild
Date: Mon, 26 Jan 2009 12:40:43
Message-Id: E1LRQlc-0002lg-PA@stork.gentoo.org
1 loki_val 09/01/26 12:40:40
2
3 Modified: ChangeLog mono-zeroconf-0.8.0-r1.ebuild
4 Log:
5 Fix bug 256403, typo in ebuild prevented --disable-docs from working. Thanks to Pacho Ramos <pacho@××××××××××××××××××××××××.es> for the report and fix.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 dev-dotnet/mono-zeroconf/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 25 Jan 2009 13:56:40 -0000 1.6
22 +++ ChangeLog 26 Jan 2009 12:40:40 -0000 1.7
23 @@ -1,6 +1,12 @@
24 # ChangeLog for dev-dotnet/mono-zeroconf
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog,v 1.6 2009/01/25 13:56:40 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog,v 1.7 2009/01/26 12:40:40 loki_val Exp $
28 +
29 + 26 Jan 2009; Peter Alfredsen <loki_val@g.o>
30 + mono-zeroconf-0.8.0-r1.ebuild:
31 + Fix bug 256403, typo in ebuild prevented --disable-docs from working.
32 + Thanks to Pacho Ramos <pacho@××××××××××××××××××××××××.es> for the report
33 + and fix.
34
35 *mono-zeroconf-0.8.0-r1 (25 Jan 2009)
36
37
38
39
40 1.2 dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: mono-zeroconf-0.8.0-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- mono-zeroconf-0.8.0-r1.ebuild 25 Jan 2009 13:56:40 -0000 1.1
53 +++ mono-zeroconf-0.8.0-r1.ebuild 26 Jan 2009 12:40:40 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0-r1.ebuild,v 1.1 2009/01/25 13:56:40 loki_val Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.8.0-r1.ebuild,v 1.2 2009/01/26 12:40:40 loki_val Exp $
59
60 EAPI=2
61
62 @@ -24,7 +24,7 @@
63 PATCHES=( "${FILESDIR}/${P}-mono-2.2.patch" )
64
65 src_configure() {
66 - econf $(use_enable doc docs)$(use_enable avahi) $(use_enable !avahi mdnsresponder)
67 + econf $(use_enable doc docs) $(use_enable avahi) $(use_enable !avahi mdnsresponder)
68 }
69
70 src_compile() {