diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-16 14:57:56 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-16 15:28:01 +0200 |
commit | 08ee848861903962f1d5f7a4f44cfe80cdbd7588 (patch) | |
tree | 095f359406c7c1ea29fef249036d0a01101c23f7 /net-ftp | |
parent | dev-python/selenium: Stabilize 4.24.0 x86, #939634 (diff) | |
download | gentoo-08ee848861903962f1d5f7a4f44cfe80cdbd7588.tar.gz gentoo-08ee848861903962f1d5f7a4f44cfe80cdbd7588.tar.bz2 gentoo-08ee848861903962f1d5f7a4f44cfe80cdbd7588.zip |
net-ftp/yafc: drop 1.3.7-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/yafc/Manifest | 1 | ||||
-rw-r--r-- | net-ftp/yafc/yafc-1.3.7-r1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/net-ftp/yafc/Manifest b/net-ftp/yafc/Manifest index a1dc2ee3f4c1..ad12a87754f5 100644 --- a/net-ftp/yafc/Manifest +++ b/net-ftp/yafc/Manifest @@ -1,2 +1 @@ DIST yafc-1.3.7.tar.gz 237011 BLAKE2B 0a74ff408c52fb35ac5f2e4738bfb7480b3de2339a0c0d1b67534736926c202ad4dbe1dd875c0b84aaa07ca844e24629e3b030daddb392f419fdbd377d4d7b6f SHA512 820a0de1073f3340e36480dfb43908314200f00046762ed1e2735963ea25a541ea0b6b1b662a16117d2a3ce1e235554d7673c989f25a1b97d362028db5986f3f -DIST yafc-1.3.7.tar.xz 363692 BLAKE2B deeda22d997ee7f3dd04626cdac352ec43f5e47c66029d59f474c43f7ccfba4ed8cbf886fc6ac7a684b8828d30baa02ee880978c891c34337607d88a42582db1 SHA512 2547cf3d6f1918a5cd2d3bc29455311d48fcd7dbccfdc8ae4ce08d1fd63cfabae07b70ebf005206a61937bd5b686e19d3af095f876616a5ac4b0593e90cd39c5 diff --git a/net-ftp/yafc/yafc-1.3.7-r1.ebuild b/net-ftp/yafc/yafc-1.3.7-r1.ebuild deleted file mode 100644 index 7cf07d591fc7..000000000000 --- a/net-ftp/yafc/yafc-1.3.7-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 - -DESCRIPTION="Console ftp client with a lot of nifty features" -HOMEPAGE="http://www.yafc-ftp.com/" -SRC_URI="http://www.yafc-ftp.com/downloads/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" -IUSE="ipv6 kerberos readline socks5 ssh" - -RDEPEND=" - sys-libs/ncurses:= - dev-libs/libbsd - dev-libs/openssl:0= - kerberos? ( virtual/krb5 ) - readline? ( >=sys-libs/readline-6:0= ) - socks5? ( net-proxy/dante ) - ssh? ( net-libs/libssh ) -" -DEPEND="${RDEPEND}" - -DOCS=( BUGS NEWS README.md THANKS TODO ) - -src_configure() { - export ac_cv_ipv6=$(usex ipv6) - econf \ - $(use_with readline readline /usr) \ - $(use_with socks5 socks /usr) \ - $(use_with socks5 socks5 /usr) \ - $(use_with kerberos krb5) \ - $(use_with ssh) \ - --with-bash-completion="$(get_bashcompdir)" -} - -src_install() { - default - dodoc -r samples -} |