Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/balance: balance-3.54.ebuild ChangeLog
Date: Sat, 16 Jun 2012 22:51:49
Message-Id: 20120616225130.5708D2004B@flycatcher.gentoo.org
1 xmw 12/06/16 22:51:30
2
3 Modified: ChangeLog
4 Added: balance-3.54.ebuild
5 Log:
6 Version bump (bug 365965, thanks CJ Kucera), respect LDFLAGS (bug 336958)
7
8 (Portage version: 2.1.10.65/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 net-misc/balance/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 16 Jun 2012 09:23:55 -0000 1.19
24 +++ ChangeLog 16 Jun 2012 22:51:30 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/balance
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v 1.19 2012/06/16 09:23:55 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v 1.20 2012/06/16 22:51:30 xmw Exp $
30 +
31 +*balance-3.54 (16 Jun 2012)
32 +
33 + 16 Jun 2012; Michael Weber <xmw@g.o> +balance-3.54.ebuild,
34 + +files/balance-3.54-Makefile.patch:
35 + Version bump (bug 365965, thanks CJ Kucera), respect LDFLAGS (bug 336958)
36
37 16 Jun 2012; Michael Weber <xmw@g.o> metadata.xml:
38 Taking maint.
39
40
41
42 1.1 net-misc/balance/balance-3.54.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/balance-3.54.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/balance-3.54.ebuild?rev=1.1&content-type=text/plain
46
47 Index: balance-3.54.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/balance/balance-3.54.ebuild,v 1.1 2012/06/16 22:51:30 xmw Exp $
52
53 EAPI=4
54
55 inherit eutils toolchain-funcs
56
57 DESCRIPTION="TCP Load Balancing Port Forwarder"
58 HOMEPAGE="http://www.inlab.de/balance.html"
59 SRC_URI="http://www.inlab.de/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE="doc"
65
66 DEPEND="doc? ( app-text/ghostscript-gpl
67 sys-apps/groff )"
68 RDEPEND=""
69
70 src_prepare() {
71 epatch "${FILESDIR}"/${P}-Makefile.patch
72 tc-export CC
73 use doc || touch balance.pdf
74 }
75
76 src_install() {
77 default
78 use doc && dodoc balance.pdf
79 }