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: ChangeLog balance-3.54-r1.ebuild balance-3.54.ebuild balance-3.48.ebuild
Date: Thu, 28 Feb 2013 11:33:00
Message-Id: 20130228113255.1B9102171D@flycatcher.gentoo.org
1 xmw 13/02/28 11:32:55
2
3 Modified: ChangeLog
4 Added: balance-3.54-r1.ebuild
5 Removed: balance-3.54.ebuild balance-3.48.ebuild
6 Log:
7 Remove /var/run/balance dir from install (bug 455014), drop old.
8
9 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
10
11 Revision Changes Path
12 1.21 net-misc/balance/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/ChangeLog?rev=1.21&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/ChangeLog?rev=1.21&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/ChangeLog?r1=1.20&r2=1.21
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v
21 retrieving revision 1.20
22 retrieving revision 1.21
23 diff -u -r1.20 -r1.21
24 --- ChangeLog 16 Jun 2012 22:51:30 -0000 1.20
25 +++ ChangeLog 28 Feb 2013 11:32:54 -0000 1.21
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-misc/balance
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v 1.20 2012/06/16 22:51:30 xmw Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v 1.21 2013/02/28 11:32:54 xmw Exp $
32 +
33 +*balance-3.54-r1 (28 Feb 2013)
34 +
35 + 28 Feb 2013; Michael Weber <xmw@g.o> -balance-3.48.ebuild,
36 + -balance-3.54.ebuild, +balance-3.54-r1.ebuild:
37 + Remove /var/run/balance dir from install (bug 455014), drop old.
38
39 *balance-3.54 (16 Jun 2012)
40
41
42
43
44 1.1 net-misc/balance/balance-3.54-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/balance-3.54-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/balance-3.54-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: balance-3.54-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-misc/balance/balance-3.54-r1.ebuild,v 1.1 2013/02/28 11:32:54 xmw Exp $
54
55 EAPI=4
56
57 inherit eutils toolchain-funcs
58
59 DESCRIPTION="TCP Load Balancing Port Forwarder"
60 HOMEPAGE="http://www.inlab.de/balance.html"
61 SRC_URI="http://www.inlab.de/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="doc"
67
68 DEPEND="doc? ( app-text/ghostscript-gpl
69 sys-apps/groff )"
70 RDEPEND=""
71
72 src_prepare() {
73 epatch "${FILESDIR}"/${P}-Makefile.patch
74 tc-export CC
75 use doc || touch balance.pdf
76 }
77
78 src_install() {
79 default
80
81 #autocreated on program start, if missing
82 rmdir "${D}"/var/run/${PN}
83
84 use doc && dodoc balance.pdf
85 }