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/ezbounce: ChangeLog ezbounce-1.99.10.ebuild
Date: Mon, 04 Feb 2008 11:03:40
Message-Id: E1JLz6b-0006Y0-Vi@stork.gentoo.org
1 cla 08/02/04 11:03:17
2
3 Modified: ChangeLog
4 Added: ezbounce-1.99.10.ebuild
5 Log:
6 Version bump, bug #207570
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.12 net-irc/ezbounce/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/ezbounce/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/ezbounce/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/ezbounce/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/ezbounce/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 25 Oct 2007 13:11:46 -0000 1.11
23 +++ ChangeLog 4 Feb 2008 11:03:17 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-irc/ezbounce
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ezbounce/ChangeLog,v 1.11 2007/10/25 13:11:46 armin76 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ezbounce/ChangeLog,v 1.12 2008/02/04 11:03:17 cla Exp $
30 +
31 +*ezbounce-1.99.10 (04 Feb 2008)
32 +
33 + 04 Feb 2008; Dawid Węgliński <cla@g.o> +ezbounce-1.99.10.ebuild:
34 + Version bump, bug #207570
35
36 25 Oct 2007; Raúl Porcel <armin76@g.o> ezbounce-1.04c.ebuild,
37 ezbounce-1.99.9.ebuild:
38
39
40
41 1.1 net-irc/ezbounce/ezbounce-1.99.10.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/ezbounce/ezbounce-1.99.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/ezbounce/ezbounce-1.99.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ezbounce-1.99.10.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-irc/ezbounce/ezbounce-1.99.10.ebuild,v 1.1 2008/02/04 11:03:17 cla Exp $
51
52 inherit eutils
53
54 DESCRIPTION="ezbounce is a small IRC bouncer"
55 HOMEPAGE="http://www.linuxftw.com/ezbounce/"
56 SRC_URI="http://www.linuxftw.com/${PN}/files/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="ssl boost"
62
63 DEPEND=">=net-misc/mdidentd-1.04c
64 ssl? ( dev-libs/openssl )
65 boost? ( dev-libs/boost )"
66
67 src_compile() {
68 econf $(use_with ssl) \
69 $(use_with boost) \
70 || die
71 emake CXX_OPTIMIZATIONS="${CXXFLAGS}" || die
72 }
73
74 src_install() {
75 dobin ezbounce || die
76 dosym ezbounce /usr/bin/ezb
77 dodoc CHANGES TODO README ezb.conf sample.*
78 doman misc/ezbounce.1
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list