diff options
author | 2010-06-23 21:05:34 +0200 | |
---|---|---|
committer | 2010-06-23 21:05:34 +0200 | |
commit | 27ca960921ee0d0370dd896f188c32594c8d3c9f (patch) | |
tree | fcd8ce8cd0172ca5e3b62ec5bda6603962fc9db0 /net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild | |
parent | [dev-tex/picins] QA fixes (diff) | |
download | sci-27ca960921ee0d0370dd896f188c32594c8d3c9f.tar.gz sci-27ca960921ee0d0370dd896f188c32594c8d3c9f.tar.bz2 sci-27ca960921ee0d0370dd896f188c32594c8d3c9f.zip |
[net-ftp/bbftp-client] QA fixes
(Portage version: 2.1.8.3/git/Linux x86_64)
(Signed Manifest commit)
Diffstat (limited to 'net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild')
-rw-r--r-- | net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild b/net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild index 704f842b5..fda7e6d5d 100644 --- a/net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild +++ b/net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -DESCRIPTION="bbFTP is a file transfer software. It implements its own transfer protocol, which is optimized for large files (larger than 2GB) and secure as it does not read the password in a file and encrypts the connection information." +DESCRIPTION="Secure file transfer software with its own transfer protocol optimized for files larger than 2GB" HOMEPAGE="http://doc.in2p3.fr/bbftp/" SRC_URI="http://doc.in2p3.fr/bbftp/dist/${P}.tar.gz" @@ -30,4 +30,3 @@ src_install() { dodoc ../doc/* doman ../doc/bbftp.1 } - |