summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-04 08:35:07 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-04 08:35:07 +0000
commit16d0c56e2974e70eb5d2f741075d40f74897e352 (patch)
tree7d37998f00ee1df916cd8863d1a30fd2d74bd412 /net-ftp
parentDependancy dev-libs/libgcrypt added to fix bug #52127 (diff)
downloadhistorical-16d0c56e2974e70eb5d2f741075d40f74897e352.tar.gz
historical-16d0c56e2974e70eb5d2f741075d40f74897e352.tar.bz2
historical-16d0c56e2974e70eb5d2f741075d40f74897e352.zip
version bump
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/lftp/ChangeLog8
-rw-r--r--net-ftp/lftp/Manifest4
-rw-r--r--net-ftp/lftp/files/digest-lftp-3.0.51
-rw-r--r--net-ftp/lftp/lftp-3.0.5.ebuild62
4 files changed, 73 insertions, 2 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog
index f9c74a84d496..1fa68fe05d5e 100644
--- a/net-ftp/lftp/ChangeLog
+++ b/net-ftp/lftp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-ftp/lftp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.42 2004/05/13 02:48:26 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.43 2004/06/04 08:35:07 dragonheart Exp $
+
+*lftp-3.0.5 (04 Jun 2004)
+
+ 04 Jun 2004; Daniel Black <dragonheart@gentoo.org> +lftp-3.0.5.ebuild:
+ version bump thanks to #gentoo.pl Team - sekretarz <sekretarz@dukato.net> in
+ bug #52021
*lftp-3.0.3 (13 May 2004)
diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index da1a234ca48c..a97f97d7efed 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,12 +1,14 @@
-MD5 39872c1cd28b4e660cd1803aab2728b8 ChangeLog 6255
+MD5 c2a032acadd02d10c4064a6b919d61bb ChangeLog 6448
MD5 a95f119ae0bcdce61ed5b33f9f305d56 lftp-2.6.10.ebuild 1365
MD5 69bd161808393f7baa3b470d902751c8 lftp-2.6.11.ebuild 1370
MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160
MD5 2a5e92f37a646ab3da077be1aa9d3822 lftp-3.0.1.ebuild 1369
MD5 ec08c09c4bf09df9229ab8f21de4b8af lftp-3.0.2.ebuild 1369
MD5 9756ecad95dba5d7cb988bdc385aafcd lftp-3.0.3.ebuild 1373
+MD5 ca2c1a77284b064f159fb037d784bd38 lftp-3.0.5.ebuild 1566
MD5 0000187694fd92f30e8669216ab2d7a4 files/digest-lftp-2.6.10 65
MD5 d640fa2520c5748b7ebfba9feeae8f91 files/digest-lftp-2.6.11 65
MD5 f3f81fdb1ae3f2163617edfdffc9229a files/digest-lftp-3.0.1 64
MD5 ba66deeb3a908e8a736d776bd858bfc2 files/digest-lftp-3.0.2 64
MD5 295df847317ee8c852dc8b6f4f200812 files/digest-lftp-3.0.3 64
+MD5 ab05dbc19a339932b0ba4394d138274d files/digest-lftp-3.0.5 64
diff --git a/net-ftp/lftp/files/digest-lftp-3.0.5 b/net-ftp/lftp/files/digest-lftp-3.0.5
new file mode 100644
index 000000000000..a6dfb2084a80
--- /dev/null
+++ b/net-ftp/lftp/files/digest-lftp-3.0.5
@@ -0,0 +1 @@
+MD5 f8283b4a7f23c39167bbc127637e869e lftp-3.0.5.tar.bz2 1218826
diff --git a/net-ftp/lftp/lftp-3.0.5.ebuild b/net-ftp/lftp/lftp-3.0.5.ebuild
new file mode 100644
index 000000000000..633ca97de425
--- /dev/null
+++ b/net-ftp/lftp/lftp-3.0.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.5.ebuild,v 1.1 2004/06/04 08:35:07 dragonheart Exp $
+
+IUSE="ssl socks5 nls"
+
+inherit eutils
+
+DESCRIPTION="A sophisticated ftp/http client, file transfer program."
+HOMEPAGE="http://ftp.yars.free.net/projects/lftp/"
+SRC_URI="http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/${P}.tar.bz2"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64"
+
+DEPEND=">=sys-libs/ncurses-5.1
+ ssl? ( >=dev-libs/openssl-0.9.6 )
+ socks5? ( >=net-misc/dante-1.1.12 )
+ nls? ( sys-devel/gettext )
+ alpha? ( dev-lang/perl )
+ alpha? ( >=sys-apps/sed-4 )
+ virtual/glibc
+ sys-libs/readline
+ sys-libs/pam"
+
+RDEPEND="nls? ( sys-devel/gettext )
+ >=sys-libs/ncurses-5.1
+ ssl? ( >=dev-libs/openssl-0.9.6 )
+ virtual/glibc
+ sys-libs/readline
+ sys-libs/pam
+ socks5? ( >=net-misc/dante-1.1.12 )"
+
+src_compile() {
+ local myconf
+
+ use nls && myconf="--enable-nls" \
+ || myconf="--disable-nls"
+
+ use ssl && myconf="${myconf} --with-ssl=/usr" \
+ || myconf="${myconf} --without-ssl"
+
+ use socks5 && myconf="${myconf} --with-socksdante=/usr" \
+ || myconf="${myconf} --without-socksdante"
+
+ econf \
+ --sysconfdir=/etc/lftp \
+ --without-modules \
+ ${myconf} || die "econf failed"
+
+ make || die "compile problem"
+}
+
+src_install() {
+ make install DESTDIR=${D} || die
+
+ # hrmph, empty..
+ rm -rf ${D}/usr/lib
+
+ dodoc BUGS COPYING ChangeLog FAQ FEATURES MIRRORS \
+ NEWS README* THANKS TODO
+}