From 69db020e8e1aea7de4e7809e90e14a1ea51a7f4a Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 16 Nov 2007 03:29:14 +0000 Subject: version bump as per bug #198349. removed old version (Portage version: 2.1.3.19) --- net-ftp/lftp/ChangeLog | 8 ++++- net-ftp/lftp/files/digest-lftp-3.5.13 | 3 -- net-ftp/lftp/files/digest-lftp-3.6.1 | 3 ++ net-ftp/lftp/lftp-3.5.13.ebuild | 56 ----------------------------------- net-ftp/lftp/lftp-3.6.1.ebuild | 56 +++++++++++++++++++++++++++++++++++ 5 files changed, 66 insertions(+), 60 deletions(-) delete mode 100644 net-ftp/lftp/files/digest-lftp-3.5.13 create mode 100644 net-ftp/lftp/files/digest-lftp-3.6.1 delete mode 100644 net-ftp/lftp/lftp-3.5.13.ebuild create mode 100644 net-ftp/lftp/lftp-3.6.1.ebuild (limited to 'net-ftp/lftp') diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index f047d1a6fa7a..cbdadf29b13e 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-ftp/lftp # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.141 2007/11/12 14:43:51 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.142 2007/11/16 03:29:13 dragonheart Exp $ + +*lftp-3.6.1 (16 Nov 2007) + + 16 Nov 2007; Daniel Black -lftp-3.5.13.ebuild, + +lftp-3.6.1.ebuild: + version bump as per bug #198349. removed old version 12 Nov 2007; Jeroen Roovers lftp-3.5.14.ebuild: Stable for HPPA too. diff --git a/net-ftp/lftp/files/digest-lftp-3.5.13 b/net-ftp/lftp/files/digest-lftp-3.5.13 deleted file mode 100644 index dba6177835e0..000000000000 --- a/net-ftp/lftp/files/digest-lftp-3.5.13 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 603f40bb413d91fb3444d42bb80f2441 lftp-3.5.13.tar.bz2 1330265 -RMD160 6b5a3e6c949ce62c4760ade17519a533c69c2b08 lftp-3.5.13.tar.bz2 1330265 -SHA256 1ab03959c2347340a84b5a94089075f9c235d2923a242a253e33e7f8bba9fa7a lftp-3.5.13.tar.bz2 1330265 diff --git a/net-ftp/lftp/files/digest-lftp-3.6.1 b/net-ftp/lftp/files/digest-lftp-3.6.1 new file mode 100644 index 000000000000..11423e6140f5 --- /dev/null +++ b/net-ftp/lftp/files/digest-lftp-3.6.1 @@ -0,0 +1,3 @@ +MD5 29e9e44474aa381029d6ae0fb79b2f2b lftp-3.6.1.tar.bz2 1332560 +RMD160 9b92c1cf1af6b14295641e2703fe44b39f9a4aa3 lftp-3.6.1.tar.bz2 1332560 +SHA256 8e65e1602c08b44c955eda228876046f3f74519200db0cb54d1102a02a50b032 lftp-3.6.1.tar.bz2 1332560 diff --git a/net-ftp/lftp/lftp-3.5.13.ebuild b/net-ftp/lftp/lftp-3.5.13.ebuild deleted file mode 100644 index 34e91b6e5444..000000000000 --- a/net-ftp/lftp/lftp-3.5.13.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.5.13.ebuild,v 1.2 2007/09/01 09:07:27 phreak Exp $ - -DESCRIPTION="A sophisticated ftp/sftp/http/https client and file transfer program" -HOMEPAGE="http://lftp.yar.ru/" -SRC_URI="http://ftp.yars.free.net/pub/source/lftp/old/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~sparc-fbsd ~x86 ~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" - -src_compile() { - 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" - - emake || die "compile problem" -} - -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.6.1.ebuild b/net-ftp/lftp/lftp-3.6.1.ebuild new file mode 100644 index 000000000000..9a1a0476b457 --- /dev/null +++ b/net-ftp/lftp/lftp-3.6.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.6.1.ebuild,v 1.1 2007/11/16 03:29:13 dragonheart Exp $ + +DESCRIPTION="A sophisticated ftp/sftp/http/https client and file transfer program" +HOMEPAGE="http://lftp.yar.ru/" +SRC_URI="http://ftp.yars.free.net/pub/source/lftp/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~sparc-fbsd ~x86 ~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" + +src_compile() { + 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" + + emake || die "compile problem" +} + +src_install() { + emake install DESTDIR="${D}" || die + + dodoc BUGS ChangeLog FAQ FEATURES MIRRORS \ + NEWS README* THANKS TODO +} -- cgit v1.2.3-65-gdbad