net-ftp/lftp: Old.
authorJeroen Roovers <jer@gentoo.org>
Mon, 13 Feb 2017 08:04:57 +0000 (09:04 +0100)
committerJeroen Roovers <jer@gentoo.org>
Mon, 13 Feb 2017 08:05:47 +0000 (09:05 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-ftp/lftp/Manifest
net-ftp/lftp/files/lftp-4.6.3a-autopoint.patch [deleted file]
net-ftp/lftp/lftp-4.6.5.ebuild [deleted file]
net-ftp/lftp/metadata.xml

index 82806d2796dfb46ccd6993a697a9c84e4c01cb35..7ae1da42aa14b9ba8a6a9cd0496bcc5dc7a00443 100644 (file)
@@ -1,4 +1,3 @@
-DIST lftp-4.6.5.tar.xz 1514644 SHA256 1fd0920a1791ce0e9e39ffce77ae6619e5dc665f16e9380bafbfc69411eeb71e SHA512 a22faa3a6901160460f1103c19c5276f603c154908ec2e34804a6eb48452b59ba495993e6824f57d114285ddc80a64dccd0069465cc0593f34f435ac181250c0 WHIRLPOOL 088598ed9395cd8f9ed79be26e0833593e733cf87bbd51e5d008ce4de2b9924e62add20789c098a866d82dc3f168a373c4874de264d669950524a9a255e1e028
 DIST lftp-4.7.3.tar.xz 1545012 SHA256 3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c SHA512 1123e322a4c4f85ced4ef57c0af80b9b20d223c2770293ada3d8ca870fe159b62c6ee8d01a8c6be50e7ec00f3e6729a46c09db3aa776471825a6998792f1250d WHIRLPOOL 8ad61759c0ef56b23a13c4f3291bd672f398485ddc1a04c6e6b7c8f4e6a8ae36779d88e96c2db7697884e3089aef0f04a36952490a2b450a20ccb360b2a0df54
 DIST lftp-4.7.4.tar.xz 1564016 SHA256 bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c SHA512 f978379b6ac0dfb46c06dee7205b0b751a75642868c4b1bf37ac681108b04a475232915bb7280ec9731af008e00e855bd9e2e8745307b6507d341f27e4025159 WHIRLPOOL edfd7ac72e4b6e185222e350328acf771d83d5aeae4fac0860737feced5e3ade724891dd21448a366d87b4b59e24442dbfbf894f42813f71af4063f011450af3
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960 WHIRLPOOL 12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
diff --git a/net-ftp/lftp/files/lftp-4.6.3a-autopoint.patch b/net-ftp/lftp/files/lftp-4.6.3a-autopoint.patch
deleted file mode 100644 (file)
index ad1cf3e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -137,6 +137,7 @@
- AM_ICONV
- ALL_LINGUAS="de es fr it ja ko pl pt_BR ru uk zh_CN zh_TW zh_HK cs"
-+AM_GNU_GETTEXT_VERSION([0.19])
- AM_GNU_GETTEXT([external])
- test "$MSGFMT"  = "no" && MSGFMT  ="$missing_dir/missing msgfmt"
- test "$GMSGFMT" = "no" && GMSGFMT ="$missing_dir/missing msgfmt"
diff --git a/net-ftp/lftp/lftp-4.6.5.ebuild b/net-ftp/lftp/lftp-4.6.5.ebuild
deleted file mode 100644 (file)
index a094c3b..0000000
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
-HOMEPAGE="http://lftp.yar.ru/"
-SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 nls openssl socks5 +ssl verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
-
-REQUIRED_USE="
-       ssl? ( ^^ ( openssl gnutls ) )
-"
-
-RDEPEND="
-       >=sys-libs/ncurses-5.1:=
-       >=sys-libs/readline-5.1:=
-       dev-libs/expat
-       sys-libs/zlib
-       convert-mozilla-cookies? ( dev-perl/DBI )
-       idn? ( net-dns/libidn )
-       socks5? (
-               >=net-proxy/dante-1.1.12
-               virtual/pam
-       )
-       ssl? (
-               gnutls? ( >=net-libs/gnutls-1.2.3 )
-               openssl? ( dev-libs/openssl:0 )
-       )
-       verify-file? (
-               dev-perl/String-CRC32
-               virtual/perl-Digest-MD5
-       )
-"
-
-DEPEND="
-       ${RDEPEND}
-       =sys-devel/libtool-2*
-       app-arch/xz-utils
-       nls? ( >=sys-devel/gettext-0.19 )
-       virtual/pkgconfig
-"
-
-DOCS=(
-       BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-       README.dnssec README.modules THANKS TODO
-)
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-               "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
-               "${FILESDIR}"/${PN}-4.6.3a-autopoint.patch
-
-       eautoreconf
-       elibtoolize # for Darwin bundles
-
-       # bug #536036
-       printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> ${PN}.conf || die
-}
-
-src_configure() {
-       econf \
-               $(use_enable nls) \
-               $(use_with gnutls) \
-               $(use_with idn libidn) \
-               $(use_enable ipv6) \
-               $(use_with openssl openssl "${EPREFIX}"/usr) \
-               $(use_with socks5 socksdante "${EPREFIX}"/usr) \
-               --enable-packager-mode \
-               --sysconfdir="${EPREFIX}"/etc/${PN} \
-               --with-modules \
-               --without-included-regex
-}
-
-src_install() {
-       default
-       local script
-       for script in {convert-mozilla-cookies,verify-file}; do
-               use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die ;}
-       done
-}
index d28bbe8b075b0db6990414b44aa010286ddc86af..1c23e9e44b2d219c046eeaf9459a83faf637ed2b 100644 (file)
@@ -7,7 +7,6 @@
 </maintainer>
 <use>
 <flag name="convert-mozilla-cookies">Install the convert-mozilla-cookies script and its run-time dependencies</flag>
-<flag name="openssl">Use <pkg>dev-libs/openssl</pkg> for SSL connections</flag>
 <flag name="verify-file">Install the verify-file script and its run-time dependencies</flag>
 </use>
 </pkgmetadata>