summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boman <mboman@gentoo.org>2004-03-21 12:18:59 +0000
committerMichael Boman <mboman@gentoo.org>2004-03-21 12:18:59 +0000
commit6dbfb01ef43271e5bb2ac46fa0697386ed1ad2f1 (patch)
tree3933bca9c6a6d3d5ebc8b614750e5e24438fe4f3
parentQA: Unnecessary definition of S removed. (diff)
downloadhistorical-6dbfb01ef43271e5bb2ac46fa0697386ed1ad2f1.tar.gz
historical-6dbfb01ef43271e5bb2ac46fa0697386ed1ad2f1.tar.bz2
historical-6dbfb01ef43271e5bb2ac46fa0697386ed1ad2f1.zip
QA: IUSE variable was missing, unnecessary definition of S removed.
-rw-r--r--net-analyzer/iplog/ChangeLog6
-rw-r--r--net-analyzer/iplog/iplog-2.2.3-r1.ebuild5
-rw-r--r--net-analyzer/iplog/iplog-2.2.3-r2.ebuild3
-rw-r--r--net-analyzer/iplog/iplog-2.2.3.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/net-analyzer/iplog/ChangeLog b/net-analyzer/iplog/ChangeLog
index 23e27a727a83..e5889c3dc318 100644
--- a/net-analyzer/iplog/ChangeLog
+++ b/net-analyzer/iplog/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/iplog
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/ChangeLog,v 1.9 2004/03/11 03:19:29 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/ChangeLog,v 1.10 2004/03/21 12:18:59 mboman Exp $
+
+ 21 Mar 2004; Michael Boman <mboman@gentoo.org> iplog-2.2.3-r1.ebuild,
+ iplog-2.2.3-r2.ebuild, iplog-2.2.3.ebuild:
+ QA: IUSE variable was missing, unnecessary definition of S removed.
10 Mar 2004; Jason Wever <weeve@gentoo.org> iplog-2.2.3-r2.ebuild:
Stable on sparc.
diff --git a/net-analyzer/iplog/iplog-2.2.3-r1.ebuild b/net-analyzer/iplog/iplog-2.2.3-r1.ebuild
index da23c0d53f5a..c003249e280d 100644
--- a/net-analyzer/iplog/iplog-2.2.3-r1.ebuild
+++ b/net-analyzer/iplog/iplog-2.2.3-r1.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/iplog/iplog-2.2.3-r1.ebuild,v 1.1 2003/10/19 03:04:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3-r1.ebuild,v 1.2 2004/03/21 12:18:59 mboman Exp $
inherit eutils
@@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
LICENSE="GPL-2 | FDL-1.1"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc"
+IUSE=""
DEPEND="net-libs/libpcap"
diff --git a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
index 5279495c46f3..5a5eaa35548f 100644
--- a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
+++ b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3-r2.ebuild,v 1.3 2004/03/11 03:19:29 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3-r2.ebuild,v 1.4 2004/03/21 12:18:59 mboman Exp $
inherit eutils
@@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
LICENSE="GPL-2 | FDL-1.1"
SLOT="0"
KEYWORDS="x86 ~ppc sparc"
+IUSE=""
DEPEND="net-libs/libpcap"
diff --git a/net-analyzer/iplog/iplog-2.2.3.ebuild b/net-analyzer/iplog/iplog-2.2.3.ebuild
index 39814c466b59..fd3c95f4cc4e 100644
--- a/net-analyzer/iplog/iplog-2.2.3.ebuild
+++ b/net-analyzer/iplog/iplog-2.2.3.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3.ebuild,v 1.12 2003/02/13 13:41:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3.ebuild,v 1.13 2004/03/21 12:18:59 mboman Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="iplog is a TCP/IP traffic logger"
SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
HOMEPAGE="http://ojnk.sourceforge.net/"
@@ -13,6 +12,7 @@ DEPEND="net-libs/libpcap"
SLOT="0"
LICENSE="GPL-2 | FDL-1.1"
KEYWORDS="x86 ppc sparc "
+IUSE=""
src_compile() {