summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-14 00:14:46 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-14 00:14:46 +0000
commit6a34b9a4c37e13ee8fa31ec735983758971a88f2 (patch)
tree8898bca0285b91b5edaa5130abe73aafb366c8c8 /net-ftp
parentfix leading whitespace (diff)
downloadhistorical-6a34b9a4c37e13ee8fa31ec735983758971a88f2.tar.gz
historical-6a34b9a4c37e13ee8fa31ec735983758971a88f2.tar.bz2
historical-6a34b9a4c37e13ee8fa31ec735983758971a88f2.zip
sys-libs/pam depend is only if sock5 use flag present. Fixes bug #53791. Thanks to Timo Hirvonen <tihirvon@ee.oulu.fi>
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/lftp/ChangeLog6
-rw-r--r--net-ftp/lftp/Manifest6
-rw-r--r--net-ftp/lftp/lftp-3.0.5.ebuild6
-rw-r--r--net-ftp/lftp/lftp-3.0.6.ebuild6
4 files changed, 14 insertions, 10 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog
index 4716d83b1af6..9ecf9ff832c1 100644
--- a/net-ftp/lftp/ChangeLog
+++ b/net-ftp/lftp/ChangeLog
@@ -1,6 +1,10 @@
# 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.45 2004/06/13 00:53:00 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.46 2004/06/14 00:14:46 dragonheart Exp $
+
+ 14 Jun 2004; Daniel Black <dragonheart@gentoo.org> lftp-3.0.5.ebuild,
+ lftp-3.0.6.ebuild:
+ sys-libs/pam depend is only if socks5 use flag present. Fixes bug #53791
*lftp-3.0.6 (13 Jun 2004)
diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 1d1b44fcf2fb..47c841ee98c2 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,12 +1,12 @@
-MD5 62c69bd83b9919cb64a2fbde58e7f32f ChangeLog 6731
+MD5 9a94678027430fed80fec65d84de3e3e ChangeLog 6900
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 614e96aa8ae5177716099642745bf49a lftp-3.0.3.ebuild 1366
-MD5 ca2c1a77284b064f159fb037d784bd38 lftp-3.0.5.ebuild 1566
-MD5 78e828559e8f129d0c8376dffd135803 lftp-3.0.6.ebuild 1618
+MD5 ee5e65d22012715282a1c9c53ff84c3c lftp-3.0.5.ebuild 1589
+MD5 61f6899767a6fafbedbd0be728d2b2ff lftp-3.0.6.ebuild 1642
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
diff --git a/net-ftp/lftp/lftp-3.0.5.ebuild b/net-ftp/lftp/lftp-3.0.5.ebuild
index 633ca97de425..eff0dba87a87 100644
--- a/net-ftp/lftp/lftp-3.0.5.ebuild
+++ b/net-ftp/lftp/lftp-3.0.5.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.5.ebuild,v 1.2 2004/06/14 00:14:46 dragonheart Exp $
IUSE="ssl socks5 nls"
@@ -21,14 +21,14 @@ DEPEND=">=sys-libs/ncurses-5.1
alpha? ( >=sys-apps/sed-4 )
virtual/glibc
sys-libs/readline
- sys-libs/pam"
+ socks5? ( 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? ( sys-libs/pam )
socks5? ( >=net-misc/dante-1.1.12 )"
src_compile() {
diff --git a/net-ftp/lftp/lftp-3.0.6.ebuild b/net-ftp/lftp/lftp-3.0.6.ebuild
index 411ea27a8432..0631aae18bc5 100644
--- a/net-ftp/lftp/lftp-3.0.6.ebuild
+++ b/net-ftp/lftp/lftp-3.0.6.ebuild
@@ -1,6 +1,6 @@
# 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.6.ebuild,v 1.1 2004/06/13 00:53:00 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.6.ebuild,v 1.2 2004/06/14 00:14:46 dragonheart Exp $
IUSE="ssl socks5 nls"
@@ -21,7 +21,7 @@ DEPEND=">=sys-libs/ncurses-5.1
alpha? ( >=sys-apps/sed-4 )
virtual/glibc
sys-libs/readline
- sys-libs/pam
+ socks5? ( sys-libs/pam )
sys-apps/gawk
sys-devel/bison
sys-devel/libtool"
@@ -31,7 +31,7 @@ RDEPEND="nls? ( sys-devel/gettext )
ssl? ( >=dev-libs/openssl-0.9.6 )
virtual/glibc
sys-libs/readline
- sys-libs/pam
+ socks5? ( sys-libs/pam )
socks5? ( >=net-misc/dante-1.1.12 )"
src_compile() {