summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/atftp/atftp-0.7.ebuild')
-rw-r--r--net-ftp/atftp/atftp-0.7.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-ftp/atftp/atftp-0.7.ebuild b/net-ftp/atftp/atftp-0.7.ebuild
deleted file mode 100644
index ede6cfd2b710..000000000000
--- a/net-ftp/atftp/atftp-0.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/atftp-0.7.ebuild,v 1.5 2006/01/21 15:28:20 pylon 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"
-SLOT="0"
-KEYWORDS="~amd64 arm ppc ppc64 ~sparc x86"
-IUSE="selinux tcpd"
-
-DEPEND="tcpd? ( sys-apps/tcp-wrappers )
- selinux? ( sec-policy/selinux-tftpd )
- !virtual/tftp"
-PROVIDE="virtual/tftp"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc.patch
-}
-
-src_compile() {
- econf $(use_enable tcpd libwrap) || die "./configure failed"
- emake CFLAGS="${CFLAGS} -D_REENTRANT" || die
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "Installation failed"
- newinitd "${FILESDIR}"/atftp.init atftp
- newconfd "${FILESDIR}"/atftp.confd atftp
-}