summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-04-27 18:33:38 +0000
committerThilo Bangert <bangert@gentoo.org>2002-04-27 18:33:38 +0000
commitaf5cd12569ea16f2ebe37782fbdcbf3351db3454 (patch)
tree6dca259844984a4c4ebb52734e06481700ca41ed /net-misc/pimpd
parentTilde'd the dependency on alsa-driver. (diff)
downloadhistorical-af5cd12569ea16f2ebe37782fbdcbf3351db3454.tar.gz
historical-af5cd12569ea16f2ebe37782fbdcbf3351db3454.tar.bz2
historical-af5cd12569ea16f2ebe37782fbdcbf3351db3454.zip
version bump by Olivier Reisch - closes bug 2122
Diffstat (limited to 'net-misc/pimpd')
-rw-r--r--net-misc/pimpd/files/digest-pimpd-0.81
-rw-r--r--net-misc/pimpd/pimpd-0.8.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/pimpd/files/digest-pimpd-0.8 b/net-misc/pimpd/files/digest-pimpd-0.8
new file mode 100644
index 000000000000..94f6d8928b41
--- /dev/null
+++ b/net-misc/pimpd/files/digest-pimpd-0.8
@@ -0,0 +1 @@
+MD5 58465ee0e01b9cd519a7bd3e1962d033 pimpd_0.8.tar.gz 6763
diff --git a/net-misc/pimpd/pimpd-0.8.ebuild b/net-misc/pimpd/pimpd-0.8.ebuild
new file mode 100644
index 000000000000..c4905c8cdee9
--- /dev/null
+++ b/net-misc/pimpd/pimpd-0.8.ebuild
@@ -0,0 +1,24 @@
+# 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/net-misc/pimpd/pimpd-0.8.ebuild,v 1.1 2002/04/27 18:33:38 bangert Exp $
+# Updated to version 0.8 by Olivier Reisch on Fri Apr 26 11:44:26 CEST 2002
+
+A=pimpd_0.8.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/${A}"
+HOMEPAGE="http://cats.meow.at/~peter/pimpd.html"
+
+
+src_compile() {
+ make CFLAGS="$CFLAGS" || die
+}
+
+src_install () {
+
+ dosbin pimpd
+ dodoc README
+
+}
+