summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2003-12-15 19:44:40 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2003-12-15 19:44:40 +0000
commit8f616b947e1a69985ec502fa9350d44dab16aafe (patch)
tree974a07c73e3f17da3d68f67cb370b3c4be235a4a /net-ftp
parentmore arch fixes (diff)
downloadgentoo-2-8f616b947e1a69985ec502fa9350d44dab16aafe.tar.gz
gentoo-2-8f616b947e1a69985ec502fa9350d44dab16aafe.tar.bz2
gentoo-2-8f616b947e1a69985ec502fa9350d44dab16aafe.zip
removed old patch + code about it.
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/lftp/Manifest3
-rw-r--r--net-ftp/lftp/files/configure-lftp-2.6.2.diff21
-rw-r--r--net-ftp/lftp/lftp-2.6.5.ebuild8
3 files changed, 2 insertions, 30 deletions
diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 468344a95f59..f4ff92cf394d 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,6 +1,5 @@
MD5 1670ba811415e89e9969cc9466206053 ChangeLog 5317
-MD5 57ba5ae537bc49c2951e748ac1aff7d3 lftp-2.6.5.ebuild 1775
+MD5 76a0bf4a05c14a1eac8341171299ba28 lftp-2.6.5.ebuild 1688
MD5 4a27e64640fe571de16217bc0e4b9fb3 lftp-2.6.10.ebuild 1349
-MD5 096d8792a2b0989e03d9a39f8f5a2495 files/configure-lftp-2.6.2.diff 717
MD5 7c99535ecd134bbecb83e29188da7edc files/digest-lftp-2.6.5 64
MD5 0000187694fd92f30e8669216ab2d7a4 files/digest-lftp-2.6.10 65
diff --git a/net-ftp/lftp/files/configure-lftp-2.6.2.diff b/net-ftp/lftp/files/configure-lftp-2.6.2.diff
deleted file mode 100644
index 132456081104..000000000000
--- a/net-ftp/lftp/files/configure-lftp-2.6.2.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urN lftp-2.6.2/configure lftp-2.6.2-modified/configure
---- lftp-2.6.2/configure Tue Sep 10 07:42:35 2002
-+++ lftp-2.6.2-modified/configure Wed Sep 11 11:45:31 2002
-@@ -19227,7 +19227,7 @@
- LIBS="$LIBS -lssl -lcrypto"
- if test $loc != default; then
- LDFLAGS="$LDFLAGS -L$loc/lib"
-- CPPFLAGS="$CPPFLAGS -I$loc/include"
-+ CPPFLAGS="$CPPFLAGS"
- fi
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
-@@ -19273,7 +19273,7 @@
- lftp_cv_ssl="SSL_LIBS=\"-lssl -lcrypto\""
- if test $found_loc != default; then
- lftp_cv_ssl="$lftp_cv_ssl SSL_LDFLAGS=-L$found_loc/lib"
-- lftp_cv_ssl="$lftp_cv_ssl SSL_CPPFLAGS=-I$found_loc/include"
-+ lftp_cv_ssl="$lftp_cv_ssl"
- fi
- break;
- fi
diff --git a/net-ftp/lftp/lftp-2.6.5.ebuild b/net-ftp/lftp/lftp-2.6.5.ebuild
index 7778711d652c..e7f6d77c93f0 100644
--- a/net-ftp/lftp/lftp-2.6.5.ebuild
+++ b/net-ftp/lftp/lftp-2.6.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.5.ebuild,v 1.10 2003/12/15 19:18:43 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.6.5.ebuild,v 1.11 2003/12/15 19:44:25 spider Exp $
inherit eutils
@@ -22,12 +22,6 @@ KEYWORDS="-x86 -ppc -sparc alpha hppa -amd64"
-src_unpack() {
- unpack ${A}
- cd ${S}
- #epatch ${FILESDIR}/configure-lftp-2.6.2.diff
-}
-
src_compile() {
local myconf
use nls && myconf="--enable-nls" \