summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 02:50:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 02:50:56 +0000
commit70a7c9af58d78a3be978bbbb1a57bdced8bfaa64 (patch)
treec424c82a350a44fa71ce95a7efbff3699fda0aa2 /sys-cluster
parentwhitespace (diff)
downloadgentoo-2-70a7c9af58d78a3be978bbbb1a57bdced8bfaa64.tar.gz
gentoo-2-70a7c9af58d78a3be978bbbb1a57bdced8bfaa64.tar.bz2
gentoo-2-70a7c9af58d78a3be978bbbb1a57bdced8bfaa64.zip
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/keepalived/keepalived-1.1.11.ebuild4
-rw-r--r--sys-cluster/keepalived/keepalived-1.1.12.ebuild4
-rw-r--r--sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild6
-rw-r--r--sys-cluster/keepalived/keepalived-1.1.13.ebuild4
4 files changed, 9 insertions, 9 deletions
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"