diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:08:42 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:08:42 +0000 |
commit | e5b33b0832b48fae05e807a25b946e15a5041873 (patch) | |
tree | d4feee837526957d5b55d35f7dec20b57c7f1f2d /sys-cluster/keepalived | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-e5b33b0832b48fae05e807a25b946e15a5041873.tar.gz gentoo-2-e5b33b0832b48fae05e807a25b946e15a5041873.tar.bz2 gentoo-2-e5b33b0832b48fae05e807a25b946e15a5041873.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-cluster/keepalived')
-rw-r--r-- | sys-cluster/keepalived/Manifest | 6 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.0.3.ebuild | 6 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.1.ebuild | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sys-cluster/keepalived/Manifest b/sys-cluster/keepalived/Manifest index f902fc8e33af..3f4a0a2406e3 100644 --- a/sys-cluster/keepalived/Manifest +++ b/sys-cluster/keepalived/Manifest @@ -1,7 +1,7 @@ -MD5 4f5913b71a0a54f0a599134e2bfa62af keepalived-1.0.3.ebuild 1131 -MD5 5949d3555ed43e0ba7ab24927189d638 keepalived-1.1.1.ebuild 1427 MD5 b15497039017bff7b92e268cbaf8a971 ChangeLog 1303 +MD5 f892ea4da32a5cdf93f8ef481a73c9cc keepalived-1.0.3.ebuild 1133 MD5 b1f8668a9a7c709a3e0ae627712ceaf3 metadata.xml 426 -MD5 69cff859ea4eb0354fd80bd3c799c7c0 files/init-keepalived 644 +MD5 ba6766fb345df3812cbaedd253943d5c keepalived-1.1.1.ebuild 1428 MD5 693b1c8d6d57207baada85b995210ee2 files/digest-keepalived-1.0.3 68 +MD5 69cff859ea4eb0354fd80bd3c799c7c0 files/init-keepalived 644 MD5 5287ade8f42725521acc711c2660555c files/digest-keepalived-1.1.1 68 diff --git a/sys-cluster/keepalived/keepalived-1.0.3.ebuild b/sys-cluster/keepalived/keepalived-1.0.3.ebuild index 1831a7da3791..008864cc7bd7 100644 --- a/sys-cluster/keepalived/keepalived-1.0.3.ebuild +++ b/sys-cluster/keepalived/keepalived-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.0.3.ebuild,v 1.4 2003/08/18 23:07:30 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.0.3.ebuild,v 1.5 2003/09/06 22:05:25 msterret Exp $ DESCRIPTION="The main goal of the keepalived project is to add a strong & robust keepalive facility to the Linux Virtual Server project." HOMEPAGE="http://keepalived.sourceforge.net" @@ -23,7 +23,7 @@ src_compile() { src_install() { cd "${S}" - einstall + einstall exeinto /etc/init.d newexe ${FILESDIR}/init-keepalived keepalived @@ -36,7 +36,7 @@ pkg_postinst() { einfo "" einfo "If you want Linux Virtual Server support in" - einfo "keepalived then you must emerge an LVS patched" + einfo "keepalived then you must emerge an LVS patched" einfo "kernel like gentoo-sources, compile with ipvs" einfo "support either as a module or built into the" einfo "kernel, emerge the ipvsadm userland tools," diff --git a/sys-cluster/keepalived/keepalived-1.1.1.ebuild b/sys-cluster/keepalived/keepalived-1.1.1.ebuild index 8932468fa8e5..a53be1f6e7ad 100644 --- a/sys-cluster/keepalived/keepalived-1.1.1.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.1.ebuild,v 1.2 2003/08/18 23:07:30 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.1.ebuild,v 1.3 2003/09/06 22:05:25 msterret Exp $ DESCRIPTION="The main goal of the keepalived project is to add a strong & robust keepalive facility to the Linux Virtual Server project." HOMEPAGE="http://keepalived.sourceforge.net" @@ -17,12 +17,12 @@ S="${WORKDIR}/${P}" src_compile() { local myconf - + myconf="--prefix=/" use debug && myconf="${myconf} --enable-debug" # use profile && myconf="${myconf} --enable-profile" - + cd "${S}" ./configure ${myconf} || die "configure failed" emake || die "make failed (myconf=${myconf})" @@ -46,7 +46,7 @@ pkg_postinst() { einfo "" einfo "If you want Linux Virtual Server support in" - einfo "keepalived then you must emerge an LVS patched" + einfo "keepalived then you must emerge an LVS patched" einfo "kernel like gentoo-sources, compile with ipvs" einfo "support either as a module or built into the" einfo "kernel, emerge the ipvsadm userland tools," |