x11-misc/xtoolwait: Delete

Closes: https://bugs.gentoo.org/953120
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2025-05-06 21:48:52 -04:00
parent 38cc5f3884
commit e8a02b3240
4 changed files with 0 additions and 66 deletions

View File

@@ -217,13 +217,6 @@ dev-python/ipaddr
# slot instead. Masked for removal on 2025-05-14.
dev-ruby/childprocess:2
# Matt Turner <mattst88@gentoo.org> (2025-04-04)
# Package is dead (last release in 1999).
# Not relevant today: purpose is to not overload a very slow system with
# multiple X11 clients starting at the same time. SRC_URI is long dead.
# Removal on 2025-05-04. Bug #953120.
x11-misc/xtoolwait
# Ionen Wolkens <ionen@gentoo.org> (2025-04-02)
# Masked for testing the new .0 version and leave time for packages
# to catch up on support if needed. May or may keep masked until 6.9.1

View File

@@ -1 +0,0 @@
DIST xtoolwait-1.3.tar.gz 14315 BLAKE2B 7ebf1f6713308ae74510430e07c29e638e8c9549eba79f03bc42278dd88ce7036f4ed8c21854dbfd9d4706574c4c0982be87a56d001c71d98920f31401a32408 SHA512 36c8446dd7076c18de8f6c582db45cbdc6b7ddc733993ddb08c8bd5c5045621597ae1b3144b92461feabeb14bd50a759f86023848302436ab915faa8c10ebdaa

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>desktop-misc@gentoo.org</email>
<name>Gentoo Desktop Miscellaneous Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,50 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit flag-o-matic toolchain-funcs
DESCRIPTION="Xtoolwait notably decreases the startup time of an X session"
HOMEPAGE="http://ftp.x.org/contrib/utilities/xtoolwait-1.3.README"
SRC_URI="http://ftp.x.org/contrib/utilities/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
RDEPEND="
x11-libs/libX11
x11-libs/libXext"
DEPEND="
${RDEPEND}
x11-base/xorg-proto"
BDEPEND="
app-text/rman
sys-devel/gcc
>=x11-misc/imake-1.0.8-r1"
src_configure() {
append-cflags -std=gnu89 # old codebase, incompatible with c2x
CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf || die
}
src_compile() {
emake \
CC="$(tc-getCC)" \
CDEBUGFLAGS="${CFLAGS}" \
EXTRA_LDOPTIONS="${LDFLAGS}"
}
src_install() {
emake \
BINDIR="${EPREFIX}"/usr/bin \
MANPATH="${EPREFIX}"/usr/share/man \
DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
DESTDIR="${D}" \
install{,.man}
einstalldocs
}