public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/visual: visual-5.72-r2.ebuild visual-5.74.ebuild ChangeLog
@ 2012-11-16 13:38 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2012-11-16 13:38 UTC (permalink / raw
  To: gentoo-commits

idella4     12/11/16 13:38:45

  Modified:             visual-5.72-r2.ebuild visual-5.74.ebuild ChangeLog
  Log:
  Licenses update, changed by advice from Ulrich 'ulm' Muller in Bug #440732
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.5                  dev-python/visual/visual-5.72-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.72-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.72-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.72-r2.ebuild?r1=1.4&r2=1.5

Index: visual-5.72-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.72-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- visual-5.72-r2.ebuild	14 Jun 2012 18:43:35 -0000	1.4
+++ visual-5.72-r2.ebuild	16 Nov 2012 13:38:45 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.72-r2.ebuild,v 1.4 2012/06/14 18:43:35 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.72-r2.ebuild,v 1.5 2012/11/16 13:38:45 idella4 Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -15,7 +15,7 @@
 HOMEPAGE="http://www.vpython.org/"
 SRC_URI="http://www.vpython.org/contents/download/${MY_P}.tar.bz2"
 
-LICENSE="visual"
+LICENSE="HPND Boost-1.0"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="doc examples"



1.6                  dev-python/visual/visual-5.74.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.74.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.74.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.74.ebuild?r1=1.5&r2=1.6

Index: visual-5.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.74.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- visual-5.74.ebuild	11 Nov 2012 13:35:54 -0000	1.5
+++ visual-5.74.ebuild	16 Nov 2012 13:38:45 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.74.ebuild,v 1.5 2012/11/11 13:35:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.74.ebuild,v 1.6 2012/11/16 13:38:45 idella4 Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -15,7 +15,7 @@
 HOMEPAGE="http://www.vpython.org/"
 SRC_URI="http://www.vpython.org/contents/download/${MY_P}.tar.bz2"
 
-LICENSE="visual"
+LICENSE="HPND Boost-1.0"
 SLOT="0"
 KEYWORDS="~amd64 ppc ~x86"
 IUSE="doc examples"



1.64                 dev-python/visual/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	11 Nov 2012 13:35:54 -0000	1.63
+++ ChangeLog	16 Nov 2012 13:38:45 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/visual
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.63 2012/11/11 13:35:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.64 2012/11/16 13:38:45 idella4 Exp $
+
+  17 Nov 2012; Ian Delaney <idella4@gentoo.org> visual-5.72-r2.ebuild,
+  visual-5.74.ebuild:
+  Licenses update, changed by advice from Ulrich 'ulm' Muller in Bug #440732
 
   11 Nov 2012; Anthony G. Basile <blueness@gentoo.org> visual-5.72-r2.ebuild,
   visual-5.74.ebuild:





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

only message in thread, other threads:[~2012-11-16 13:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 13:38 [gentoo-commits] gentoo-x86 commit in dev-python/visual: visual-5.72-r2.ebuild visual-5.74.ebuild ChangeLog Ian Delaney (idella4)

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