diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-10 14:27:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-10 14:27:40 +0200 |
commit | 3143b948a9b38d2c240856a2296ef967cadc9e8f (patch) | |
tree | 56ff325c72aede0a8a69423b0ad38a662a14dd5c /sys-cluster | |
parent | sys-cluster/feedbackd-master: Remove last-rited pkg (diff) | |
download | gentoo-3143b948a9b38d2c240856a2296ef967cadc9e8f.tar.gz gentoo-3143b948a9b38d2c240856a2296ef967cadc9e8f.tar.bz2 gentoo-3143b948a9b38d2c240856a2296ef967cadc9e8f.zip |
sys-cluster/feedbackd-agent: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693930
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/feedbackd-agent/Manifest | 1 | ||||
-rw-r--r-- | sys-cluster/feedbackd-agent/feedbackd-agent-0.4.ebuild | 41 | ||||
-rw-r--r-- | sys-cluster/feedbackd-agent/files/feedbackd-agent-0.4-asneeded.patch | 40 | ||||
-rw-r--r-- | sys-cluster/feedbackd-agent/metadata.xml | 11 |
4 files changed, 0 insertions, 93 deletions
diff --git a/sys-cluster/feedbackd-agent/Manifest b/sys-cluster/feedbackd-agent/Manifest deleted file mode 100644 index b5b1b281d80a..000000000000 --- a/sys-cluster/feedbackd-agent/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST feedbackd-agent-0.4.tar.gz 69078 BLAKE2B eb48484e8fad9836109bb46914fbff9de9cb95f9688380cbe1374d999bee961d3a048b1113630540b73e8a62d6cf03f0ac6f42379f2421b3676db6ce36ade14a SHA512 e7bdb3f547d59d63fff8c55b4bfd6229dd60c9183694d9f68ac899fcf3a3de47fc05473b514f8c13ea921bf619bf09f242c337245a78eb1a9de03e938069e380 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 -} diff --git a/sys-cluster/feedbackd-agent/files/feedbackd-agent-0.4-asneeded.patch b/sys-cluster/feedbackd-agent/files/feedbackd-agent-0.4-asneeded.patch deleted file mode 100644 index 9a29a3fa59eb..000000000000 --- a/sys-cluster/feedbackd-agent/files/feedbackd-agent-0.4-asneeded.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- Makefile.in -+++ Makefile.in -@@ -34,13 +34,16 @@ - # build flags - CFLAGS = @CFLAGS@ - CPPFLAGS = @CPPFLAGS@ @DEFS@ -I. --LDFLAGS = @LDFLAGS@ @LIBS@ -+LDFLAGS = @LDFLAGS@ -+LIBS = @LIBS@ - - XML_CFLAGS = @XML_CFLAGS@ --XML_LDFLAGS = @XML_LDFLAGS@ @XML_LIBS@ -+XML_LDFLAGS = @XML_LDFLAGS@ -+LIBS += @XML_LIBS@ - - PERL_CFLAGS = @PERL_CFLAGS@ --PERL_LDFLAGS = @PERL_LDFLAGS@ @PERL_LIBS@ -+PERL_LDFLAGS = @PERL_LDFLAGS@ -+LIBS += @PERL_LIBS@ - - # build targets - PLUGINS = @PLUGINS@ -@@ -63,7 +66,7 @@ - # feedbackd-agent main program - $(AGENT): src/feedbackd-agent - --src/feedbackd-agent: $(foreach f, $($(AGENT)_objs), src/$(f).o) -+src/feedbackd-agent: $(foreach f, $($(AGENT)_objs), src/$(f).o) $(LIBS) - - src/feedbackd-agent: CFLAGS += $(XML_CFLAGS) - src/feedbackd-agent: LDFLAGS += $(XML_LDFLAGS) -@@ -75,7 +78,7 @@ - $(PLUGINS) : % : src/plugins/%.so - - src/plugins/%.so: src/plugins/%.o -- $(CC) -shared -nostartfiles $(LDFLAGS) -o $@ $^ -+ $(CC) -shared -nostartfiles $(LDFLAGS) -o $@ $^ $(LIBS) - - src/plugins/%.so: CFLAGS+=-fPIC $(XML_CFLAGS) - src/plugins/%.so: LDFLAGS+=$(XML_LDFLAGS) diff --git a/sys-cluster/feedbackd-agent/metadata.xml b/sys-cluster/feedbackd-agent/metadata.xml deleted file mode 100644 index 311ccb6812d8..000000000000 --- a/sys-cluster/feedbackd-agent/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>cluster@gentoo.org</email> - <name>Gentoo Cluster Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">feedbackd</remote-id> - </upstream> -</pkgmetadata> |