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/ucspi-tcp
parentUpdate (diff)
downloadgentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.gz
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.bz2
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.zip
Cleanup
Diffstat (limited to 'sys-apps/ucspi-tcp')
-rw-r--r--sys-apps/ucspi-tcp/files/digest-ucspi-tcp-0.881
-rw-r--r--sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/sys-apps/ucspi-tcp/files/digest-ucspi-tcp-0.88 b/sys-apps/ucspi-tcp/files/digest-ucspi-tcp-0.88
deleted file mode 100644
index dff71968e096..000000000000
--- a/sys-apps/ucspi-tcp/files/digest-ucspi-tcp-0.88
+++ /dev/null
@@ -1 +0,0 @@
-MD5 39b619147db54687c4a583a7a94c9163 ucspi-tcp-0.88.tar.gz
diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild
deleted file mode 100644
index 6f96e57beeef..000000000000
--- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild,v 1.3 2000/11/30 23:14:35 achim Exp $
-
-DESCRIPTION="Collection of tools for managing UNIX services"
-SRC_URI="http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz"
-HOMEPAGE="http://cr.yp.to/ucspi-tcp/"
-S=${WORKDIR}/${P}
-DEPEND=">=sys-libs/glibc-2.1.3"
-RDEPEND="$DEPEND
- >=sys-apps/bash-2.04"
-
-src_unpack() {
-
- unpack ucspi-tcp-0.88.tar.gz
- cd ${S}
- echo "gcc ${CFLAGS}" > conf-cc
- echo "gcc" > conf-ld
- echo "/usr/" > conf-home
-}
-
-src_compile() {
- cd ${S}
- try pmake
-}
-
-src_install() {
- cd ${S}
- into /usr
- for i in tcpserver tcprules tcprulescheck argv0 recordio tcpclient *\@ tcpcat mconnect mconnect-io addcr delcr fixcrio rblsmtpd
- do
- dobin $i
- done
- dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION
-}
-
-
-