diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2022-12-20 20:22:44 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2022-12-20 20:23:30 +0200 |
commit | 715fcd4cfad3309acbed8850ea5eb736fb06d6f9 (patch) | |
tree | 90904f2de1ba95003cf764e087eedc6dde578517 /net-ftp | |
parent | package.mask: Last rite media-libs/guilib (diff) | |
download | gentoo-715fcd4cfad3309acbed8850ea5eb736fb06d6f9.tar.gz gentoo-715fcd4cfad3309acbed8850ea5eb736fb06d6f9.tar.bz2 gentoo-715fcd4cfad3309acbed8850ea5eb736fb06d6f9.zip |
net-ftp/ncftp: drop 3.2.6-r4
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ncftp/ncftp-3.2.6-r4.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/net-ftp/ncftp/ncftp-3.2.6-r4.ebuild b/net-ftp/ncftp/ncftp-3.2.6-r4.ebuild deleted file mode 100644 index 29fce062b84f..000000000000 --- a/net-ftp/ncftp/ncftp-3.2.6-r4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit autotools toolchain-funcs - -DESCRIPTION="An extremely configurable ftp client" -HOMEPAGE="https://www.ncftp.com/" -SRC_URI=" - https://ftp.mirrorservice.org/sites/ftp.${PN}.com/${PN}/${P}-src.tar.xz -" - -LICENSE="Clarified-Artistic" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -IUSE="pch" - -DEPEND=" - sys-libs/ncurses:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-3.2.6-fno-common.patch -) - -src_prepare() { - default - - sed -i -e '/^AR=/d' autoconf_local/aclocal.m4 || die - # 727774 - sed -i -e 's/STRIP=".*"/STRIP=":"/' autoconf_local/aclocal.m4 || die - - AT_M4DIR=autoconf_local/ eautoreconf -} - -src_configure() { - tc-export AR CC - LC_ALL="C" \ - LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses)" \ - econf \ - $(use_enable pch precomp) \ - --disable-ccdv \ - --disable-universal -} - -src_install() { - default - dodoc README.txt doc/*.txt - docinto html - dodoc doc/html/*.html -} |