Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
xmw 12/06/16 22:51:30
Modified: ChangeLog
Added: balance-3.54.ebuild
Log:
Version bump (bug 365965, thanks CJ Kucera), respect LDFLAGS (bug 336958)
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.20 net-misc/balance/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 16 Jun 2012 09:23:55 -0000 1.19
+++ ChangeLog 16 Jun 2012 22:51:30 -0000 1.20
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/balance
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v 1.19 2012/06/16 09:23:55 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/balance/ChangeLog,v 1.20 2012/06/16 22:51:30 xmw Exp $
+
+*balance-3.54 (16 Jun 2012)
+
+ 16 Jun 2012; Michael Weber <xmw@g.o> +balance-3.54.ebuild,
+ +files/balance-3.54-Makefile.patch:
+ Version bump (bug 365965, thanks CJ Kucera), respect LDFLAGS (bug 336958)
16 Jun 2012; Michael Weber <xmw@g.o> metadata.xml:
Taking maint.
1.1 net-misc/balance/balance-3.54.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/balance-3.54.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/balance/balance-3.54.ebuild?rev=1.1&content-type=text/plain
Index: balance-3.54.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/balance/balance-3.54.ebuild,v 1.1 2012/06/16 22:51:30 xmw Exp $
EAPI=4
inherit eutils toolchain-funcs
DESCRIPTION="TCP Load Balancing Port Forwarder"
HOMEPAGE="http://www.inlab.de/balance.html"
SRC_URI="http://www.inlab.de/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
DEPEND="doc? ( app-text/ghostscript-gpl
sys-apps/groff )"
RDEPEND=""
src_prepare() {
epatch "${FILESDIR}"/${P}-Makefile.patch
tc-export CC
use doc || touch balance.pdf
}
src_install() {
default
use doc && dodoc balance.pdf
}
|
|