diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-01-26 18:58:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-01-26 18:58:06 +0000 |
commit | 05c45419f036c409df8299a926160123650b4f89 (patch) | |
tree | ae3946fcdba16db69951ebd25180da47be07bad5 /net-ftp | |
parent | Fix patch, bug #499352. (diff) | |
download | gentoo-2-05c45419f036c409df8299a926160123650b4f89.tar.gz gentoo-2-05c45419f036c409df8299a926160123650b4f89.tar.bz2 gentoo-2-05c45419f036c409df8299a926160123650b4f89.zip |
Old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.4.8.ebuild | 73 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.4.9.ebuild | 73 |
3 files changed, 5 insertions, 147 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 37535d1204b8..7bf188ac821d 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,10 @@ # 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.451 2014/01/26 12:22:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.452 2014/01/26 18:58:06 jer Exp $ + + 26 Jan 2014; Jeroen Roovers <jer@gentoo.org> -lftp-4.4.8.ebuild, + -lftp-4.4.9.ebuild: + Old. 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> lftp-4.4.14.ebuild: Stable for sparc, wrt bug #497632 diff --git a/net-ftp/lftp/lftp-4.4.8.ebuild b/net-ftp/lftp/lftp-4.4.8.ebuild deleted file mode 100644 index f0021920816e..000000000000 --- a/net-ftp/lftp/lftp-4.4.8.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.4.8.ebuild,v 1.11 2013/08/06 13:08:19 ago 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="ftp://ftp.yars.free.net/pub/source/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -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="+gnutls nls openssl socks5 +ssl" -LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru 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 - socks5? ( - >=net-proxy/dante-1.1.12 - virtual/pam - ) - ssl? ( - gnutls? ( >=net-libs/gnutls-1.2.3 ) - openssl? ( >=dev-libs/openssl-0.9.6 ) - ) -" - -DEPEND=" - ${RDEPEND} - =sys-devel/libtool-2* - app-arch/xz-utils - dev-lang/perl - nls? ( sys-devel/gettext ) - 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.3.5-autopoint.patch" \ - "${FILESDIR}/${PN}-4.3.8-gets.patch" - sed -i configure.ac -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die - eautoreconf - elibtoolize # for Darwin bundles -} - -src_configure() { - econf \ - $(use_enable nls) \ - $(use_with gnutls) \ - $(use_with openssl openssl "${EPREFIX}"/usr) \ - $(use_with socks5 socksdante "${EPREFIX}"/usr) \ - --enable-packager-mode \ - --sysconfdir="${EPREFIX}"/etc/${PN} \ - --with-modules \ - --without-included-regex -} diff --git a/net-ftp/lftp/lftp-4.4.9.ebuild b/net-ftp/lftp/lftp-4.4.9.ebuild deleted file mode 100644 index ab6405561831..000000000000 --- a/net-ftp/lftp/lftp-4.4.9.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.4.9.ebuild,v 1.9 2013/09/30 17:16:22 ago 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/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -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="+gnutls nls openssl socks5 +ssl" -LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru 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 - socks5? ( - >=net-proxy/dante-1.1.12 - virtual/pam - ) - ssl? ( - gnutls? ( >=net-libs/gnutls-1.2.3 ) - openssl? ( >=dev-libs/openssl-0.9.6 ) - ) -" - -DEPEND=" - ${RDEPEND} - =sys-devel/libtool-2* - app-arch/xz-utils - dev-lang/perl - nls? ( sys-devel/gettext ) - 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.3.5-autopoint.patch" \ - "${FILESDIR}/${PN}-4.3.8-gets.patch" - sed -i configure.ac -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die - eautoreconf - elibtoolize # for Darwin bundles -} - -src_configure() { - econf \ - $(use_enable nls) \ - $(use_with gnutls) \ - $(use_with openssl openssl "${EPREFIX}"/usr) \ - $(use_with socks5 socksdante "${EPREFIX}"/usr) \ - --enable-packager-mode \ - --sysconfdir="${EPREFIX}"/etc/${PN} \ - --with-modules \ - --without-included-regex -} |