public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pygui: ChangeLog pygui-2.2-r1.ebuild pygui-2.5.3.ebuild
@ 2014-04-21 12:46 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2014-04-21 12:46 UTC (permalink / raw
  To: gentoo-commits

ulm         14/04/21 12:46:21

  Modified:             ChangeLog pygui-2.2-r1.ebuild pygui-2.5.3.ebuild
  Log:
  Fix LICENSE, bug 452356.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.8                  dev-python/pygui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	6 Aug 2011 16:22:08 -0000	1.7
+++ ChangeLog	21 Apr 2014 12:46:21 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pygui
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v 1.7 2011/08/06 16:22:08 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v 1.8 2014/04/21 12:46:21 ulm Exp $
+
+  21 Apr 2014; Ulrich Müller <ulm@gentoo.org> pygui-2.2-r1.ebuild,
+  pygui-2.5.3.ebuild:
+  Fix LICENSE, bug 452356.
 
   06 Aug 2011; Markos Chandras <hwoarang@gentoo.org> pygui-2.5.3.ebuild:
   Restrict 2.4 and 2.5 Python ABIs. Don't inherit eutils.eclass. Patch by



1.4                  dev-python/pygui/pygui-2.2-r1.ebuild

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

Index: pygui-2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pygui-2.2-r1.ebuild	23 Jul 2010 21:29:41 -0000	1.3
+++ pygui-2.2-r1.ebuild	21 Apr 2014 12:46:21 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.2-r1.ebuild,v 1.3 2010/07/23 21:29:41 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.2-r1.ebuild,v 1.4 2014/04/21 12:46:21 ulm Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 HOMEPAGE="http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/"
 SRC_URI="http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/${MY_P}.tar.gz"
 
-LICENSE="as-is"
+LICENSE="PyGUI"
 SLOT=0
 KEYWORDS="~amd64 ~x86"
 IUSE="doc examples"



1.4                  dev-python/pygui/pygui-2.5.3.ebuild

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

Index: pygui-2.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pygui-2.5.3.ebuild	6 Aug 2011 16:22:08 -0000	1.3
+++ pygui-2.5.3.ebuild	21 Apr 2014 12:46:21 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild,v 1.3 2011/08/06 16:22:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.5.3.ebuild,v 1.4 2014/04/21 12:46:21 ulm Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 HOMEPAGE="http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/"
 SRC_URI="http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/${MY_P}.tar.gz"
 
-LICENSE="as-is"
+LICENSE="PyGUI"
 SLOT=0
 KEYWORDS="~amd64 ~x86"
 IUSE="doc examples"





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

only message in thread, other threads:[~2014-04-21 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-21 12:46 [gentoo-commits] gentoo-x86 commit in dev-python/pygui: ChangeLog pygui-2.2-r1.ebuild pygui-2.5.3.ebuild Ulrich Mueller (ulm)

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