diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-14 05:42:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-14 05:42:15 +0000 |
commit | 6595e2873480a13c8f2ba1442e88f91625a783af (patch) | |
tree | 31ceffb2ef4fffc717df25fc54f715f30ca42a8d /net-ftp/ftp | |
parent | remove 0.98.3; add warning about tcpmd5 kernel patch; x86 on 0.98.4 (diff) | |
download | gentoo-2-6595e2873480a13c8f2ba1442e88f91625a783af.tar.gz gentoo-2-6595e2873480a13c8f2ba1442e88f91625a783af.tar.bz2 gentoo-2-6595e2873480a13c8f2ba1442e88f91625a783af.zip |
old
Diffstat (limited to 'net-ftp/ftp')
-rw-r--r-- | net-ftp/ftp/files/digest-ftp-0.17-r4 | 1 | ||||
-rw-r--r-- | net-ftp/ftp/ftp-0.17-r4.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/net-ftp/ftp/files/digest-ftp-0.17-r4 b/net-ftp/ftp/files/digest-ftp-0.17-r4 deleted file mode 100644 index d98bdd29a960..000000000000 --- a/net-ftp/ftp/files/digest-ftp-0.17-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 94441610c9b86ef45c4c6ec609444060 netkit-ftp-0.17.tar.gz 53934 diff --git a/net-ftp/ftp/ftp-0.17-r4.ebuild b/net-ftp/ftp/ftp-0.17-r4.ebuild deleted file mode 100644 index 95e0943ad6df..000000000000 --- a/net-ftp/ftp/ftp-0.17-r4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r4.ebuild,v 1.2 2005/07/27 08:53:44 eradicator Exp $ - -inherit eutils toolchain-funcs - -MY_P=netkit-${P} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Standard Linux FTP client" -HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="ssl ipv6" - -RDEPEND=">=sys-libs/ncurses-5.2 - ssl? ( dev-libs/openssl )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${MY_P}-ssl-0.2.patch - epatch ${FILESDIR}/${MY_P}-ipv6.patch #47507 - epatch ${FILESDIR}/${MY_P}-acct.patch #fedora - epatch ${FILESDIR}/${MY_P}-locale.patch #fedora - epatch ${FILESDIR}/${MY_P}-runique_mget.patch #fedora - epatch ${FILESDIR}/${MY_P}-security.patch #fedora - epatch ${FILESDIR}/${MY_P}-custom-cflags.patch -} - -src_compile() { - ./configure \ - --prefix=/usr \ - $(use_enable ssl) \ - $(use_enable ipv6) \ - ${EXTRA_ECONF} \ - || die "configure failed" - emake CC="$(tc-getCC)" || die "make failed" -} - -src_install() { - dobin ftp/ftp || die - doman ftp/ftp.1 ftp/netrc.5 - dodoc ChangeLog README BUGS -} |