summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2004-01-26 06:41:21 +0000
committerBrian Jackson <iggy@gentoo.org>2004-01-26 06:41:21 +0000
commit1877a82b041fa82c9d0503abbed31d42066f7eeb (patch)
treece52ca453c40d1d6e35bf4f2020abb349a5ca500 /sys-cluster/keepalived/keepalived-1.0.3.ebuild
parentversion bump (diff)
downloadhistorical-1877a82b041fa82c9d0503abbed31d42066f7eeb.tar.gz
historical-1877a82b041fa82c9d0503abbed31d42066f7eeb.tar.bz2
historical-1877a82b041fa82c9d0503abbed31d42066f7eeb.zip
version bump, cleaned up some old versions
Diffstat (limited to 'sys-cluster/keepalived/keepalived-1.0.3.ebuild')
-rw-r--r--sys-cluster/keepalived/keepalived-1.0.3.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/sys-cluster/keepalived/keepalived-1.0.3.ebuild b/sys-cluster/keepalived/keepalived-1.0.3.ebuild
deleted file mode 100644
index 008864cc7bd7..000000000000
--- a/sys-cluster/keepalived/keepalived-1.0.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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.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"
-LICENSE="GPL-2"
-DEPEND="dev-libs/popt"
-
-SRC_URI="http://keepalived.sourceforge.net/software/${P}.tar.gz"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="x86"
-S="${WORKDIR}/${P}"
-
-src_compile() {
- cd "${S}"
- ./configure --prefix=/
- make || die
-}
-
-src_install() {
-
- cd "${S}"
- einstall
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/init-keepalived keepalived
-
- dodoc doc/* doc/samples/*
-
-}
-
-pkg_postinst() {
-
- einfo ""
- einfo "If you want Linux Virtual Server support in"
- 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,"
- einfo "and reemerge keepalived."
- einfo ""
-
-}