summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-09-01 09:07:28 +0000
committerChristian Heim <phreak@gentoo.org>2007-09-01 09:07:28 +0000
commit72b68653d550a7f04da3885669fa1d4ceedc76c6 (patch)
treed02a1c5cf6e454cf1d07c929ca9c40c04712cab0 /net-ftp
parentVersion bump. This is a major ebuild and build system rewrite. It may cause (diff)
downloadgentoo-2-72b68653d550a7f04da3885669fa1d4ceedc76c6.tar.gz
gentoo-2-72b68653d550a7f04da3885669fa1d4ceedc76c6.tar.bz2
gentoo-2-72b68653d550a7f04da3885669fa1d4ceedc76c6.zip
Version bump. Also fixing SRC_URI of the older ebuilds. Only the latest release is in the mentioned SRC_URI, older versions are in SRC_URI/old (#190891).
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/lftp/ChangeLog11
-rw-r--r--net-ftp/lftp/files/digest-lftp-3.5.143
-rw-r--r--net-ftp/lftp/lftp-3.5.10.ebuild4
-rw-r--r--net-ftp/lftp/lftp-3.5.11.ebuild4
-rw-r--r--net-ftp/lftp/lftp-3.5.12.ebuild4
-rw-r--r--net-ftp/lftp/lftp-3.5.13.ebuild4
-rw-r--r--net-ftp/lftp/lftp-3.5.14.ebuild56
7 files changed, 77 insertions, 9 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog
index 9b61861e91ed..f578073c747f 100644
--- a/net-ftp/lftp/ChangeLog
+++ b/net-ftp/lftp/ChangeLog
@@ -1,6 +1,15 @@
# 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.137 2007/08/31 11:37:35 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.138 2007/09/01 09:07:27 phreak Exp $
+
+*lftp-3.5.14 (01 Sep 2007)
+
+ 01 Sep 2007; Christian Heim <phreak@gentoo.org> lftp-3.5.10.ebuild,
+ lftp-3.5.11.ebuild, lftp-3.5.12.ebuild, lftp-3.5.13.ebuild,
+ +lftp-3.5.14.ebuild:
+ Version bump. Also fixing SRC_URI of the older ebuilds. Only the latest
+ release is in the mentioned SRC_URI, older versions are in SRC_URI/old
+ (#190891).
*lftp-3.5.13 (31 Aug 2007)
diff --git a/net-ftp/lftp/files/digest-lftp-3.5.14 b/net-ftp/lftp/files/digest-lftp-3.5.14
new file mode 100644
index 000000000000..a443368d49e0
--- /dev/null
+++ b/net-ftp/lftp/files/digest-lftp-3.5.14
@@ -0,0 +1,3 @@
+MD5 33ec17a87a7e96791798c339bee2fdbd lftp-3.5.14.tar.bz2 1329317
+RMD160 ffc8aa843dd08cc1eddf8cd18d2abe25ca9872cc lftp-3.5.14.tar.bz2 1329317
+SHA256 3b6b15e1523d14636106e4771bb48c6c7d1cc3769023d03869b7d9fd2e5cf943 lftp-3.5.14.tar.bz2 1329317
diff --git a/net-ftp/lftp/lftp-3.5.10.ebuild b/net-ftp/lftp/lftp-3.5.10.ebuild
index f33fcc111ff9..46023332b09e 100644
--- a/net-ftp/lftp/lftp-3.5.10.ebuild
+++ b/net-ftp/lftp/lftp-3.5.10.ebuild
@@ -1,6 +1,6 @@
# 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.10.ebuild,v 1.10 2007/06/24 22:07:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.5.10.ebuild,v 1.11 2007/09/01 09:07:27 phreak Exp $
inherit eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://lftp.yar.ru/"
#SRC_URI="http://the.wiretapped.net/mirrors/lftp/${P}.tar.bz2"
# Was a bit too slow and unreliable last time I tried (dragonheart)
-SRC_URI="ftp://lftp.yar.ru/lftp/${P}.tar.bz2"
+SRC_URI="ftp://lftp.yar.ru/lftp/old/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
diff --git a/net-ftp/lftp/lftp-3.5.11.ebuild b/net-ftp/lftp/lftp-3.5.11.ebuild
index aa4048926a9b..7a2e5d3bde0c 100644
--- a/net-ftp/lftp/lftp-3.5.11.ebuild
+++ b/net-ftp/lftp/lftp-3.5.11.ebuild
@@ -1,10 +1,10 @@
# 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.11.ebuild,v 1.4 2007/07/17 11:39:51 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.5.11.ebuild,v 1.5 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="ftp://lftp.yar.ru/lftp/${P}.tar.bz2"
+SRC_URI="ftp://lftp.yar.ru/lftp/old/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
diff --git a/net-ftp/lftp/lftp-3.5.12.ebuild b/net-ftp/lftp/lftp-3.5.12.ebuild
index d70c11030dce..237c00b2998d 100644
--- a/net-ftp/lftp/lftp-3.5.12.ebuild
+++ b/net-ftp/lftp/lftp-3.5.12.ebuild
@@ -1,10 +1,10 @@
# 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.12.ebuild,v 1.1 2007/08/01 21:44:23 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.5.12.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/${P}.tar.bz2"
+SRC_URI="http://ftp.yars.free.net/pub/source/lftp/old/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
diff --git a/net-ftp/lftp/lftp-3.5.13.ebuild b/net-ftp/lftp/lftp-3.5.13.ebuild
index d2b30deb8cdc..34e91b6e5444 100644
--- a/net-ftp/lftp/lftp-3.5.13.ebuild
+++ b/net-ftp/lftp/lftp-3.5.13.ebuild
@@ -1,10 +1,10 @@
# 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.1 2007/08/31 11:37:35 dragonheart Exp $
+# $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/${P}.tar.bz2"
+SRC_URI="http://ftp.yars.free.net/pub/source/lftp/old/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
diff --git a/net-ftp/lftp/lftp-3.5.14.ebuild b/net-ftp/lftp/lftp-3.5.14.ebuild
new file mode 100644
index 000000000000..1978388f807b
--- /dev/null
+++ b/net-ftp/lftp/lftp-3.5.14.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.5.14.ebuild,v 1.1 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/${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
+}