diff options
author | 2013-11-06 04:03:30 +0000 | |
---|---|---|
committer | 2013-11-06 04:03:30 +0000 | |
commit | 60ae03de23b5151d6e46d69c509160caf2fc0879 (patch) | |
tree | f8b06b4c40db186ca003098c7398ab6138e40fe7 /net-analyzer | |
parent | Shorten description, make repoman happier (diff) | |
download | gentoo-2-60ae03de23b5151d6e46d69c509160caf2fc0879.tar.gz gentoo-2-60ae03de23b5151d6e46d69c509160caf2fc0879.tar.bz2 gentoo-2-60ae03de23b5151d6e46d69c509160caf2fc0879.zip |
Shorten description, make repoman happier
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/raddump/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/raddump/raddump-0.2.1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/raddump/raddump-0.3.1.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net-analyzer/raddump/ChangeLog b/net-analyzer/raddump/ChangeLog index 734a5906d297..e85df07b887d 100644 --- a/net-analyzer/raddump/ChangeLog +++ b/net-analyzer/raddump/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/raddump -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/ChangeLog,v 1.4 2007/06/17 16:39:04 opfer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/ChangeLog,v 1.5 2013/11/06 04:03:30 patrick Exp $ + + 06 Nov 2013; Patrick Lauer <patrick@gentoo.org> raddump-0.2.1.ebuild, + raddump-0.3.1.ebuild: + Shorten description, make repoman happier 17 Jun 2007; Christian Faulhammer <opfer@gentoo.org> raddump-0.3.1.ebuild: stable x86, bug 181593 @@ -19,4 +23,3 @@ 30 May 2006; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml, +raddump-0.2.1.ebuild: Initial commit, based on submission from bug #82035. - diff --git a/net-analyzer/raddump/raddump-0.2.1.ebuild b/net-analyzer/raddump/raddump-0.2.1.ebuild index c7b6b41739a9..ee21956d904a 100644 --- a/net-analyzer/raddump/raddump-0.2.1.ebuild +++ b/net-analyzer/raddump/raddump-0.2.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2013 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.2 2007/05/12 04:58:13 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/raddump-0.2.1.ebuild,v 1.3 2013/11/06 04:03:30 patrick 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." +DESCRIPTION="RADIUS packet interpreter" HOMEPAGE="http://sourceforge.net/projects/raddump/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-analyzer/raddump/raddump-0.3.1.ebuild b/net-analyzer/raddump/raddump-0.3.1.ebuild index 65519cedda55..a19cb3eb3a7f 100644 --- a/net-analyzer/raddump/raddump-0.3.1.ebuild +++ b/net-analyzer/raddump/raddump-0.3.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2013 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.3 2007/06/17 16:39:04 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/raddump-0.3.1.ebuild,v 1.4 2013/11/06 04:03:30 patrick 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." +DESCRIPTION="RADIUS packet interpreter" HOMEPAGE="http://sourceforge.net/projects/raddump/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" |