summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/feedbackd-agent/feedbackd-agent-0.4.ebuild')
-rw-r--r--sys-cluster/feedbackd-agent/feedbackd-agent-0.4.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-cluster/feedbackd-agent/feedbackd-agent-0.4.ebuild b/sys-cluster/feedbackd-agent/feedbackd-agent-0.4.ebuild
deleted file mode 100644
index 288c301e2e34..000000000000
--- a/sys-cluster/feedbackd-agent/feedbackd-agent-0.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Dynamic feedback of server loads in a Linux Virtual Server (LVS)-based cluster"
-HOMEPAGE="http://ozlabs.org/~jk/projects/feedbackd/"
-SRC_URI="mirror://sourceforge/feedbackd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="dev-libs/libxml2
- dev-lang/perl"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-asneeded.patch
-}
-
-src_compile() {
- econf \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-xml-config=/usr/bin/xml2-config \
- --with-perl=/usr/bin/perl \
- || die "bad ./configure"
-
- emake || die
-}
-
-src_install() {
- #make DESTDIR=${D} install || die
- einstall || die
- dodoc ChangeLog NEWS README
-}