summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/heartbeat/heartbeat-1.0.3.ebuild')
-rw-r--r--sys-cluster/heartbeat/heartbeat-1.0.3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/sys-cluster/heartbeat/heartbeat-1.0.3.ebuild b/sys-cluster/heartbeat/heartbeat-1.0.3.ebuild
deleted file mode 100644
index 514e60db3b96..000000000000
--- a/sys-cluster/heartbeat/heartbeat-1.0.3.ebuild
+++ /dev/null
@@ -1,33 +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/heartbeat/heartbeat-1.0.3.ebuild,v 1.3 2003/07/22 14:09:23 iggy Exp $
-
-DESCRIPTION="Heartbeat high availability cluster manager"
-HOMEPAGE="http://www.linux-ha.org"
-SRC_URI="http://www.linux-ha.org/download/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="x86"
-
-IUSE=""
-
-DEPEND="dev-libs/popt
- dev-libs/glib
- net-libs/libnet
- snmp? ( virtual/snmp )"
-
-src_compile() {
-
- econf || die
-
- emake || die
-
-}
-
-src_install() {
-
- make DESTDIR=${D} install || die
-
-}