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