summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-16 18:57:38 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-16 18:57:38 +0000
commitd267dcc2e9685366a3fbbdc4229b18eb16947e4c (patch)
tree500cd40e265bf27a41929e2ce4c682ebc116b870 /net-analyzer/argus
parentalpha/ia64/sparc/x86 stable (diff)
downloadgentoo-2-d267dcc2e9685366a3fbbdc4229b18eb16947e4c.tar.gz
gentoo-2-d267dcc2e9685366a3fbbdc4229b18eb16947e4c.tar.bz2
gentoo-2-d267dcc2e9685366a3fbbdc4229b18eb16947e4c.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer/argus')
-rw-r--r--net-analyzer/argus/ChangeLog8
-rw-r--r--net-analyzer/argus/argus-2.0.5.ebuild8
-rw-r--r--net-analyzer/argus/argus-2.0.6.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/net-analyzer/argus/ChangeLog b/net-analyzer/argus/ChangeLog
index 9244874ed9ae..d3a87fb3d5cb 100644
--- a/net-analyzer/argus/ChangeLog
+++ b/net-analyzer/argus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/argus
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.15 2007/04/14 21:06:36 vanquirius Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.16 2008/01/16 18:57:38 grobian Exp $
+
+ 16 Jan 2008; Fabian Groffen <grobian@gentoo.org> argus-2.0.5.ebuild,
+ argus-2.0.6.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
14 Apr 2007; Marcelo Goes <vanquirius@gentoo.org> argus-2.0.6.ebuild:
Use elog instead of einfo.
diff --git a/net-analyzer/argus/argus-2.0.5.ebuild b/net-analyzer/argus/argus-2.0.5.ebuild
index a004cdafd6a1..dd2c4dbc8a97 100644
--- a/net-analyzer/argus/argus-2.0.5.ebuild
+++ b/net-analyzer/argus/argus-2.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v 1.15 2007/07/11 23:49:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v 1.16 2008/01/16 18:57:38 grobian Exp $
inherit eutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.qosient.com/argus/"
SRC_URI="ftp://ftp.qosient.com/pub/argus/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RDEPEND="virtual/libc
net-libs/libpcap"
@@ -37,7 +37,7 @@ src_install () {
dobin bin/ra*
- use ppc-macos && newsbin bin/argus_bpf argus || newsbin bin/argus_linux argus
+ [[ ${CHOST} == *-darwin* ]] && newsbin bin/argus_bpf argus || newsbin bin/argus_linux argus
insinto /etc/argus
doins support/Config/argus.conf
diff --git a/net-analyzer/argus/argus-2.0.6.ebuild b/net-analyzer/argus/argus-2.0.6.ebuild
index f70c1e00584d..80061869c549 100644
--- a/net-analyzer/argus/argus-2.0.6.ebuild
+++ b/net-analyzer/argus/argus-2.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.6.ebuild,v 1.3 2007/04/14 21:06:36 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.6.ebuild,v 1.4 2008/01/16 18:57:38 grobian Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.qosient.com/pub/argus/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="virtual/libc
net-libs/libpcap"
@@ -36,7 +36,7 @@ src_install () {
dolib lib/argus_common.a lib/argus_parse.a
- use ppc-macos && newsbin bin/argus_bpf argus || newsbin bin/argus_linux argus
+ [[ ${CHOST} == *-darwin* ]] && newsbin bin/argus_bpf argus || newsbin bin/argus_linux argus
insinto /etc/argus
doins support/Config/argus.conf