Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ncftp/
Date: Sat, 26 Feb 2022 08:33:35
Message-Id: 1645864356.b6321f82f54c4f513d98484c54d88764c867d745.juippis@gentoo
1 commit: b6321f82f54c4f513d98484c54d88764c867d745
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 26 08:15:17 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 08:32:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6321f82
7
8 net-ftp/ncftp: drop 3.2.6-r3
9
10 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/24354
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-ftp/ncftp/ncftp-3.2.6-r3.ebuild | 53 -------------------------------------
15 1 file changed, 53 deletions(-)
16
17 diff --git a/net-ftp/ncftp/ncftp-3.2.6-r3.ebuild b/net-ftp/ncftp/ncftp-3.2.6-r3.ebuild
18 deleted file mode 100644
19 index de6863dacda0..000000000000
20 --- a/net-ftp/ncftp/ncftp-3.2.6-r3.ebuild
21 +++ /dev/null
22 @@ -1,53 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -inherit autotools toolchain-funcs
28 -
29 -DESCRIPTION="An extremely configurable ftp client"
30 -HOMEPAGE="https://www.ncftp.com/"
31 -SRC_URI="
32 - https://ftp.mirrorservice.org/sites/ftp.${PN}.com/${PN}/${P}-src.tar.xz
33 -"
34 -
35 -LICENSE="Clarified-Artistic"
36 -SLOT="0"
37 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
38 -IUSE="pch"
39 -
40 -DEPEND="
41 - sys-libs/ncurses:=
42 -"
43 -RDEPEND="
44 - ${DEPEND}
45 -"
46 -BDEPEND="virtual/pkgconfig"
47 -
48 -PATCHES=(
49 - "${FILESDIR}"/${PN}-3.2.6-fno-common.patch
50 -)
51 -
52 -src_prepare() {
53 - default
54 -
55 - sed -i -e '/^AR=/d' autoconf_local/aclocal.m4 || die
56 -
57 - AT_M4DIR=autoconf_local/ eautoreconf
58 -}
59 -
60 -src_configure() {
61 - tc-export AR CC
62 - LC_ALL="C" \
63 - LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses)" \
64 - econf \
65 - $(use_enable pch precomp) \
66 - --disable-ccdv \
67 - --disable-universal
68 -}
69 -
70 -src_install() {
71 - default
72 - dodoc README.txt doc/*.txt
73 - docinto html
74 - dodoc doc/html/*.html
75 -}