commit: 4dc0807ba286768959d110eb0bb3816af8afd3ce Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 11 06:09:15 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Jun 11 06:09:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc0807b
net-irc/ninja: treeclean Bug: https://bugs.gentoo.org/731180 Bug: https://bugs.gentoo.org/861461 Bug: https://bugs.gentoo.org/888577 Bug: https://bugs.gentoo.org/889930 Bug: https://bugs.gentoo.org/900084 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-irc/ninja/Manifest | 1 - net-irc/ninja/metadata.xml | 5 ---- net-irc/ninja/ninja-1.5.9_pre14-r2.ebuild | 43 ------------------------------- profiles/package.mask | 7 ----- 4 files changed, 56 deletions(-) diff --git a/net-irc/ninja/Manifest b/net-irc/ninja/Manifest deleted file mode 100644 index 4aecfa5f13ce..000000000000 --- a/net-irc/ninja/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ninja-1.5.9pre14.tar.gz 920668 BLAKE2B c2aa578848bb3f2db5a199615bb9a3eeb592627b974c9a989acfeb2306dce7285429b7910f83a77443c2160e936129900f0ca042672dd9f8c0242d8d93f59ba5 SHA512 5a379ed355c06d28f26ed7b97e657b463deec0832ebf822424ed92379e85066e8aca971943ad751e695c003a6ef1ab7fa46ff29e5febe30c439cdfdf6b4d6cfb diff --git a/net-irc/ninja/metadata.xml b/net-irc/ninja/metadata.xml deleted file mode 100644 index 85e4ed814fa2..000000000000 --- a/net-irc/ninja/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/net-irc/ninja/ninja-1.5.9_pre14-r2.ebuild b/net-irc/ninja/ninja-1.5.9_pre14-r2.ebuild deleted file mode 100644 index 0956bf5760c6..000000000000 --- a/net-irc/ninja/ninja-1.5.9_pre14-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Ninja IRC Client" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="ftp://qoop.org/ninja/stable/${P/_/}.tar.gz" -S="${WORKDIR}"/${P/_*/} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~riscv ~sparc x86" -IUSE="ncurses ipv6 ssl" - -RESTRICT="test" - -DEPEND=" - virtual/libcrypt:= - ncurses? ( sys-libs/ncurses:= ) - ssl? ( dev-libs/openssl:= ) -" -RDEPEND="${DEPEND}" - -MAKEOPTS="${MAKEOPTS} -j1" - -src_configure() { - tc-export CC - - econf $(use_enable ipv6) - - # Generated post-configure - sed -i -e "s:/usr/lib:/usr/$(get_libdir):" Makefile || die -} - -src_install() { - default - - # bug #436804 - mv "${ED}"/usr/bin/ninja{,_irc} || die -} diff --git a/profiles/package.mask b/profiles/package.mask index 17e440b957c1..6933d5707f1b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -476,13 +476,6 @@ dev-go/go-bindata-assetfs dev-go/godebug-pretty dev-go/sanitized-anchor-name -# Eli Schwartz <[email protected]> (2024-05-08) -# Fails to configure with GCC 14, fails to install with older -# gcc, unmaintained, upstream website vanished. -# Bug #731180, #861461, #888577, #889930. -# Removal on 2024-06-08. -net-irc/ninja - # Sam James <[email protected]> (2024-04-28) # Masked for testing. Tracker bug: bug #930805. >=sys-libs/ncurses-6.5
