From 70a7c9af58d78a3be978bbbb1a57bdced8bfaa64 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 26 Jun 2007 02:50:56 +0000 Subject: whitespace (Portage version: 2.1.2.7) --- sys-cluster/keepalived/keepalived-1.1.11.ebuild | 4 ++-- sys-cluster/keepalived/keepalived-1.1.12.ebuild | 4 ++-- sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild | 6 +++--- sys-cluster/keepalived/keepalived-1.1.13.ebuild | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'sys-cluster/keepalived') diff --git a/sys-cluster/keepalived/keepalived-1.1.11.ebuild b/sys-cluster/keepalived/keepalived-1.1.11.ebuild index d178864f6a32..8accd7072407 100644 --- a/sys-cluster/keepalived/keepalived-1.1.11.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.11.ebuild,v 1.12 2007/04/28 17:47:31 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.11.ebuild,v 1.13 2007/06/26 02:50:56 mr_bones_ Exp $ inherit flag-o-matic @@ -23,7 +23,7 @@ src_compile() { use debug && myconf="${myconf} --enable-debug" - # disable -fomit-frame-pointer for profiling + # disable -fomit-frame-pointer for profiling if use profile; then filter-flags -fomit-frame-pointer myconf="${myconf} --enable-profile" diff --git a/sys-cluster/keepalived/keepalived-1.1.12.ebuild b/sys-cluster/keepalived/keepalived-1.1.12.ebuild index 5e4a2898a2c3..5bd9ec2032cf 100644 --- a/sys-cluster/keepalived/keepalived-1.1.12.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.12.ebuild,v 1.8 2007/04/28 17:47:31 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.12.ebuild,v 1.9 2007/06/26 02:50:56 mr_bones_ Exp $ inherit flag-o-matic @@ -23,7 +23,7 @@ src_compile() { use debug && myconf="${myconf} --enable-debug" - # disable -fomit-frame-pointer for profiling + # disable -fomit-frame-pointer for profiling if use profile; then filter-flags -fomit-frame-pointer myconf="${myconf} --enable-profile" diff --git a/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild b/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild index 2374e06bdfb9..868aad945801 100644 --- a/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild,v 1.1 2007/04/28 07:24:35 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild,v 1.2 2007/06/26 02:50:56 mr_bones_ Exp $ inherit flag-o-matic autotools @@ -49,7 +49,7 @@ src_compile() { use debug && myconf="${myconf} --enable-debug" - # disable -fomit-frame-pointer for profiling + # disable -fomit-frame-pointer for profiling if use profile; then filter-flags -fomit-frame-pointer myconf="${myconf} --enable-profile" @@ -64,7 +64,7 @@ src_install() { emake -j1 install DESTDIR="${D}" || die "emake install failed" newinitd ${FILESDIR}/init-keepalived keepalived - + dodoc doc/keepalived.conf.SYNOPSIS dodoc README CONTRIBUTORS INSTALL VERSION ChangeLog AUTHOR TODO diff --git a/sys-cluster/keepalived/keepalived-1.1.13.ebuild b/sys-cluster/keepalived/keepalived-1.1.13.ebuild index 9e623fc9aa33..b64798102d95 100644 --- a/sys-cluster/keepalived/keepalived-1.1.13.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.13.ebuild,v 1.3 2007/04/28 17:47:31 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.13.ebuild,v 1.4 2007/06/26 02:50:56 mr_bones_ Exp $ inherit flag-o-matic @@ -23,7 +23,7 @@ src_compile() { use debug && myconf="${myconf} --enable-debug" - # disable -fomit-frame-pointer for profiling + # disable -fomit-frame-pointer for profiling if use profile; then filter-flags -fomit-frame-pointer myconf="${myconf} --enable-profile" -- cgit v1.2.3-65-gdbad