jer         14/12/29 06:57:24

  Modified:             ChangeLog tcpstat-1.5.ebuild tcpstat-1.5-r1.ebuild
                        tcpstat-1.5-r2.ebuild
  Log:
  Fix license by Jonas Stein (bug #533794).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.24                 net-analyzer/tcpstat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   17 Jul 2014 16:57:58 -0000      1.23
+++ ChangeLog   29 Dec 2014 06:57:24 -0000      1.24
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/tcpstat
 # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v 1.23 
2014/07/17 16:57:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/ChangeLog,v 1.24 
2014/12/29 06:57:24 jer Exp $
+
+  29 Dec 2014; Jeroen Roovers <[email protected]> tcpstat-1.5.ebuild,
+  tcpstat-1.5-r1.ebuild, tcpstat-1.5-r2.ebuild:
+  Fix license by Jonas Stein (bug #533794).
 
   17 Jul 2014; Jeroen Roovers <[email protected]> files/tcpstat-1.5-db.patch:
   Clean up patch.



1.12                 net-analyzer/tcpstat/tcpstat-1.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5.ebuild?r1=1.11&r2=1.12

Index: tcpstat-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- tcpstat-1.5.ebuild  15 Aug 2006 09:08:01 -0000      1.11
+++ tcpstat-1.5.ebuild  29 Dec 2014 06:57:24 -0000      1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5.ebuild,v 
1.11 2006/08/15 09:08:01 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5.ebuild,v 
1.12 2014/12/29 06:57:24 jer Exp $
 
 IUSE="berkdb"
 
@@ -12,7 +12,7 @@
        berkdb? ( <sys-libs/db-2 )"
 
 SLOT="0"
-LICENSE="GPL-2"
+LICENSE="BSD-2"
 KEYWORDS="amd64 ~ppc ppc64 sparc x86"
 
 src_install () {



1.4                  net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild

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

Index: tcpstat-1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tcpstat-1.5-r1.ebuild       14 Jun 2012 13:29:17 -0000      1.3
+++ tcpstat-1.5-r1.ebuild       29 Dec 2014 06:57:24 -0000      1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild,v 1.3 
2012/06/14 13:29:17 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild,v 1.4 
2014/12/29 06:57:24 jer Exp $
 
 inherit eutils autotools flag-o-matic
 
@@ -11,7 +11,7 @@
 DEPEND="net-libs/libpcap"
 
 SLOT="0"
-LICENSE="GPL-2"
+LICENSE="BSD-2"
 KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
 
 IUSE="ipv6"



1.2                  net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild?r1=1.1&r2=1.2

Index: tcpstat-1.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tcpstat-1.5-r2.ebuild       30 Jun 2014 13:04:05 -0000      1.1
+++ tcpstat-1.5-r2.ebuild       29 Dec 2014 06:57:24 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild,v 1.1 
2014/06/30 13:04:05 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild,v 1.2 
2014/12/29 06:57:24 jer Exp $
 
 EAPI=5
 inherit eutils autotools flag-o-matic
@@ -12,7 +12,7 @@
 DEPEND="net-libs/libpcap"
 
 SLOT="0"
-LICENSE="GPL-2"
+LICENSE="BSD-2"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ipv6"
 




Reply via email to