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-misc/balance: ChangeLog balance-3.48.ebuild
Date: Mon, 08 Feb 2010 09:22:25
Message-Id: E1NePp0-0006Ol-OM@stork.gentoo.org
1 cla 10/02/08 09:22:22
2
3 Modified: ChangeLog
4 Added: balance-3.48.ebuild
5 Log:
6 Version bump #303801
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 net-misc/balance/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/balance/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/balance/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/balance/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 26 Dec 2009 17:41:50 -0000 1.16
23 +++ ChangeLog 8 Feb 2010 09:22:22 -0000 1.17
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-misc/balance
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v 1.16 2009/12/26 17:41:50 pva Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v 1.17 2010/02/08 09:22:22 cla Exp $
30 +
31 +*balance-3.48 (08 Feb 2010)
32 +
33 + 08 Feb 2010; Dawid Węgliński <cla@g.o> +balance-3.48.ebuild:
34 + Version bump (bug #303801)
35
36 26 Dec 2009; Peter Volkov <pva@g.o> balance-3.35.ebuild,
37 balance-3.40.ebuild:
38
39
40
41 1.1 net-misc/balance/balance-3.48.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/balance/balance-3.48.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/balance/balance-3.48.ebuild?rev=1.1&content-type=text/plain
45
46 Index: balance-3.48.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-misc/balance/balance-3.48.ebuild,v 1.1 2010/02/08 09:22:22 cla Exp $
51
52 inherit toolchain-funcs
53
54 DESCRIPTION="TCP Load Balancing Port Forwarder"
55 HOMEPAGE="http://www.inlab.de/balance.html"
56 SRC_URI="http://www.inlab.de/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="doc"
62
63 DEPEND="doc? ( app-text/ghostscript-gpl )"
64 RDEPEND=""
65
66 src_compile() {
67 use doc || touch balance.pdf
68 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
69 }
70
71 src_install() {
72 dosbin balance || die
73 doman balance.1
74 use doc && dodoc balance.pdf
75 dodir /var/run/balance
76 fperms 1755 /var/run/balance
77 }