Arthur Zamarin
2024-06-11 09:09:15 +03:00
parent 2bb84089b9
commit 4dc0807ba2
4 changed files with 0 additions and 56 deletions

View File

@@ -1 +0,0 @@
DIST ninja-1.5.9pre14.tar.gz 920668 BLAKE2B c2aa578848bb3f2db5a199615bb9a3eeb592627b974c9a989acfeb2306dce7285429b7910f83a77443c2160e936129900f0ca042672dd9f8c0242d8d93f59ba5 SHA512 5a379ed355c06d28f26ed7b97e657b463deec0832ebf822424ed92379e85066e8aca971943ad751e695c003a6ef1ab7fa46ff29e5febe30c439cdfdf6b4d6cfb

View File

@@ -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>

View File

@@ -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
}

View File

@@ -476,13 +476,6 @@ dev-go/go-bindata-assetfs
dev-go/godebug-pretty
dev-go/sanitized-anchor-name
# Eli Schwartz <eschwartz93@gmail.com> (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 <sam@gentoo.org> (2024-04-28)
# Masked for testing. Tracker bug: bug #930805.
>=sys-libs/ncurses-6.5