patrick     14/03/12 03:53:59

  Modified:             libpcapnav-0.7.ebuild libpcapnav-0.8.ebuild
                        ChangeLog
  Log:
  Shorten description for improved repoman happy
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  net-libs/libpcapnav/libpcapnav-0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.7.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.7.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.7.ebuild?r1=1.4&r2=1.5

Index: libpcapnav-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpcapnav-0.7.ebuild       6 Nov 2007 19:40:23 -0000       1.4
+++ libpcapnav-0.7.ebuild       12 Mar 2014 03:53:59 -0000      1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.7.ebuild,v 
1.4 2007/11/06 19:40:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.7.ebuild,v 
1.5 2014/03/12 03:53:59 patrick Exp $
 
-DESCRIPTION="A libpcap wrapper library that allows navigation to arbitrary 
packets in a tcpdump trace file between reads, using timestamps or percentage 
offsets."
+DESCRIPTION="Libpcap wrapper library to navigate to arbitrary packets in a 
tcpdump trace file"
 HOMEPAGE="http://netdude.sourceforge.net/";
 SRC_URI="mirror://sourceforge/netdude/${P}.tar.gz"
 



1.3                  net-libs/libpcapnav/libpcapnav-0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.8.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.8.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.8.ebuild?r1=1.2&r2=1.3

Index: libpcapnav-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpcapnav-0.8.ebuild       21 Mar 2008 15:57:56 -0000      1.2
+++ libpcapnav-0.8.ebuild       12 Mar 2014 03:53:59 -0000      1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.8.ebuild,v 
1.2 2008/03/21 15:57:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.8.ebuild,v 
1.3 2014/03/12 03:53:59 patrick Exp $
 
-DESCRIPTION="A libpcap wrapper library that allows navigation to arbitrary 
packets in a tcpdump trace file between reads, using timestamps or percentage 
offsets."
+DESCRIPTION="Libpcap wrapper library to navigate to arbitrary packets in a 
tcpdump trace file"
 HOMEPAGE="http://netdude.sourceforge.net/";
 SRC_URI="mirror://sourceforge/netdude/${P}.tar.gz"
 



1.9                  net-libs/libpcapnav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcapnav/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcapnav/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcapnav/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   21 Mar 2008 15:57:56 -0000      1.8
+++ ChangeLog   12 Mar 2014 03:53:59 -0000      1.9
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libpcapnav
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/ChangeLog,v 1.8 
2008/03/21 15:57:56 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/ChangeLog,v 1.9 
2014/03/12 03:53:59 patrick Exp $
+
+  12 Mar 2014; Patrick Lauer <patr...@gentoo.org> libpcapnav-0.7.ebuild,
+  libpcapnav-0.8.ebuild:
+  Shorten description for improved repoman happy
 
   21 Mar 2008; Markus Meier <mae...@gentoo.org> libpcapnav-0.8.ebuild:
   amd64 stable, needed for bug #201842
@@ -36,4 +40,3 @@
   16 Mar 2005; Aaron Walker <ka0t...@gentoo.org> +metadata.xml,
   +libpcapnav-0.5.ebuild:
   Initial commit. Thanks to soulse in bug 84895 for the ebuild.
-




Reply via email to