diff options
Diffstat (limited to 'sys-cluster/heartbeat/heartbeat-1.1.1.ebuild')
-rw-r--r-- | sys-cluster/heartbeat/heartbeat-1.1.1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sys-cluster/heartbeat/heartbeat-1.1.1.ebuild b/sys-cluster/heartbeat/heartbeat-1.1.1.ebuild deleted file mode 100644 index 29b92409863c..000000000000 --- a/sys-cluster/heartbeat/heartbeat-1.1.1.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.1.1.ebuild,v 1.2 2003/07/05 03:23:06 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 - -} |