diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2007-10-25 09:42:51 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2007-10-25 09:42:51 +0000 |
commit | b00356141901aa7d267c880e57555cf4a4fcb6eb (patch) | |
tree | bd6c6cd91e57d65767f4ce844bf3454699833f62 /sys-cluster | |
parent | Stable on ppc, bug #196842. (diff) | |
download | gentoo-2-b00356141901aa7d267c880e57555cf4a4fcb6eb.tar.gz gentoo-2-b00356141901aa7d267c880e57555cf4a4fcb6eb.tar.bz2 gentoo-2-b00356141901aa7d267c880e57555cf4a4fcb6eb.zip |
Ebuild cleanup, added some missing quotes.
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/keepalived/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/keepalived/files/digest-keepalived-1.1.11 | 3 | ||||
-rw-r--r-- | sys-cluster/keepalived/files/digest-keepalived-1.1.13 | 3 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.11.ebuild | 53 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.12.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.13.ebuild | 53 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.15.ebuild | 4 |
8 files changed, 13 insertions, 119 deletions
diff --git a/sys-cluster/keepalived/ChangeLog b/sys-cluster/keepalived/ChangeLog index ef89359f050d..ff67a397dc3d 100644 --- a/sys-cluster/keepalived/ChangeLog +++ b/sys-cluster/keepalived/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-cluster/keepalived # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.50 2007/10/08 11:52:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.51 2007/10/25 09:42:50 xmerlin Exp $ + + 25 Oct 2007; Christian Zoffoli <xmerlin@gentoo.org> + -keepalived-1.1.11.ebuild, keepalived-1.1.12.ebuild, + -keepalived-1.1.13.ebuild, keepalived-1.1.13-r1.ebuild, + keepalived-1.1.15.ebuild: + Ebuild cleanup, added some missing quotes. 08 Oct 2007; Markus Rothe <corsair@gentoo.org> keepalived-1.1.13-r1.ebuild: diff --git a/sys-cluster/keepalived/files/digest-keepalived-1.1.11 b/sys-cluster/keepalived/files/digest-keepalived-1.1.11 deleted file mode 100644 index c783168b081b..000000000000 --- a/sys-cluster/keepalived/files/digest-keepalived-1.1.11 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bd028acb16f47d2286fb9a00d62b0c79 keepalived-1.1.11.tar.gz 214924 -RMD160 744a6b004c85619feb8052052fb746c81b314861 keepalived-1.1.11.tar.gz 214924 -SHA256 f33220c911b2e4830a47520054551d06e3dab2f1679f9b0d2be198813cfea219 keepalived-1.1.11.tar.gz 214924 diff --git a/sys-cluster/keepalived/files/digest-keepalived-1.1.13 b/sys-cluster/keepalived/files/digest-keepalived-1.1.13 deleted file mode 100644 index 899c89d04da3..000000000000 --- a/sys-cluster/keepalived/files/digest-keepalived-1.1.13 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 578bdb8e3ff4cca50fc877893bad658c keepalived-1.1.13.tar.gz 222220 -RMD160 63f0ee6d767eb90f8b8e0621e59ed3365a5b5d4d keepalived-1.1.13.tar.gz 222220 -SHA256 2545bd681580a97f9c5c9bbe6fe2f8a91988d0c5f063bba048148b52ccde2568 keepalived-1.1.13.tar.gz 222220 diff --git a/sys-cluster/keepalived/keepalived-1.1.11.ebuild b/sys-cluster/keepalived/keepalived-1.1.11.ebuild deleted file mode 100644 index 8accd7072407..000000000000 --- a/sys-cluster/keepalived/keepalived-1.1.11.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.13 2007/06/26 02:50:56 mr_bones_ Exp $ - -inherit flag-o-matic - -DESCRIPTION="add a strong & robust keepalive facility to the Linux Virtual Server project" -HOMEPAGE="http://www.keepalived.org/" -SRC_URI="http://www.keepalived.org/software/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ia64 ppc ~ppc64 s390 sparc x86" -IUSE="debug profile" - -DEPEND="dev-libs/popt - sys-apps/iproute2" - -src_compile() { - local myconf - - myconf="--prefix=/" - - use debug && myconf="${myconf} --enable-debug" - - # disable -fomit-frame-pointer for profiling - if use profile; then - filter-flags -fomit-frame-pointer - myconf="${myconf} --enable-profile" - fi - - ./configure ${myconf} || die "configure failed" - emake || die "make failed (myconf=${myconf})" -} - -src_install() { - einstall || die - - newinitd ${FILESDIR}/init-keepalived keepalived - - dodoc doc/keepalived.conf.SYNOPSIS - doman doc/man/man*/* -} - -pkg_postinst() { - einfo "" - einfo "If you want Linux Virtual Server support in keepalived then you must emerge an" - einfo "LVS patched kernel, compile with ipvs support either as a module or built into" - einfo "the kernel, emerge the ipvsadm userland tools, and reemerge keepalived." - einfo "" - einfo "For debug support add USE=\"debug\" to your /etc/make.conf" - einfo "" -} diff --git a/sys-cluster/keepalived/keepalived-1.1.12.ebuild b/sys-cluster/keepalived/keepalived-1.1.12.ebuild index 5bd9ec2032cf..f93326f452e1 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.9 2007/06/26 02:50:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.12.ebuild,v 1.10 2007/10/25 09:42:50 xmerlin Exp $ inherit flag-o-matic @@ -36,7 +36,7 @@ src_compile() { src_install() { einstall || die - newinitd ${FILESDIR}/init-keepalived keepalived + newinitd "${FILESDIR}"/init-keepalived keepalived dodoc doc/keepalived.conf.SYNOPSIS doman doc/man/man*/* diff --git a/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild b/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild index 15d44b6f12d5..ec39be62249c 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.9 2007/10/08 11:52:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild,v 1.10 2007/10/25 09:42:50 xmerlin Exp $ inherit flag-o-matic autotools @@ -24,7 +24,7 @@ src_unpack() { # This patch allows us to avoid needing kernel sources for the configure phase EPATCH_OPTS="-p1 -d${S}" epatch \ - ${FILESDIR}/${PN}-1.1.13-do-not-need-kernel-sources.patch + "${FILESDIR}"/${PN}-1.1.13-do-not-need-kernel-sources.patch cd "${S}" eautoreconf diff --git a/sys-cluster/keepalived/keepalived-1.1.13.ebuild b/sys-cluster/keepalived/keepalived-1.1.13.ebuild deleted file mode 100644 index a569a5f1520a..000000000000 --- a/sys-cluster/keepalived/keepalived-1.1.13.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.5 2007/08/25 14:42:04 vapier Exp $ - -inherit flag-o-matic - -DESCRIPTION="add a strong & robust keepalive facility to the Linux Virtual Server project" -HOMEPAGE="http://www.keepalived.org/" -SRC_URI="http://www.keepalived.org/software/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc x86" -IUSE="debug profile" - -DEPEND="dev-libs/popt - sys-apps/iproute2" - -src_compile() { - local myconf - - myconf="--prefix=/" - - use debug && myconf="${myconf} --enable-debug" - - # disable -fomit-frame-pointer for profiling - if use profile; then - filter-flags -fomit-frame-pointer - myconf="${myconf} --enable-profile" - fi - - ./configure ${myconf} || die "configure failed" - emake || die "make failed (myconf=${myconf})" -} - -src_install() { - einstall || die - - newinitd ${FILESDIR}/init-keepalived keepalived - - dodoc doc/keepalived.conf.SYNOPSIS - doman doc/man/man*/* -} - -pkg_postinst() { - einfo "" - einfo "If you want Linux Virtual Server support in keepalived then you must emerge an" - einfo "LVS patched kernel, compile with ipvs support either as a module or built into" - einfo "the kernel, emerge the ipvsadm userland tools, and reemerge keepalived." - einfo "" - einfo "For debug support add USE=\"debug\" to your /etc/make.conf" - einfo "" -} diff --git a/sys-cluster/keepalived/keepalived-1.1.15.ebuild b/sys-cluster/keepalived/keepalived-1.1.15.ebuild index c624ed9ec33d..539dc68c9347 100644 --- a/sys-cluster/keepalived/keepalived-1.1.15.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.15.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.15.ebuild,v 1.2 2007/09/23 00:39:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.15.ebuild,v 1.3 2007/10/25 09:42:50 xmerlin Exp $ inherit flag-o-matic autotools @@ -24,7 +24,7 @@ src_unpack() { # This patch allows us to avoid needing kernel sources for the configure phase EPATCH_OPTS="-p1 -d${S}" epatch \ - ${FILESDIR}/${PN}-1.1.13-do-not-need-kernel-sources.patch + "${FILESDIR}"/${PN}-1.1.13-do-not-need-kernel-sources.patch cd "${S}" eautoreconf |