diff options
-rw-r--r-- | net-ftp/lftp/ChangeLog | 8 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.4.16.ebuild (renamed from net-ftp/lftp/lftp-4.4.99.20140327.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 8556f2f548e3..37d5c74f5145 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-ftp/lftp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.468 2014/03/28 01:31:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.469 2014/05/08 11:52:19 jer Exp $ + +*lftp-4.4.16 (08 May 2014) + + 08 May 2014; Jeroen Roovers <jer@gentoo.org> +lftp-4.4.16.ebuild, + -lftp-4.4.99.20140327.ebuild: + Version bump. *lftp-4.4.99.20140327 (28 Mar 2014) diff --git a/net-ftp/lftp/lftp-4.4.99.20140327.ebuild b/net-ftp/lftp/lftp-4.4.16.ebuild index 6822f3aea3b7..f32426f6a5c3 100644 --- a/net-ftp/lftp/lftp-4.4.99.20140327.ebuild +++ b/net-ftp/lftp/lftp-4.4.16.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.4.99.20140327.ebuild,v 1.1 2014/03/28 01:31:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.4.16.ebuild,v 1.1 2014/05/08 11:52:19 jer Exp $ 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="http://${PN}.yar.ru/ftp/devel/${P}.tar.gz" +SRC_URI="http://${PN}.yar.ru/ftp/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~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 nls openssl socks5 +ssl verify-file" LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru zh_CN zh_HK zh_TW ) @@ -44,6 +44,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} =sys-devel/libtool-2* + app-arch/xz-utils nls? ( sys-devel/gettext ) virtual/pkgconfig " |