sys-cluster/feedbackd-agent: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Thu, 10 Oct 2019 12:27:40 +0000 (14:27 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 10 Oct 2019 12:27:40 +0000 (14:27 +0200)
Closes: https://bugs.gentoo.org/693930
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-cluster/feedbackd-agent/Manifest [deleted file]
sys-cluster/feedbackd-agent/feedbackd-agent-0.4.ebuild [deleted file]
sys-cluster/feedbackd-agent/files/feedbackd-agent-0.4-asneeded.patch [deleted file]
sys-cluster/feedbackd-agent/metadata.xml [deleted file]

index 0c96c7c10da18a2f73ceed855fbfb7200e15a4d3..8b4570385dab5b8c88c5aaf78e1600042dd22cc8 100644 (file)
@@ -833,12 +833,6 @@ sys-fs/scan-ffs
 # Removal in 30 days.  Bug #693932.
 sys-cluster/ocfs
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-09)
-# Added in 2005, no upstream releases since.  EAPI 0.  No amd64 keyword.
-# -master is reported to fail to build.
-# Removal in 30 days.  Bug #693930.
-sys-cluster/feedbackd-agent
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.
diff --git a/sys-cluster/feedbackd-agent/Manifest b/sys-cluster/feedbackd-agent/Manifest
deleted file mode 100644 (file)
index b5b1b28..0000000
+++ /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 (file)
index 288c301..0000000
+++ /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 (file)
index 9a29a3f..0000000
+++ /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 (file)
index 311ccb6..0000000
+++ /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>