commit:     e8a02b3240d42d9830d4c664d4e941aa09548a56
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed May  7 01:48:52 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed May  7 01:50:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a02b32

x11-misc/xtoolwait: Delete

Closes: https://bugs.gentoo.org/953120
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/package.mask                      |  7 -----
 x11-misc/xtoolwait/Manifest                |  1 -
 x11-misc/xtoolwait/metadata.xml            |  8 -----
 x11-misc/xtoolwait/xtoolwait-1.3-r2.ebuild | 50 ------------------------------
 4 files changed, 66 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index bd66c431e543..a35de9187160 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -217,13 +217,6 @@ dev-python/ipaddr
 # slot instead. Masked for removal on 2025-05-14.
 dev-ruby/childprocess:2
 
-# Matt Turner <[email protected]> (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 <[email protected]> (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

diff --git a/x11-misc/xtoolwait/Manifest b/x11-misc/xtoolwait/Manifest
deleted file mode 100644
index 818c49025195..000000000000
--- a/x11-misc/xtoolwait/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xtoolwait-1.3.tar.gz 14315 BLAKE2B 
7ebf1f6713308ae74510430e07c29e638e8c9549eba79f03bc42278dd88ce7036f4ed8c21854dbfd9d4706574c4c0982be87a56d001c71d98920f31401a32408
 SHA512 
36c8446dd7076c18de8f6c582db45cbdc6b7ddc733993ddb08c8bd5c5045621597ae1b3144b92461feabeb14bd50a759f86023848302436ab915faa8c10ebdaa

diff --git a/x11-misc/xtoolwait/metadata.xml b/x11-misc/xtoolwait/metadata.xml
deleted file mode 100644
index 410408b3d171..000000000000
--- a/x11-misc/xtoolwait/metadata.xml
+++ /dev/null
@@ -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>[email protected]</email>
-               <name>Gentoo Desktop Miscellaneous Project</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/x11-misc/xtoolwait/xtoolwait-1.3-r2.ebuild 
b/x11-misc/xtoolwait/xtoolwait-1.3-r2.ebuild
deleted file mode 100644
index c8cafd651d2c..000000000000
--- a/x11-misc/xtoolwait/xtoolwait-1.3-r2.ebuild
+++ /dev/null
@@ -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
-}

Reply via email to