summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 12:06:42 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 12:06:42 +0000
commit21e1583f4fea163c17c82b6b0878b90909a9ca7f (patch)
tree08b19a101b57f3951268e58813b175c71006d272 /sys-apps/netkit-base
parentUpdate (diff)
downloadgentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.gz
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.bz2
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.zip
Cleanup
Diffstat (limited to 'sys-apps/netkit-base')
-rw-r--r--sys-apps/netkit-base/files/digest-netkit-base-0.17-r11
-rw-r--r--sys-apps/netkit-base/netkit-base-0.17-r1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/netkit-base/files/digest-netkit-base-0.17-r1 b/sys-apps/netkit-base/files/digest-netkit-base-0.17-r1
deleted file mode 100644
index 8f379421bf7a..000000000000
--- a/sys-apps/netkit-base/files/digest-netkit-base-0.17-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1f0193358e92559ec0f598b09ccbc0ec netkit-base-0.17.tar.gz
diff --git a/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild
deleted file mode 100644
index d181cefc55e6..000000000000
--- a/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild,v 1.6 2001/02/03 20:10:31 achim Exp $
-
-P=netkit-base-0.17
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard linux net thingees -- inetd, ping"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}"
-DEPEND="virtual/glibc"
-
-src_compile() {
-
- try ./configure
- mv MCONFIG MCONFIG.orig
- sed -e "s/-pipe -O2/${CFLAGS}/" MCONFIG.orig > MCONFIG
-
- try make ${MAKEOPTS}
-}
-
-
-src_install() {
- into /
- dobin ping/ping
- into /usr
- dosbin inetd/inetd
- doman inetd/inetd.8 inetd/daemon.3 ping/ping.8
- dodoc BUGS ChangeLog README
- docinto samples
- dodoc etc.sample/*
-}
-
-
-