diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-08-10 15:56:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-08-10 15:56:36 +0000 |
commit | 344beec1ccdad44bf7a3d47b4184ff2f7a689632 (patch) | |
tree | ed768419ac2747ea3077221501b4415fc3dac00c /net-ftp | |
parent | Stable on alpha, bug #280514 (diff) | |
download | gentoo-2-344beec1ccdad44bf7a3d47b4184ff2f7a689632.tar.gz gentoo-2-344beec1ccdad44bf7a3d47b4184ff2f7a689632.tar.bz2 gentoo-2-344beec1ccdad44bf7a3d47b4184ff2f7a689632.zip |
Version bump. Remove old.
(Portage version: 2.2_rc37/cvs/Linux i686)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 9 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.99.5.ebuild | 67 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.99.6.ebuild | 67 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.99.8.ebuild | 66 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.99.9.ebuild (renamed from net-ftp/lftp/lftp-3.99.7.ebuild) | 9 |
5 files changed, 9 insertions, 209 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 51dd146f1bda..a9f07e1e02c2 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-ftp/lftp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.213 2009/08/06 09:35:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.214 2009/08/10 15:56:36 jer Exp $ + +*lftp-3.99.9 (10 Aug 2009) + + 10 Aug 2009; Jeroen Roovers <jer@gentoo.org> -lftp-3.99.5.ebuild, + -lftp-3.99.6.ebuild, -lftp-3.99.7.ebuild, -lftp-3.99.8.ebuild, + +lftp-3.99.9.ebuild: + Version bump. Remove old. *lftp-3.99.8 (06 Aug 2009) diff --git a/net-ftp/lftp/lftp-3.99.5.ebuild b/net-ftp/lftp/lftp-3.99.5.ebuild deleted file mode 100644 index 340d59105cd3..000000000000 --- a/net-ftp/lftp/lftp-3.99.5.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.99.5.ebuild,v 1.2 2009/07/29 05:05:15 jer Exp $ - -EAPI="2" - -inherit eutils autotools - -DESCRIPTION="A sophisticated ftp/sftp/http/https client and file transfer program" -HOMEPAGE="http://lftp.yar.ru/" -SRC_URI="ftp://ftp.yar.ru/lftp/devel/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="ssl gnutls socks5 nls" - -RDEPEND=">=sys-libs/ncurses-5.1 - socks5? ( - >=net-proxy/dante-1.1.12 - virtual/pam ) - ssl? ( - gnutls? ( >=net-libs/gnutls-1.2.3 ) - !gnutls? ( >=dev-libs/openssl-0.9.6 ) - ) - virtual/libc - >=sys-libs/readline-5.1" - -DEPEND=" - ${RDEPEND} - nls? ( sys-devel/gettext ) - dev-lang/perl - =sys-devel/libtool-2* -" - -src_prepare() { - epatch "${FILESDIR}/${PN}-gnutls.patch" - epatch "${FILESDIR}/${P}-torrent_la.patch" - eautoreconf -} - -src_configure() { - local myconf="$(use_enable nls) --enable-packager-mode" - - if use ssl && use gnutls ; then - myconf="${myconf} --without-openssl" - elif use ssl && ! use gnutls ; then - myconf="${myconf} --without-gnutls --with-openssl=/usr" - else - myconf="${myconf} --without-gnutls --without-openssl" - fi - - use socks5 && myconf="${myconf} --with-socksdante=/usr" \ - || myconf="${myconf} --without-socksdante" - - econf \ - --sysconfdir=/etc/lftp \ - --with-modules \ - ${myconf} || die "econf failed" -} - -src_install() { - emake install DESTDIR="${D}" || die - - dodoc BUGS ChangeLog FAQ FEATURES MIRRORS \ - NEWS README* THANKS TODO -} diff --git a/net-ftp/lftp/lftp-3.99.6.ebuild b/net-ftp/lftp/lftp-3.99.6.ebuild deleted file mode 100644 index eabf6a242c06..000000000000 --- a/net-ftp/lftp/lftp-3.99.6.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.99.6.ebuild,v 1.1 2009/07/30 17:20:51 jer Exp $ - -EAPI="2" - -inherit eutils autotools - -DESCRIPTION="A sophisticated ftp/sftp/http/https client and file transfer program" -HOMEPAGE="http://lftp.yar.ru/" -SRC_URI="ftp://ftp.yar.ru/lftp/devel/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="ssl gnutls socks5 nls" - -RDEPEND=">=sys-libs/ncurses-5.1 - socks5? ( - >=net-proxy/dante-1.1.12 - virtual/pam ) - ssl? ( - gnutls? ( >=net-libs/gnutls-1.2.3 ) - !gnutls? ( >=dev-libs/openssl-0.9.6 ) - ) - virtual/libc - >=sys-libs/readline-5.1" - -DEPEND=" - ${RDEPEND} - nls? ( sys-devel/gettext ) - dev-lang/perl - =sys-devel/libtool-2* -" - -src_prepare() { - epatch "${FILESDIR}/${PN}-gnutls.patch" - epatch "${FILESDIR}/${PN}-3.99.5-torrent_la.patch" - eautoreconf -} - -src_configure() { - local myconf="$(use_enable nls) --enable-packager-mode" - - if use ssl && use gnutls ; then - myconf="${myconf} --without-openssl" - elif use ssl && ! use gnutls ; then - myconf="${myconf} --without-gnutls --with-openssl=/usr" - else - myconf="${myconf} --without-gnutls --without-openssl" - fi - - use socks5 && myconf="${myconf} --with-socksdante=/usr" \ - || myconf="${myconf} --without-socksdante" - - econf \ - --sysconfdir=/etc/lftp \ - --with-modules \ - ${myconf} || die "econf failed" -} - -src_install() { - emake install DESTDIR="${D}" || die - - dodoc BUGS ChangeLog FAQ FEATURES MIRRORS \ - NEWS README* THANKS TODO -} diff --git a/net-ftp/lftp/lftp-3.99.8.ebuild b/net-ftp/lftp/lftp-3.99.8.ebuild deleted file mode 100644 index f69099d549a3..000000000000 --- a/net-ftp/lftp/lftp-3.99.8.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.99.8.ebuild,v 1.1 2009/08/06 09:35:48 jer Exp $ - -EAPI="2" - -inherit eutils autotools - -DESCRIPTION="A sophisticated ftp/sftp/http/https client and file transfer program" -HOMEPAGE="http://lftp.yar.ru/" -SRC_URI="ftp://ftp.yar.ru/lftp/devel/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="ssl gnutls socks5 nls" - -RDEPEND=">=sys-libs/ncurses-5.1 - socks5? ( - >=net-proxy/dante-1.1.12 - virtual/pam ) - ssl? ( - gnutls? ( >=net-libs/gnutls-1.2.3 ) - !gnutls? ( >=dev-libs/openssl-0.9.6 ) - ) - virtual/libc - >=sys-libs/readline-5.1" - -DEPEND=" - ${RDEPEND} - nls? ( sys-devel/gettext ) - dev-lang/perl - =sys-devel/libtool-2* -" - -src_prepare() { - epatch "${FILESDIR}/${PN}-gnutls.patch" - eautoreconf -} - -src_configure() { - local myconf="$(use_enable nls) --enable-packager-mode" - - if use ssl && use gnutls ; then - myconf="${myconf} --without-openssl" - elif use ssl && ! use gnutls ; then - myconf="${myconf} --without-gnutls --with-openssl=/usr" - else - myconf="${myconf} --without-gnutls --without-openssl" - fi - - use socks5 && myconf="${myconf} --with-socksdante=/usr" \ - || myconf="${myconf} --without-socksdante" - - econf \ - --sysconfdir=/etc/lftp \ - --with-modules \ - ${myconf} || die "econf failed" -} - -src_install() { - emake install DESTDIR="${D}" || die - - dodoc BUGS ChangeLog FAQ FEATURES MIRRORS \ - NEWS README* THANKS TODO -} diff --git a/net-ftp/lftp/lftp-3.99.7.ebuild b/net-ftp/lftp/lftp-3.99.9.ebuild index 6de6b2f0a8bf..8c46b813b8bc 100644 --- a/net-ftp/lftp/lftp-3.99.7.ebuild +++ b/net-ftp/lftp/lftp-3.99.9.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.99.7.ebuild,v 1.2 2009/08/06 09:35:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.99.9.ebuild,v 1.1 2009/08/10 15:56:36 jer Exp $ EAPI="2" -inherit eutils autotools - DESCRIPTION="A sophisticated ftp/sftp/http/https client and file transfer program" HOMEPAGE="http://lftp.yar.ru/" SRC_URI="ftp://ftp.yar.ru/lftp/devel/${P}.tar.gz" @@ -33,11 +31,6 @@ DEPEND=" =sys-devel/libtool-2* " -src_prepare() { - epatch "${FILESDIR}/${PN}-gnutls.patch" - eautoreconf -} - src_configure() { local myconf="$(use_enable nls) --enable-packager-mode" |