diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-05-23 13:17:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-05-23 13:17:17 +0000 |
commit | 2b546b37b6bf67e91246019ab6c48b05b954fbba (patch) | |
tree | 6548d1ab05914c745dd406e79577ceae72e7de40 /net-ftp/lftp | |
parent | Version bump to 0.146.0 and remove 0.145.0. (diff) | |
download | gentoo-2-2b546b37b6bf67e91246019ab6c48b05b954fbba.tar.gz gentoo-2-2b546b37b6bf67e91246019ab6c48b05b954fbba.tar.bz2 gentoo-2-2b546b37b6bf67e91246019ab6c48b05b954fbba.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 8 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.5.0.ebuild (renamed from net-ftp/lftp/lftp-4.4.99.20140519.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 6e9937a8dfeb..ce20b3ae38df 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.470 2014/05/19 21:09:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.471 2014/05/23 13:17:17 jer Exp $ + +*lftp-4.5.0 (23 May 2014) + + 23 May 2014; Jeroen Roovers <jer@gentoo.org> -lftp-4.4.99.20140519.ebuild, + +lftp-4.5.0.ebuild: + Version bump. *lftp-4.4.99.20140519 (19 May 2014) diff --git a/net-ftp/lftp/lftp-4.4.99.20140519.ebuild b/net-ftp/lftp/lftp-4.5.0.ebuild index 7d15b9206fa8..91691c53e284 100644 --- a/net-ftp/lftp/lftp-4.4.99.20140519.ebuild +++ b/net-ftp/lftp/lftp-4.5.0.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.20140519.ebuild,v 1.1 2014/05/19 21:09:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.5.0.ebuild,v 1.1 2014/05/23 13:17:17 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 " |