summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-08 06:49:49 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-08 06:49:49 +0000
commit7bcd531010d617ce0745ede42e60fd609e37a595 (patch)
tree4cec4df2ae600838f13b0f7490d9c8e1e9594a54 /net-misc/pimpd
parentrepoman (diff)
downloadgentoo-2-7bcd531010d617ce0745ede42e60fd609e37a595.tar.gz
gentoo-2-7bcd531010d617ce0745ede42e60fd609e37a595.tar.bz2
gentoo-2-7bcd531010d617ce0745ede42e60fd609e37a595.zip
old
Diffstat (limited to 'net-misc/pimpd')
-rw-r--r--net-misc/pimpd/files/digest-pimpd-0.51
-rw-r--r--net-misc/pimpd/pimpd-0.5.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/net-misc/pimpd/files/digest-pimpd-0.5 b/net-misc/pimpd/files/digest-pimpd-0.5
deleted file mode 100644
index 8cdfef0da347..000000000000
--- a/net-misc/pimpd/files/digest-pimpd-0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c494d78af80f9e732b3e2f44c882fa85 pimpd-0.5.tar.gz 4383
diff --git a/net-misc/pimpd/pimpd-0.5.ebuild b/net-misc/pimpd/pimpd-0.5.ebuild
deleted file mode 100644
index d077716f2030..000000000000
--- a/net-misc/pimpd/pimpd-0.5.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/pimpd/pimpd-0.5.ebuild,v 1.11 2003/09/05 22:01:49 msterret Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="pimpd is a (hopefully) RFC1413-compliant identd server supporting Linux 2.2.x masqueraded connections and Linux 2.4.x connection tracking for use with NAT."
-SRC_URI="http://cats.meow.at/~peter/pimpd-0.5.tar.gz"
-HOMEPAGE="http://cats.meow.at/~peter/pimpd.html"
-KEYWORDS="x86 sparc "
-LICENSE="GPL-2"
-SLOT="0"
-
-src_compile() {
- try make CFLAGS="$CFLAGS"
-}
-
-src_install () {
- dosbin pimpd
- dodoc README
-}