summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-07-09 10:45:47 +0000
committerTilman Klar <phoenix@gentoo.org>2002-07-09 10:45:47 +0000
commitd10f8fb771054689d63872b917bebebe835f4b73 (patch)
tree494d14acc610d64a0bf90c6fdcbcbb0aa3b025ae /net-misc/pimpd
parentrepoman'd (diff)
downloadhistorical-d10f8fb771054689d63872b917bebebe835f4b73.tar.gz
historical-d10f8fb771054689d63872b917bebebe835f4b73.tar.bz2
historical-d10f8fb771054689d63872b917bebebe835f4b73.zip
repoman QA issues
Diffstat (limited to 'net-misc/pimpd')
-rw-r--r--net-misc/pimpd/ChangeLog13
-rw-r--r--net-misc/pimpd/pimpd-0.5.ebuild6
-rw-r--r--net-misc/pimpd/pimpd-0.8.ebuild6
3 files changed, 18 insertions, 7 deletions
diff --git a/net-misc/pimpd/ChangeLog b/net-misc/pimpd/ChangeLog
index e52f7c2bb5af..b3f69abe813a 100644
--- a/net-misc/pimpd/ChangeLog
+++ b/net-misc/pimpd/ChangeLog
@@ -1,11 +1,18 @@
# ChangeLog for net-misc/pimpd
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/ChangeLog,v 1.1 2002/02/01 21:53:35 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/ChangeLog,v 1.2 2002/07/09 10:35:45 phoenix Exp $
+
+*pimpd-0.8 (?? ???? ????)
+
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> pimpd-0.8.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
*pimpd-0.5 (1 Feb 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> pimpd-0.5.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
diff --git a/net-misc/pimpd/pimpd-0.5.ebuild b/net-misc/pimpd/pimpd-0.5.ebuild
index 3ea9f475521b..f04fc74d3914 100644
--- a/net-misc/pimpd/pimpd-0.5.ebuild
+++ b/net-misc/pimpd/pimpd-0.5.ebuild
@@ -1,14 +1,16 @@
# 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.5.ebuild,v 1.2 2001/08/11 04:53:17 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.5.ebuild,v 1.3 2002/07/09 10:35:45 phoenix 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"
+LICENSE="GPL"
+SLOT="0"
src_compile() {
try make CFLAGS="$CFLAGS"
diff --git a/net-misc/pimpd/pimpd-0.8.ebuild b/net-misc/pimpd/pimpd-0.8.ebuild
index c4905c8cdee9..e882dcf51a0d 100644
--- a/net-misc/pimpd/pimpd-0.8.ebuild
+++ b/net-misc/pimpd/pimpd-0.8.ebuild
@@ -1,7 +1,7 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pimpd/pimpd-0.8.ebuild,v 1.2 2002/07/09 10:35:45 phoenix Exp $
# Updated to version 0.8 by Olivier Reisch on Fri Apr 26 11:44:26 CEST 2002
A=pimpd_0.8.tar.gz
@@ -9,7 +9,9 @@ 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"
-
+KEYWORDS="x86"
+LICENSE="GPL"
+SLOT="0"
src_compile() {
make CFLAGS="$CFLAGS" || die