summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-01-30 19:03:56 +0000
committerSimon Stelling <blubb@gentoo.org>2006-01-30 19:03:56 +0000
commitf008c2076920b44b7c8bc3d611ce5eb6f57a6927 (patch)
tree298051f1953e1ef5b409e9f65aca0e831cd012d8 /net-ftp/ftpd/ftpd-0.17-r1.ebuild
parentremove old ebuilds. (diff)
downloadgentoo-2-f008c2076920b44b7c8bc3d611ce5eb6f57a6927.tar.gz
gentoo-2-f008c2076920b44b7c8bc3d611ce5eb6f57a6927.tar.bz2
gentoo-2-f008c2076920b44b7c8bc3d611ce5eb6f57a6927.zip
move binary files to the mirrors
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-ftp/ftpd/ftpd-0.17-r1.ebuild')
-rw-r--r--net-ftp/ftpd/ftpd-0.17-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-ftp/ftpd/ftpd-0.17-r1.ebuild b/net-ftp/ftpd/ftpd-0.17-r1.ebuild
index 9c1ed8d9b29b..ddaa75f1cc95 100644
--- a/net-ftp/ftpd/ftpd-0.17-r1.ebuild
+++ b/net-ftp/ftpd/ftpd-0.17-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.10 2005/07/26 13:41:40 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.11 2006/01/30 19:03:56 blubb Exp $
inherit eutils
@@ -9,7 +9,8 @@ IUSE="ssl"
S=${WORKDIR}/linux-${P}
DESCRIPTION="The netkit FTP server with optional SSL support"
HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/linux-${P}.tar.gz"
+SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/linux-${P}.tar.gz
+ ssl? ( mirror://gentoo/${P}-ssl.diff.gz )"
SLOT="0"
LICENSE="as-is"
@@ -24,7 +25,7 @@ src_unpack() {
unpack ${A}
cd ${S}
if use ssl; then
- epatch ${FILESDIR}/ssl.diff.gz
+ epatch ${WORKDIR}/${P}-ssl.diff
fi
epatch ${FILESDIR}/${P}-shadowfix.patch
}