Gentoo Archives: gentoo-commits

From: "Dawid Weglinski (cla)" <cla@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/mistbot: mistbot-0.9.ebuild ChangeLog
Date: Tue, 30 Oct 2007 21:02:48
Message-Id: E1ImyEL-0008U9-3S@stork.gentoo.org
1 cla 07/10/30 21:02:33
2
3 Modified: mistbot-0.9.ebuild ChangeLog
4 Log:
5 New dependency and fixing make install stuff
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.2 net-irc/mistbot/mistbot-0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?r1=1.1&r2=1.2
14
15 Index: mistbot-0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mistbot-0.9.ebuild 29 Oct 2007 22:45:09 -0000 1.1
22 +++ mistbot-0.9.ebuild 30 Oct 2007 21:02:32 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v 1.1 2007/10/29 22:45:09 cla Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v 1.2 2007/10/30 21:02:32 cla Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -20,7 +20,8 @@
32 xml? ( dev-libs/libxml2 )"
33
34 DEPEND="${RDEPEND}
35 - doc? ( app-doc/doxygen )"
36 + doc? ( app-doc/doxygen
37 + app-text/xmlto )"
38
39 src_compile() {
40 ebegin "Change build.conf to fit needs"
41 @@ -30,15 +31,15 @@
42 fi
43
44 if ! use nls; then
45 - sed -e '/^NLS = nls$/d' -i build.conf || die "sed failed"
46 + sed -e '/^NLS\ =\nls$/d' -i build.conf || die "sed failed"
47 fi
48
49 if ! use debug; then
50 - sed -e '/^DEBUG = debug$/d' -i build.conf || die "sed failed"
51 + sed -e '/^DEBUG\ =\ debug$/d' -i build.conf || die "sed failed"
52 fi
53
54 if ! use ssl; then
55 - sed -e '/^SSL = ssl$/d' -i build.conf || die "sed failed"
56 + sed -e '/^SSL\ =\ ssl$/d' -i build.conf || die "sed failed"
57 fi
58
59 sed -e 's/^#ONCE\ =\ yes$/ONCE\ =\ yes/' -i build.conf || die "sed failed"
60 @@ -53,12 +54,14 @@
61
62 if use doc; then
63 ebegin "generate documentation"
64 - make doc || die "make doc failed"
65 + #make doc || die "make doc failed"
66 + emake doc || die "make doc failed"
67 fi
68 }
69
70 src_install() {
71 - make install DESTDIR="${D}" || die "make install failed"
72 + #make install DESTDIR="${D}" || die "make install failed"
73 + emake DESTDIR="${D}" install
74 dodoc AUTHORS mistbot.conf
75
76 if use doc; then
77
78
79
80 1.2 net-irc/mistbot/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?r1=1.1&r2=1.2
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- ChangeLog 29 Oct 2007 22:45:09 -0000 1.1
93 +++ ChangeLog 30 Oct 2007 21:02:32 -0000 1.2
94 @@ -1,6 +1,9 @@
95 # ChangeLog for net-irc/mistbot
96 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v 1.1 2007/10/29 22:45:09 cla Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v 1.2 2007/10/30 21:02:32 cla Exp $
99 +
100 + 30 Oct 2007; Dawid Węgliński <cla@g.o> mistbot-0.9.ebuild:
101 + New dependency and fixing make install stuff
102
103 *mistbot-0.9 (29 Oct 2007)
104
105
106
107
108 --
109 gentoo-commits@g.o mailing list