summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-05-12 04:58:13 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-05-12 04:58:13 +0000
commit6cdfd15a42dee505352e3468d44c3927a15d3225 (patch)
tree21e488eef59488ed2f7ef8985fbfb55a81a3a4c2 /net-analyzer
parentStable on mips. (diff)
downloadgentoo-2-6cdfd15a42dee505352e3468d44c3927a15d3225.tar.gz
gentoo-2-6cdfd15a42dee505352e3468d44c3927a15d3225.tar.bz2
gentoo-2-6cdfd15a42dee505352e3468d44c3927a15d3225.zip
Version bump, per meatoo status.
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/raddump/ChangeLog10
-rw-r--r--net-analyzer/raddump/files/digest-raddump-0.3.13
-rw-r--r--net-analyzer/raddump/raddump-0.2.1.ebuild12
-rw-r--r--net-analyzer/raddump/raddump-0.3.1.ebuild25
4 files changed, 46 insertions, 4 deletions
diff --git a/net-analyzer/raddump/ChangeLog b/net-analyzer/raddump/ChangeLog
index f191144f157a..24137416acdd 100644
--- a/net-analyzer/raddump/ChangeLog
+++ b/net-analyzer/raddump/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/raddump
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/ChangeLog,v 1.1 2006/05/30 23:49:55 robbat2 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/ChangeLog,v 1.2 2007/05/12 04:58:13 robbat2 Exp $
+
+*raddump-0.3.1 (12 May 2007)
+
+ 12 May 2007; Robin H. Johnson <robbat2@gentoo.org> raddump-0.2.1.ebuild,
+ +raddump-0.3.1.ebuild:
+ Version bump, per meatoo status.
*raddump-0.2.1 (30 May 2006)
diff --git a/net-analyzer/raddump/files/digest-raddump-0.3.1 b/net-analyzer/raddump/files/digest-raddump-0.3.1
new file mode 100644
index 000000000000..6e430512b3e5
--- /dev/null
+++ b/net-analyzer/raddump/files/digest-raddump-0.3.1
@@ -0,0 +1,3 @@
+MD5 f8c29c67141ea78bb6ae8b97d5149480 raddump-0.3.1.tar.gz 175078
+RMD160 86b917ddb3bb435919d47103718f90815831c1c0 raddump-0.3.1.tar.gz 175078
+SHA256 f2d5c80164a5064d25e112f3ead9952d86200b022da584bddbc4afea948cb970 raddump-0.3.1.tar.gz 175078
diff --git a/net-analyzer/raddump/raddump-0.2.1.ebuild b/net-analyzer/raddump/raddump-0.2.1.ebuild
index 7889e1657d64..c7b6b41739a9 100644
--- a/net-analyzer/raddump/raddump-0.2.1.ebuild
+++ b/net-analyzer/raddump/raddump-0.2.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/raddump-0.2.1.ebuild,v 1.1 2006/05/30 23:49:55 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/raddump-0.2.1.ebuild,v 1.2 2007/05/12 04:58:13 robbat2 Exp $
+
+inherit autotools
DESCRIPTION="raddump interprets captured RADIUS packets to print a timestamp, packet length, RADIUS packet type, source and destination hosts and ports, and included attribute names and values for each packet."
HOMEPAGE="http://sourceforge.net/projects/raddump/"
@@ -11,6 +13,12 @@ KEYWORDS="~x86 ~ppc"
IUSE=""
DEPEND=">=net-analyzer/tcpdump-3.8.3-r1"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ eautoreconf
+}
+
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS README TODO ChangeLog
diff --git a/net-analyzer/raddump/raddump-0.3.1.ebuild b/net-analyzer/raddump/raddump-0.3.1.ebuild
new file mode 100644
index 000000000000..715de6e9ecbf
--- /dev/null
+++ b/net-analyzer/raddump/raddump-0.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/raddump-0.3.1.ebuild,v 1.1 2007/05/12 04:58:13 robbat2 Exp $
+
+inherit autotools
+
+DESCRIPTION="raddump interprets captured RADIUS packets to print a timestamp, packet length, RADIUS packet type, source and destination hosts and ports, and included attribute names and values for each packet."
+HOMEPAGE="http://sourceforge.net/projects/raddump/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+IUSE=""
+DEPEND=">=net-analyzer/tcpdump-3.8.3-r1"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS README TODO ChangeLog CREDITS
+}