summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-18 21:01:15 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-18 21:01:15 +0000
commit8c0e1ed57c0abab639b79a00061fdfe966b59049 (patch)
treecfafc064c3052b75c774715f056420889c0c1df1 /net-ftp/tftp-hpa
parentNew tarball to fix ExtendedStatus issue (diff)
downloadgentoo-2-8c0e1ed57c0abab639b79a00061fdfe966b59049.tar.gz
gentoo-2-8c0e1ed57c0abab639b79a00061fdfe966b59049.tar.bz2
gentoo-2-8c0e1ed57c0abab639b79a00061fdfe966b59049.zip
old
Diffstat (limited to 'net-ftp/tftp-hpa')
-rw-r--r--net-ftp/tftp-hpa/files/digest-tftp-hpa-0.34-r11
-rw-r--r--net-ftp/tftp-hpa/tftp-hpa-0.34-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.34-r1 b/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.34-r1
deleted file mode 100644
index 8638654e2c89..000000000000
--- a/net-ftp/tftp-hpa/files/digest-tftp-hpa-0.34-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8da23f9cbf36b820a13e35eff14f50c5 tftp-hpa-0.34.tar.bz2 76752
diff --git a/net-ftp/tftp-hpa/tftp-hpa-0.34-r1.ebuild b/net-ftp/tftp-hpa/tftp-hpa-0.34-r1.ebuild
deleted file mode 100644
index 8a30f87c8242..000000000000
--- a/net-ftp/tftp-hpa/tftp-hpa-0.34-r1.ebuild
+++ /dev/null
@@ -1,26 +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/tftp-hpa/tftp-hpa-0.34-r1.ebuild,v 1.2 2005/02/27 22:31:41 squinky86 Exp $
-
-DESCRIPTION="port of the OpenBSD TFTP server"
-SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2"
-HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86 s390"
-IUSE=""
-
-DEPEND="virtual/libc
- !virtual/tftp"
-PROVIDE="virtual/tftp"
-
-src_install() {
- make INSTALLROOT=${D} install || die
- dodoc README* CHANGES INSTALL*
-
- insinto /etc/conf.d
- newins ${FILESDIR}/in.tftpd.confd in.tftpd
- exeinto /etc/init.d
- newexe ${FILESDIR}/in.tftpd.rc6 in.tftpd
-}