Gentoo Archives: gentoo-commits

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