diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-18 21:01:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-18 21:01:15 +0000 |
commit | 3410f6ec6d059b3f3cdff95d678c5a07e00a3c52 (patch) | |
tree | eae43c4dde1141652dd2a48d74ea9a7166ce753a /net-ftp | |
parent | New tarball to fix ExtendedStatus issue (diff) | |
download | historical-3410f6ec6d059b3f3cdff95d678c5a07e00a3c52.tar.gz historical-3410f6ec6d059b3f3cdff95d678c5a07e00a3c52.tar.bz2 historical-3410f6ec6d059b3f3cdff95d678c5a07e00a3c52.zip |
old
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/tftp-hpa/files/digest-tftp-hpa-0.34-r1 | 1 | ||||
-rw-r--r-- | net-ftp/tftp-hpa/tftp-hpa-0.34-r1.ebuild | 26 |
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 -} |