public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/tntnet: tntnet-1.6.2.ebuild tntnet-1.6.1.ebuild ChangeLog tntnet-1.6.3.ebuild tntnet-1.6.0-r1.ebuild
@ 2009-03-17  8:10 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; only message in thread
From: Matthias Schwarzott (zzam) @ 2009-03-17  8:10 UTC (permalink / raw
  To: gentoo-commits

zzam        09/03/17 08:10:51

  Modified:             tntnet-1.6.2.ebuild tntnet-1.6.1.ebuild ChangeLog
                        tntnet-1.6.3.ebuild tntnet-1.6.0-r1.ebuild
  Log:
  Fix license to be LGPL-2.1 instead of GPL-2, Bug #262671.
  (Portage version: 2.1.6.8/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-libs/tntnet/tntnet-1.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.2.ebuild?r1=1.1&r2=1.2

Index: tntnet-1.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tntnet-1.6.2.ebuild	6 May 2008 14:20:07 -0000	1.1
+++ tntnet-1.6.2.ebuild	17 Mar 2009 08:10:51 -0000	1.2
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.2.ebuild,v 1.1 2008/05/06 14:20:07 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.2.ebuild,v 1.2 2009/03/17 08:10:51 zzam Exp $
 
 DESCRIPTION="A modular, multithreaded webapplicationserver extensible with C++."
 HOMEPAGE="http://www.tntnet.org/index.hms"
 SRC_URI="http://www.tntnet.org/download/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="ssl gnutls examples"



1.3                  dev-libs/tntnet/tntnet-1.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.1.ebuild?r1=1.2&r2=1.3

Index: tntnet-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tntnet-1.6.1.ebuild	23 Jan 2008 21:29:13 -0000	1.2
+++ tntnet-1.6.1.ebuild	17 Mar 2009 08:10:51 -0000	1.3
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.1.ebuild,v 1.2 2008/01/23 21:29:13 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.1.ebuild,v 1.3 2009/03/17 08:10:51 zzam Exp $
 
 DESCRIPTION="A modular, multithreaded webapplicationserver extensible with C++."
 HOMEPAGE="http://www.tntnet.org/index.hms"
 SRC_URI="http://www.tntnet.org/download/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="ssl gnutls examples"



1.11                 dev-libs/tntnet/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	23 Jun 2008 13:26:52 -0000	1.10
+++ ChangeLog	17 Mar 2009 08:10:51 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/tntnet
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.10 2008/06/23 13:26:52 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.11 2009/03/17 08:10:51 zzam Exp $
+
+  17 Mar 2009; Matthias Schwarzott <zzam@gentoo.org> tntnet-1.6.0-r1.ebuild,
+  tntnet-1.6.1.ebuild, tntnet-1.6.2.ebuild, tntnet-1.6.3.ebuild:
+  Fix license to be LGPL-2.1 instead of GPL-2, Bug #262671.
 
   23 Jun 2008; Ferris McCormick <fmccor@gentoo.org> tntnet-1.6.3.ebuild:
   Add ~sparc for testing at user request (Guido Winkelmann), Bug #228979.



1.4                  dev-libs/tntnet/tntnet-1.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.3.ebuild?r1=1.3&r2=1.4

Index: tntnet-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tntnet-1.6.3.ebuild	23 Jun 2008 13:26:52 -0000	1.3
+++ tntnet-1.6.3.ebuild	17 Mar 2009 08:10:51 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.3.ebuild,v 1.3 2008/06/23 13:26:52 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.3.ebuild,v 1.4 2009/03/17 08:10:51 zzam Exp $
 
 inherit eutils
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://www.tntnet.org/index.hms"
 SRC_URI="http://www.tntnet.org/download/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~sparc ~x86"
 IUSE="ssl gnutls examples"



1.5                  dev-libs/tntnet/tntnet-1.6.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/tntnet/tntnet-1.6.0-r1.ebuild?r1=1.4&r2=1.5

Index: tntnet-1.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tntnet-1.6.0-r1.ebuild	23 Jan 2008 21:29:13 -0000	1.4
+++ tntnet-1.6.0-r1.ebuild	17 Mar 2009 08:10:51 -0000	1.5
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.0-r1.ebuild,v 1.4 2008/01/23 21:29:13 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.0-r1.ebuild,v 1.5 2009/03/17 08:10:51 zzam Exp $
 
 DESCRIPTION="A modular, multithreaded webapplicationserver extensible with C++."
 HOMEPAGE="http://www.tntnet.org/index.hms"
 SRC_URI="http://www.tntnet.org/download/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="ssl gnutls examples"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-17  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17  8:10 [gentoo-commits] gentoo-x86 commit in dev-libs/tntnet: tntnet-1.6.2.ebuild tntnet-1.6.1.ebuild ChangeLog tntnet-1.6.3.ebuild tntnet-1.6.0-r1.ebuild Matthias Schwarzott (zzam)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox