diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-02 06:19:03 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-02 06:19:03 +0000 |
commit | 449777ad8eefc7c35fd735790d1fdf652bf2430a (patch) | |
tree | 0b79550baaec5050080bbf8eb1e0afe09972035d /net-ftp/lftp | |
parent | version bump, added pam use flag (Manifest recommit) (diff) | |
download | gentoo-2-449777ad8eefc7c35fd735790d1fdf652bf2430a.tar.gz gentoo-2-449777ad8eefc7c35fd735790d1fdf652bf2430a.tar.bz2 gentoo-2-449777ad8eefc7c35fd735790d1fdf652bf2430a.zip |
Added to ~ppc-macos; bug #61349.
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.0.8.ebuild | 7 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.0.9.ebuild | 9 |
3 files changed, 9 insertions, 13 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index ecff4356dbbc..06e2246a45f3 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/lftp # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.60 2004/09/27 08:15:54 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.61 2004/10/02 06:19:03 usata Exp $ + + 02 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> lftp-3.0.8.ebuild, + lftp-3.0.9.ebuild: + Added to ~ppc-macos; bug #61349. *lftp-3.0.9 (27 Sep 2004) diff --git a/net-ftp/lftp/lftp-3.0.8.ebuild b/net-ftp/lftp/lftp-3.0.8.ebuild index 05c2d428a902..71e50d07ce54 100644 --- a/net-ftp/lftp/lftp-3.0.8.ebuild +++ b/net-ftp/lftp/lftp-3.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.8.ebuild,v 1.2 2004/09/27 08:15:54 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.8.ebuild,v 1.3 2004/10/02 06:19:03 usata Exp $ IUSE="ssl socks5 nls" @@ -46,11 +46,6 @@ src_compile() { use socks5 && myconf="${myconf} --with-socksdante=/usr" \ || myconf="${myconf} --without-socksdante" - if [ "${ARCH}" = "macosx" ]; - then - myconf="${myconf} --use-included-readline" - fi - econf \ --sysconfdir=/etc/lftp \ --without-modules \ diff --git a/net-ftp/lftp/lftp-3.0.9.ebuild b/net-ftp/lftp/lftp-3.0.9.ebuild index c51550a6da30..a2c75bf3334d 100644 --- a/net-ftp/lftp/lftp-3.0.9.ebuild +++ b/net-ftp/lftp/lftp-3.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.9.ebuild,v 1.1 2004/09/27 08:15:54 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.0.9.ebuild,v 1.2 2004/10/02 06:19:03 usata Exp $ IUSE="ssl socks5 nls" @@ -14,7 +14,7 @@ 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 ~ppc64" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ~ppc64 ~ppc-macos" DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) @@ -46,10 +46,7 @@ src_compile() { use socks5 && myconf="${myconf} --with-socksdante=/usr" \ || myconf="${myconf} --without-socksdante" - if [ "${ARCH}" = "macosx" ]; - then - myconf="${myconf} --use-included-readline" - fi + use ppc-macos && myconf="${myconf} --with-included-readline" econf \ --sysconfdir=/etc/lftp \ |