summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-03-18 17:43:00 +0100
committerDavid Seifert <soap@gentoo.org>2023-03-18 17:43:00 +0100
commite5ccd891730dde6303513a1a528637554b77271f (patch)
tree60cc581e3e2e3a7bdc498e1afca4bcda8f787060
parentwww-misc/wsmake: treeclean (diff)
downloadgentoo-e5ccd891730dde6303513a1a528637554b77271f.tar.gz
gentoo-e5ccd891730dde6303513a1a528637554b77271f.tar.bz2
gentoo-e5ccd891730dde6303513a1a528637554b77271f.zip
sys-cluster/wulfware: treeclean
Closes: https://bugs.gentoo.org/725818 Closes: https://bugs.gentoo.org/831111 Closes: https://bugs.gentoo.org/837611 Closes: https://bugs.gentoo.org/863740 Closes: https://bugs.gentoo.org/870772 Closes: https://bugs.gentoo.org/880947 Closes: https://bugs.gentoo.org/888958 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--profiles/package.mask6
-rw-r--r--sys-cluster/wulfware/Manifest1
-rw-r--r--sys-cluster/wulfware/files/wulfware-2.6.0-opts_and_strip.patch137
-rw-r--r--sys-cluster/wulfware/files/wulfware-2.6.0-tinfo.patch22
-rw-r--r--sys-cluster/wulfware/metadata.xml5
-rw-r--r--sys-cluster/wulfware/wulfware-2.6.0.ebuild65
6 files changed, 0 insertions, 236 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index d49117cf9362..f187326122c6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -288,12 +288,6 @@ acct-group/jabber
# Commands trigger an assertion and crashes, bug #892487
=sys-fs/lvm2-2.03.18
-# Michał Górny <mgorny@gentoo.org> (2023-01-25)
-# Unmaintained. Multiple build failure bugs reported. This version
-# predates 2008.
-# Removal on 2023-02-24. Bug #837611.
-sys-cluster/wulfware
-
# Sam James <sam@gentoo.org> (2023-01-23)
# Please upgrade to >=app-eselect/eselect-wxwidgets-20230114-r1 as -r0 may
# lead to build failures.
diff --git a/sys-cluster/wulfware/Manifest b/sys-cluster/wulfware/Manifest
deleted file mode 100644
index 40ca2870cc61..000000000000
--- a/sys-cluster/wulfware/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wulfware-2.6.0.tgz 469000 BLAKE2B 23730adeeafcef0761455fd62e744fec0fad1d8f1b13eabe256b27fa16a7bb468ff33b08ebff29e9c2c69c044e15fbf3b4d0ea2c39081ed7015089989bffa7b9 SHA512 626314124c836ee937f860a4093272d5b6e12b5d3aca631647bde6ef03880e2dd7916ab2805f34c4863e915ea3295e5c5d69ced9c5ec05b224cdf849738c78cd
diff --git a/sys-cluster/wulfware/files/wulfware-2.6.0-opts_and_strip.patch b/sys-cluster/wulfware/files/wulfware-2.6.0-opts_and_strip.patch
deleted file mode 100644
index 2db707d6a304..000000000000
--- a/sys-cluster/wulfware/files/wulfware-2.6.0-opts_and_strip.patch
+++ /dev/null
@@ -1,137 +0,0 @@
---- a/libwulf/Makefile.am
-+++ b/libwulf/Makefile.am
-@@ -48,14 +48,14 @@
- # Define parameters and directives needed in compile/link steps.
- #========================================================================
- # C Compiler
--CC = gcc
-+CC ?= gcc
-
- # Compile flags. -fpic creates "position independent code" for
- # shared libraries!
--CFLAGS = -O3 -I/usr/include/libxml2 -I ../include $(DEFINES)
-+CFLAGS += -I/usr/include/libxml2 -I ../include $(DEFINES)
-
- # Linker flags
--LDFLAGS = -g -fpic --shared -Wl,-soname,$(PROGLIB_SONAME)
-+LDFLAGS += -fpic --shared -Wl,-soname,$(PROGLIB_SONAME)
-
- # Libraries
- LIBS = -lpthread -lxml2 -lm
-@@ -110,7 +110,7 @@
- install: $(PROGLIB_SO_VERSION) $(PROGMAN)
- (install -d $(libdir); \
- install -m 755 $(PROGLIB_SO_VERSION) $(libdir)/$(PROGLIB_SO_VERSION); \
-- ln -sf $(libdir)/$(PROGLIB_SO_VERSION) $(libdir)/$(PROGLIB_SO); \
-+ ln -sf $(PROGLIB_SO_VERSION) $(libdir)/$(PROGLIB_SO); \
- install -d $(includedir)/wulfware; \
- install -m 644 ../include/wulfware/*.h $(includedir)/wulfware; \
- install -d $(prefix)/share/man/man3; \
---- a/wulf2html/Makefile.am
-+++ b/wulf2html/Makefile.am
-@@ -62,8 +62,7 @@
- echo "Clean does nothing"
-
- install : $(PROGRAM)
-- (strip $(PROGRAM);\
-- install -d $(prefix)/bin; \
-+ (install -d $(prefix)/bin; \
- install -m 755 $(PROGRAM) $(prefix)/bin; \
- install -d $(sysconfdir); \
- install -d $(sysconfdir)/init.d; \
---- a/wulflogger/Makefile.am
-+++ b/wulflogger/Makefile.am
-@@ -54,13 +54,13 @@
- # Define parameters and directives needed in compile/link steps.
- #========================================================================
- # C Compiler
--CC = gcc
-+CC ?= gcc
-
- # Compile flags
--CFLAGS = -O3 -I/usr/include/libxml2 -I ../include $(DEFINES)
-+CFLAGS += -I/usr/include/libxml2 -I ../include $(DEFINES)
-
- # Linker flags
--LDFLAGS =
-+LDFLAGS +=
-
- # Libraries
- LIBS = -L ../libwulf -lwulf -lpthread -lcurses -lxml2 -lm
-@@ -108,8 +108,7 @@
- - rm -f core $(PROGRAM) *.o $(PROGRAM).1.gz
-
- install : $(PROGRAM)
-- (strip $(PROGRAM);\
-- install -d $(prefix)/bin; \
-+ (install -d $(prefix)/bin; \
- install -m 755 $(PROGRAM) $(prefix)/bin; \
- install -d $(prefix)/share/man/man1; \
- gzip -c -9 $(PROGRAM).1 > $(PROGRAM).1.gz; \
---- a/wulfstat/Makefile.am
-+++ b/wulfstat/Makefile.am
-@@ -54,13 +54,13 @@
- # Define parameters and directives needed in compile/link steps.
- #========================================================================
- # C Compiler
--CC = gcc
-+CC ?= gcc
-
- # Compile flags
--CFLAGS = -O3 -I/usr/include/libxml2 -I ../include $(DEFINES)
-+CFLAGS += -I/usr/include/libxml2 -I ../include $(DEFINES)
-
- # Linker flags
--LDFLAGS =
-+LDFLAGS +=
-
- # Libraries
- LIBS = -L ../libwulf -lwulf -lpthread -lcurses -lxml2 -lm
-@@ -108,8 +108,7 @@
- - rm -f core $(PROGRAM) *.o $(PROGRAM).1.gz
-
- install : $(PROGRAM)
-- (strip $(PROGRAM);\
-- install -d $(prefix)/bin; \
-+ (install -d $(prefix)/bin; \
- install -m 755 $(PROGRAM) $(prefix)/bin; \
- install -d $(prefix)/share/man/man1; \
- gzip -c -9 $(PROGRAM).1 > $(PROGRAM).1.gz; \
---- a/xmlsysd/Makefile.am
-+++ b/xmlsysd/Makefile.am
-@@ -60,13 +60,13 @@
- # Define parameters and directives needed in compile/link steps.
- #========================================================================
- # C Compiler
--CC = gcc
-+CC ?= gcc
-
- # Compile flags
--CFLAGS = -O3 -I/usr/include/libxml2 $(DEFINES)
-+CFLAGS += -I/usr/include/libxml2 $(DEFINES)
-
- # Linker flags
--LDFLAGS =
-+LDFLAGS +=
-
- # Libraries
- LIBS = -lxml2 -lz -lm
-@@ -79,7 +79,7 @@
- all: $(PROGRAM)
-
- $(PROGRAM): $(OBJECTS) $(INCLUDES)
-- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(LIBS) $(OBJECTS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJECTS) $(LIBS) -o $@
-
- #========================================================================
- # The only safe place to do commits is in the toplevel directory
-@@ -109,8 +109,7 @@
- # Application installation.
- #========================================================================
- install : $(PROGRAM)
-- (strip $(PROGRAM); \
-- install -d $(sbindir); \
-+ (install -d $(sbindir); \
- install -m 755 $(PROGRAM) $(sbindir); \
- install -d $(sysconfdir); \
- install -d $(sysconfdir)/xinetd.d; \
diff --git a/sys-cluster/wulfware/files/wulfware-2.6.0-tinfo.patch b/sys-cluster/wulfware/files/wulfware-2.6.0-tinfo.patch
deleted file mode 100644
index 7e88e621d91e..000000000000
--- a/sys-cluster/wulfware/files/wulfware-2.6.0-tinfo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- wulfware-2.6.0/configure.ac
-+++ wulfware-2.6.0/configure.ac
-@@ -61,6 +61,8 @@
-
- # Checks for libraries.
- # FIXME: Replace `main' with a function in `-lcurses':
-+AC_CHECK_LIB([tinfo], [main], TINFO_LIBS=-ltinfo, TINFO_LIBS=)
-+AC_SUBST(TINFO_LIBS)
- AC_CHECK_LIB([curses], [main])
- # FIXME: Replace `main' with a function in `-lm':
- AC_CHECK_LIB([m], [main])
---- wulfware-2.6.0/wulfstat/Makefile.am
-+++ wulfware-2.6.0/wulfstat/Makefile.am
-@@ -63,7 +63,7 @@
- LDFLAGS =
-
- # Libraries
--LIBS = -L ../libwulf -lwulf -lpthread -lcurses -lxml2 -lm
-+LIBS = -L ../libwulf -lwulf -lpthread -lcurses $(TINFO_LIBS) -lxml2 -lm
-
- #========================================================================
- # List of variants one can make. all is the default. We always
diff --git a/sys-cluster/wulfware/metadata.xml b/sys-cluster/wulfware/metadata.xml
deleted file mode 100644
index 115e9d64a669..000000000000
--- a/sys-cluster/wulfware/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/sys-cluster/wulfware/wulfware-2.6.0.ebuild b/sys-cluster/wulfware/wulfware-2.6.0.ebuild
deleted file mode 100644
index 995fea33c954..000000000000
--- a/sys-cluster/wulfware/wulfware-2.6.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic toolchain-funcs
-
-DESCRIPTION="Applications to monitor on a beowulf- or GRID-style clusters"
-HOMEPAGE="http://www.phy.duke.edu/~rgb/Beowulf/wulfware.php"
-SRC_URI="http://www.phy.duke.edu/~rgb/Beowulf/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-libs/libxml2:=
- sys-libs/ncurses:0=
- sys-libs/zlib:="
-DEPEND="
- ${RDEPEND}
- !sys-cluster/wulfstat
- !sys-cluster/xmlsysd"
-
-PATCHES=(
- "${FILESDIR}"/${P}-opts_and_strip.patch
- "${FILESDIR}"/${P}-tinfo.patch #528588
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- tc-export CC
- append-cflags -fcommon
- econf
-}
-
-src_compile() {
- emake -j1
-}
-
-src_install() {
- emake prefix="${ED}"/usr libdir="${ED}"/usr/$(get_libdir) \
- includedir="${ED}"/usr/include sysconfdir="${ED}"/etc \
- install
-
- dodoc AUTHORS ChangeLog NEWS NOTES README xmlsysd/DESIGN
-
- # FIXME: Update to Gentoo style init script.
- rm -r "${ED}"/etc/init.d/wulf2html || die
-
- dosym libwulf.so.2.6.0 /usr/lib64/libwulf.so.2
- gunzip "${ED}"/usr/share/man/man?/*.gz || die
-}
-
-pkg_postinst() {
- elog "Add following line to /etc/services if you haven't done so already:"
- elog
- elog "xmlsysd 7887/tcp # xmlsysd remote system stats"
- elog
- elog "Be sure to edit /etc/xinetd.d/xmylsysd to suit your own options."
-}