public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/argus: argus-2.0.5.ebuild argus-2.0.6.ebuild ChangeLog
@ 2008-01-16 18:57 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2008-01-16 18:57 UTC (permalink / raw
  To: gentoo-commits

grobian     08/01/16 18:57:39

  Modified:             argus-2.0.5.ebuild argus-2.0.6.ebuild ChangeLog
  Log:
  Dropped ppc-macos keyword, see you in prefix
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.16                 net-analyzer/argus/argus-2.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild?r1=1.15&r2=1.16

Index: argus-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- argus-2.0.5.ebuild	11 Jul 2007 23:49:24 -0000	1.15
+++ argus-2.0.5.ebuild	16 Jan 2008 18:57:38 -0000	1.16
@@ -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 @@
 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 @@
 
 	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



1.4                  net-analyzer/argus/argus-2.0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/argus/argus-2.0.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/argus/argus-2.0.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/argus/argus-2.0.6.ebuild?r1=1.3&r2=1.4

Index: argus-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- argus-2.0.6.ebuild	14 Apr 2007 21:06:36 -0000	1.3
+++ argus-2.0.6.ebuild	16 Jan 2008 18:57:38 -0000	1.4
@@ -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 @@
 
 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 @@
 
 	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



1.16                 net-analyzer/argus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/argus/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	14 Apr 2007 21:06:36 -0000	1.15
+++ ChangeLog	16 Jan 2008 18:57:38 -0000	1.16
@@ -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.



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-16 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 18:57 [gentoo-commits] gentoo-x86 commit in net-analyzer/argus: argus-2.0.5.ebuild argus-2.0.6.ebuild ChangeLog Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox