summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-06-01 00:30:14 +0000
committerJeroen Roovers <jer@gentoo.org>2011-06-01 00:30:14 +0000
commit4f906909f533442101997e7b041cb15ec6cde09d (patch)
treedd4e3a3380a621ba9fd7310267a377f838c22b27 /net-analyzer/argus-clients
parentVersion bump. (diff)
downloadgentoo-2-4f906909f533442101997e7b041cb15ec6cde09d.tar.gz
gentoo-2-4f906909f533442101997e7b041cb15ec6cde09d.tar.bz2
gentoo-2-4f906909f533442101997e7b041cb15ec6cde09d.zip
Install radium thanks to Martin Buerger (bug #352166).
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/argus-clients')
-rw-r--r--net-analyzer/argus-clients/ChangeLog8
-rw-r--r--net-analyzer/argus-clients/argus-clients-3.0.4.1-r1.ebuild (renamed from net-analyzer/argus-clients/argus-clients-3.0.4.1.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/argus-clients/ChangeLog b/net-analyzer/argus-clients/ChangeLog
index 5e3b03ee65c4..1b4f4d4242aa 100644
--- a/net-analyzer/argus-clients/ChangeLog
+++ b/net-analyzer/argus-clients/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/argus-clients
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.17 2011/04/19 22:18:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.18 2011/06/01 00:30:14 jer Exp $
+
+*argus-clients-3.0.4.1-r1 (01 Jun 2011)
+
+ 01 Jun 2011; Jeroen Roovers <jer@gentoo.org> -argus-clients-3.0.4.1.ebuild,
+ +argus-clients-3.0.4.1-r1.ebuild:
+ Install radium thanks to Martin Buerger (bug #352166).
*argus-clients-3.0.5.6 (19 Apr 2011)
*argus-clients-3.0.4.1 (19 Apr 2011)
diff --git a/net-analyzer/argus-clients/argus-clients-3.0.4.1.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.4.1-r1.ebuild
index 93edea7de4a4..42fcb0290c50 100644
--- a/net-analyzer/argus-clients/argus-clients-3.0.4.1.ebuild
+++ b/net-analyzer/argus-clients/argus-clients-3.0.4.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.4.1.ebuild,v 1.1 2011/04/19 22:18:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.4.1-r1.ebuild,v 1.1 2011/06/01 00:30:14 jer Exp $
EAPI="2"
@@ -52,7 +52,7 @@ src_compile() {
src_install() {
# argus_parse.a and argus_common.a are supplied by net-analyzer/argus
- dobin bin/ra* || die "Failed to install ra*"
+ dobin bin/ra* radium/radium || die "Failed to install ra*"
dodoc ChangeLog CREDITS README doc/{CHANGES,FAQ,HOW-TO} || die
doman man/man{1,5}/*
}