Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@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:34:25
Message-Id: E1Imyj1-0000Wp-EC@stork.gentoo.org
1 jokey 07/10/30 21:34:15
2
3 Modified: mistbot-0.9.ebuild ChangeLog
4 Log:
5 Keywording ~sparc
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.4 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.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?r1=1.3&r2=1.4
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.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- mistbot-0.9.ebuild 30 Oct 2007 21:14:40 -0000 1.3
22 +++ mistbot-0.9.ebuild 30 Oct 2007 21:34:14 -0000 1.4
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.3 2007/10/30 21:14:40 cla Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v 1.4 2007/10/30 21:34:14 jokey Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -11,7 +11,7 @@
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~x86"
36 +KEYWORDS="~sparc ~x86"
37 IUSE="doc xml nls debug ssl"
38
39 RDEPEND="virtual/libc
40 @@ -54,13 +54,11 @@
41
42 if use doc; then
43 ebegin "generate documentation"
44 - #make doc || die "make doc failed"
45 emake doc || die "make doc failed"
46 fi
47 }
48
49 src_install() {
50 - #make install DESTDIR="${D}" || die "make install failed"
51 emake DESTDIR="${D}" install
52 dodoc AUTHORS mistbot.conf
53
54
55
56
57 1.3 net-irc/mistbot/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?rev=1.3&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?rev=1.3&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?r1=1.2&r2=1.3
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v
66 retrieving revision 1.2
67 retrieving revision 1.3
68 diff -u -r1.2 -r1.3
69 --- ChangeLog 30 Oct 2007 21:02:32 -0000 1.2
70 +++ ChangeLog 30 Oct 2007 21:34:14 -0000 1.3
71 @@ -1,6 +1,9 @@
72 # ChangeLog for net-irc/mistbot
73 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v 1.2 2007/10/30 21:02:32 cla Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v 1.3 2007/10/30 21:34:14 jokey Exp $
76 +
77 + 30 Oct 2007; Markus Ullmann <jokey@g.o> mistbot-0.9.ebuild:
78 + Keywording ~sparc
79
80 30 Oct 2007; Dawid Węgliński <cla@g.o> mistbot-0.9.ebuild:
81 New dependency and fixing make install stuff
82
83
84
85 --
86 gentoo-commits@g.o mailing list