Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@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 22:04:51
Message-Id: E1ImzCX-0000np-EU@stork.gentoo.org
1 angelos 07/10/30 22:04:45
2
3 Modified: mistbot-0.9.ebuild ChangeLog
4 Log:
5 Added ~amd64 and small fixes
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.5 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.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild?r1=1.4&r2=1.5
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.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- mistbot-0.9.ebuild 30 Oct 2007 21:34:14 -0000 1.4
22 +++ mistbot-0.9.ebuild 30 Oct 2007 22:04:44 -0000 1.5
23 @@ -1,8 +1,8 @@
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.4 2007/10/30 21:34:14 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v 1.5 2007/10/30 22:04:44 angelos Exp $
28
29 -inherit eutils toolchain-funcs
30 +inherit eutils multilib toolchain-funcs
31
32 DESCRIPTION="A modular IRC-Bot written in C++"
33 HOMEPAGE="http://kuja.in/mistbot/"
34 @@ -11,7 +11,7 @@
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="~sparc ~x86"
39 +KEYWORDS="~amd64 ~sparc ~x86"
40 IUSE="doc xml nls debug ssl"
41
42 RDEPEND="virtual/libc
43 @@ -43,9 +43,11 @@
44 fi
45
46 sed -e 's/^#ONCE\ =\ yes$/ONCE\ =\ yes/' -i build.conf || die "sed failed"
47 + sed -re "/(PC|MOD|SCRIPT)DIR/s/lib/$(get_libdir)/" -i Makefile || die "sed failed"
48
49 echo "CXXFLAGS=${CXXFLAGS}" >> build.conf
50 echo "CXX=$(tc-getCXX)" >> build.conf
51 + echo "LDFLAGS=${LDFLAGS}" >> build.conf
52 echo "PREFIX=/usr" >> build.conf
53
54 ebegin "compiling source"
55 @@ -61,6 +63,7 @@
56 src_install() {
57 emake DESTDIR="${D}" install
58 dodoc AUTHORS mistbot.conf
59 + dosym ${P} /usr/bin/${PN}
60
61 if use doc; then
62 dodoc doc/userdoc.html
63
64
65
66 1.4 net-irc/mistbot/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?rev=1.4&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?rev=1.4&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/mistbot/ChangeLog?r1=1.3&r2=1.4
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v
75 retrieving revision 1.3
76 retrieving revision 1.4
77 diff -u -r1.3 -r1.4
78 --- ChangeLog 30 Oct 2007 21:34:14 -0000 1.3
79 +++ ChangeLog 30 Oct 2007 22:04:44 -0000 1.4
80 @@ -1,6 +1,9 @@
81 # ChangeLog for net-irc/mistbot
82 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v 1.3 2007/10/30 21:34:14 jokey Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v 1.4 2007/10/30 22:04:44 angelos Exp $
85 +
86 + 30 Oct 2007; Christoph Mende <angelos@g.o> mistbot-0.9.ebuild:
87 + Added ~amd64 and small fixes
88
89 30 Oct 2007; Markus Ullmann <jokey@g.o> mistbot-0.9.ebuild:
90 Keywording ~sparc
91
92
93
94 --
95 gentoo-commits@g.o mailing list