summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-07-09 10:40:01 +0000
committerTilman Klar <phoenix@gentoo.org>2002-07-09 10:40:01 +0000
commita517dbf0c231f862f36787fc2dee729b0fb48515 (patch)
tree3dd4ab75677910c4c70a39b15a4b728457bfc8b2 /net-misc
parentrepoman'd (diff)
downloadgentoo-2-a517dbf0c231f862f36787fc2dee729b0fb48515.tar.gz
gentoo-2-a517dbf0c231f862f36787fc2dee729b0fb48515.tar.bz2
gentoo-2-a517dbf0c231f862f36787fc2dee729b0fb48515.zip
repoman QA issues
Diffstat (limited to 'net-misc')
-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
-rw-r--r--net-misc/pump/ChangeLog9
-rw-r--r--net-misc/pump/files/digest-pump-0.8.31
-rw-r--r--net-misc/pump/pump-0.8.11.ebuild5
-rw-r--r--net-misc/pump/pump-0.8.3.ebuild26
-rw-r--r--net-misc/raccess/ChangeLog8
-rw-r--r--net-misc/raccess/raccess-0.6.ebuild5
9 files changed, 37 insertions, 42 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
diff --git a/net-misc/pump/ChangeLog b/net-misc/pump/ChangeLog
index d8c5d4cb235a..83fcea145250 100644
--- a/net-misc/pump/ChangeLog
+++ b/net-misc/pump/ChangeLog
@@ -1,11 +1,14 @@
# ChangeLog for net-misc/pump
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.1 2002/02/01 21:53:35 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.2 2002/07/09 10:38:32 phoenix Exp $
*pump-0.8.11 (1 Feb 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> pump-0.8.11.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+ Removed pump-0.8.3 from the tree.
+
+ 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/pump/files/digest-pump-0.8.3 b/net-misc/pump/files/digest-pump-0.8.3
deleted file mode 100644
index b1900ece5c0b..000000000000
--- a/net-misc/pump/files/digest-pump-0.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 027d7cf0cc6330a4d8c0f7f02364176e pump_0.8.3.orig.tar.gz 35212
diff --git a/net-misc/pump/pump-0.8.11.ebuild b/net-misc/pump/pump-0.8.11.ebuild
index 783ef48a85f3..93dc37736005 100644
--- a/net-misc/pump/pump-0.8.11.ebuild
+++ b/net-misc/pump/pump-0.8.11.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ben Lutgens <lamer@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.11.ebuild,v 1.1 2002/01/09 11:42:08 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.11.ebuild,v 1.2 2002/07/09 10:38:32 phoenix Exp $
S=${WORKDIR}/${P}
DESCRIPTION="This is the DHCP/BOOTP client written by RedHat."
SRC_URI="http://ftp.debian.org/debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz"
HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pump/"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
DEPEND=">=dev-libs/popt-1.5"
diff --git a/net-misc/pump/pump-0.8.3.ebuild b/net-misc/pump/pump-0.8.3.ebuild
deleted file mode 100644
index 43eb8cf0b0a0..000000000000
--- a/net-misc/pump/pump-0.8.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Ben Lutgens <lamer@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.3.ebuild,v 1.4 2001/07/25 05:40:25 lamer Exp $
-A=pump_0.8.3.orig.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="This is the DHCP/BOOTP client written by RedHat."
-SRC_URI="http://ftp.debian.org/debian/pool/main/p/pump/${A}"
-HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pump/"
-DEPEND=">=dev-libs/popt-1.5"
-
-#RDEPEND=""
-
-src_compile() {
- try make pump
-}
-
-src_install () {
- exeinto /sbin
- doexe pump
- insinto /etc
- doins ${FILESDIR}/pump.conf
- doman pump.8
- dodoc COPYING CREDITS
-}
-
diff --git a/net-misc/raccess/ChangeLog b/net-misc/raccess/ChangeLog
index 0de5735d8342..6b1fedbdb7ec 100644
--- a/net-misc/raccess/ChangeLog
+++ b/net-misc/raccess/ChangeLog
@@ -1,11 +1,13 @@
# ChangeLog for net-misc/raccess
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/raccess/ChangeLog,v 1.1 2002/02/01 21:53:35 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/raccess/ChangeLog,v 1.2 2002/07/09 10:40:01 phoenix Exp $
*raccess-0.6 (1 Feb 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> raccess-0.6.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/raccess/raccess-0.6.ebuild b/net-misc/raccess/raccess-0.6.ebuild
index 41054872390a..0e14a1415a63 100644
--- a/net-misc/raccess/raccess-0.6.ebuild
+++ b/net-misc/raccess/raccess-0.6.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Bruce A. Locke <blocke@shivan.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/raccess/raccess-0.6.ebuild,v 1.2 2002/01/16 00:25:56 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/raccess/raccess-0.6.ebuild,v 1.3 2002/07/09 10:40:01 phoenix Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Remote Access Session is a security tool to analyze the integrity of systems using a library of publically available (and proven to work) exploits"
SRC_URI="http://salix.org/raccess/${P}.tar.gz"
HOMEPAGE="http://salix.org/raccess/"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
DEPEND="sys-devel/gcc"