summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-10-31 13:12:14 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-10-31 13:12:14 +0000
commit4e0b52af48c9ddca31c51d96f16986cf7fd07024 (patch)
tree34b3de15288da05f48ea9c0dfcb230d51a209c34 /net-misc
parentchangelog:P (diff)
downloadgentoo-2-4e0b52af48c9ddca31c51d96f16986cf7fd07024.tar.gz
gentoo-2-4e0b52af48c9ddca31c51d96f16986cf7fd07024.tar.bz2
gentoo-2-4e0b52af48c9ddca31c51d96f16986cf7fd07024.zip
cleanout
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/netkit-tftp/Manifest4
-rw-r--r--net-misc/netkit-tftp/files/digest-netkit-tftp-0.17-r11
-rw-r--r--net-misc/netkit-tftp/netkit-tftp-0.17-r1.ebuild21
3 files changed, 1 insertions, 25 deletions
diff --git a/net-misc/netkit-tftp/Manifest b/net-misc/netkit-tftp/Manifest
index 53e46f17b292..2cf0e073d9d7 100644
--- a/net-misc/netkit-tftp/Manifest
+++ b/net-misc/netkit-tftp/Manifest
@@ -1,5 +1,3 @@
-MD5 549d39b7d45ff808637c603db3e5d627 netkit-tftp-0.17-r2.ebuild 717
MD5 df63f14bad50de1997a873dcb3aae4f8 ChangeLog 1372
-MD5 9a694d53ba18d4176331d651a3daedbe netkit-tftp-0.17-r1.ebuild 672
-MD5 eca25f90f0875639d8b73f7f3cb4fc57 files/digest-netkit-tftp-0.17-r1 67
+MD5 549d39b7d45ff808637c603db3e5d627 netkit-tftp-0.17-r2.ebuild 717
MD5 eca25f90f0875639d8b73f7f3cb4fc57 files/digest-netkit-tftp-0.17-r2 67
diff --git a/net-misc/netkit-tftp/files/digest-netkit-tftp-0.17-r1 b/net-misc/netkit-tftp/files/digest-netkit-tftp-0.17-r1
deleted file mode 100644
index ccb1af2d7d24..000000000000
--- a/net-misc/netkit-tftp/files/digest-netkit-tftp-0.17-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b7262c798e2ff50e29c2ff50dfd8d6a8 netkit-tftp-0.17.tar.gz 23620
diff --git a/net-misc/netkit-tftp/netkit-tftp-0.17-r1.ebuild b/net-misc/netkit-tftp/netkit-tftp-0.17-r1.ebuild
deleted file mode 100644
index ef21e59f2518..000000000000
--- a/net-misc/netkit-tftp/netkit-tftp-0.17-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-tftp/netkit-tftp-0.17-r1.ebuild,v 1.12 2003/02/28 13:18:14 liquidx Exp $
-
-DESCRIPTION="the tftp server included in netkit"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-tftp-0.17.tar.gz"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-
-KEYWORDS="x86 sparc ppc mips"
-LICENSE="BSD"
-SLOT="0"
-
-src_compile() {
- ./configure --prefix=/usr --installroot=${D} || die
- emake || die
-}
-
-src_install() {
- dodir /usr/bin /usr/sbin /usr/man/man1 /usr/man/man8
- make install || die
-}