summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boman <mboman@gentoo.org>2004-03-21 14:04:46 +0000
committerMichael Boman <mboman@gentoo.org>2004-03-21 14:04:46 +0000
commit04291759819b5736c1ee0f97b92c3cc6897337e3 (patch)
tree6647c530e0f6b6edeaa619271153ff7ad1786fb9 /net-analyzer/amap
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-04291759819b5736c1ee0f97b92c3cc6897337e3.tar.gz
gentoo-2-04291759819b5736c1ee0f97b92c3cc6897337e3.tar.bz2
gentoo-2-04291759819b5736c1ee0f97b92c3cc6897337e3.zip
QA: Unnecessary definition of S and RDEPEND removed.
Diffstat (limited to 'net-analyzer/amap')
-rw-r--r--net-analyzer/amap/ChangeLog8
-rw-r--r--net-analyzer/amap/amap-2.7.ebuild13
-rw-r--r--net-analyzer/amap/amap-4.3.ebuild12
3 files changed, 14 insertions, 19 deletions
diff --git a/net-analyzer/amap/ChangeLog b/net-analyzer/amap/ChangeLog
index 4b6ea5ab1447..50f07d1bf31a 100644
--- a/net-analyzer/amap/ChangeLog
+++ b/net-analyzer/amap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/amap
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/ChangeLog,v 1.3 2003/11/26 17:29:40 iggy Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/ChangeLog,v 1.4 2004/03/21 14:04:46 mboman Exp $
+
+ 21 Mar 2004; Michael Boman <mboman@gentoo.org> amap-2.7.ebuild,
+ amap-4.3.ebuild:
+ QA: Unnecessary definition of S and RDEPEND removed.
26 Nov 2003; Brian Jackson <iggy@gentoo.org> amap-4.3.ebuild:
bump to stable
diff --git a/net-analyzer/amap/amap-2.7.ebuild b/net-analyzer/amap/amap-2.7.ebuild
index b8cccaa5de1c..397c64f15c14 100644
--- a/net-analyzer/amap/amap-2.7.ebuild
+++ b/net-analyzer/amap/amap-2.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-2.7.ebuild,v 1.3 2003/10/04 15:34:57 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-2.7.ebuild,v 1.4 2004/03/21 14:04:46 mboman Exp $
DESCRIPTION="A next-generation scanning tool for pentesters"
HOMEPAGE="http://www.thc.org/releases.php"
@@ -10,20 +10,15 @@ SLOT="0"
KEYWORDS="x86"
IUSE="ssl"
DEPEND="virtual/glibc
- ssl? ( >=openssl-0.9.6j )"
-RDEPEND=""
-
-S=${WORKDIR}/${P}
+ ssl? ( >=dev-libs/openssl-0.9.6j )"
src_unpack() {
unpack ${A}
cd ${S}
# gentoo standard place for templates/configuration files
- mv amap.h amap.h.orig
- sed amap.h.orig -e '/archpath/ s:/usr/etc/:/usr/share/amap/:' > amap.h
+ sed -i -e '/archpath/ s:/usr/etc/:/usr/share/amap/:' amap.h
}
-
src_compile() {
make || die
}
diff --git a/net-analyzer/amap/amap-4.3.ebuild b/net-analyzer/amap/amap-4.3.ebuild
index 83c0a834e2a5..7e3c7fe7b275 100644
--- a/net-analyzer/amap/amap-4.3.ebuild
+++ b/net-analyzer/amap/amap-4.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-4.3.ebuild,v 1.2 2003/11/26 17:29:40 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-4.3.ebuild,v 1.3 2004/03/21 14:04:46 mboman Exp $
DESCRIPTION="A network scanning tool for pentesters"
HOMEPAGE="http://www.thc.org/releases.php"
@@ -10,17 +10,13 @@ SLOT="0"
KEYWORDS="x86 ~amd64 ~ia64 ~sparc ~ppc"
IUSE="ssl"
DEPEND="virtual/glibc
- ssl? ( >=openssl-0.9.6j )"
-RDEPEND=""
-
-S=${WORKDIR}/${P}
+ ssl? ( >=dev-libs/openssl-0.9.6j )"
src_unpack() {
unpack ${A}
cd ${S}
# gentoo standard place for templates/configuration files
- mv amap.h amap.h.orig
- sed amap.h.orig -e 's:/usr/local/bin:/usr/share/amap:' > amap.h
+ sed -i -e 's:/usr/local/bin:/usr/share/amap:' > amap.h
}
src_compile() {