diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-18 20:50:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-18 20:50:15 +0000 |
commit | 6fa5de57cd31cb6ee2fe5c64959d27c3e0e8d8d4 (patch) | |
tree | bc81afcb461d0cd7799c61db592e6930bffced31 /net-ftp/atftp | |
parent | apache stabilization x86 (diff) | |
download | gentoo-2-6fa5de57cd31cb6ee2fe5c64959d27c3e0e8d8d4.tar.gz gentoo-2-6fa5de57cd31cb6ee2fe5c64959d27c3e0e8d8d4.tar.bz2 gentoo-2-6fa5de57cd31cb6ee2fe5c64959d27c3e0e8d8d4.zip |
old
Diffstat (limited to 'net-ftp/atftp')
-rw-r--r-- | net-ftp/atftp/atftp-0.6-r3.ebuild | 41 | ||||
-rw-r--r-- | net-ftp/atftp/files/digest-atftp-0.6-r3 | 1 |
2 files changed, 0 insertions, 42 deletions
diff --git a/net-ftp/atftp/atftp-0.6-r3.ebuild b/net-ftp/atftp/atftp-0.6-r3.ebuild deleted file mode 100644 index 6b87376bddd8..000000000000 --- a/net-ftp/atftp/atftp-0.6-r3.ebuild +++ /dev/null @@ -1,41 +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/atftp/atftp-0.6-r3.ebuild,v 1.1 2005/04/23 04:44:05 vapier Exp $ - -inherit eutils - -DESCRIPTION="Advanced TFTP implementation client/server" -HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/" -SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz" -LICENSE="GPL-2" - -KEYWORDS="x86" -IUSE="tcpd" -SLOT="0" - -DEPEND="tcpd? ( sys-apps/tcp-wrappers ) - !virtual/tftp" - -PROVIDE="virtual/tftp" - -src_unpack() { - unpack ${A} ; cd ${S} - epatch ${FILESDIR}/${P}-security.patch -} - -src_compile () { - myconf="" - use tcpd && myconf="${myconf} --enable-libwrap" \ - || myconf="${myconf} --disable-libwrap" - - econf ${myconf} || die "./configure failed" - - cp Makefile Makefile.orig - sed "s:CFLAGS = -g -Wall -D_REENTRANT -O2:CFLAGS = -g -Wall -D_REENTRANT ${CFLAGS}:" Makefile.orig >Makefile - - emake || die -} - -src_install () { - einstall || die "Installation failed" -} diff --git a/net-ftp/atftp/files/digest-atftp-0.6-r3 b/net-ftp/atftp/files/digest-atftp-0.6-r3 deleted file mode 100644 index 5cfcb463e4a5..000000000000 --- a/net-ftp/atftp/files/digest-atftp-0.6-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 fcbc9118b02fa2090046be987b1e1aec atftp-0.6.tar.gz 119898 |