public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/gnumeric: gnumeric-1.12.14.ebuild gnumeric-1.12.12.ebuild ChangeLog
@ 2014-04-26  8:16 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2014-04-26  8:16 UTC (permalink / raw
  To: gentoo-commits

pacho       14/04/26 08:16:35

  Modified:             gnumeric-1.12.14.ebuild gnumeric-1.12.12.ebuild
                        ChangeLog
  Log:
  Adapt to latest pygobject don't providing python2.6 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  app-office/gnumeric/gnumeric-1.12.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.14.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.14.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.14.ebuild?r1=1.1&r2=1.2

Index: gnumeric-1.12.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnumeric-1.12.14.ebuild	17 Apr 2014 13:02:06 -0000	1.1
+++ gnumeric-1.12.14.ebuild	26 Apr 2014 08:16:34 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.14.ebuild,v 1.1 2014/04/17 13:02:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.14.ebuild,v 1.2 2014/04/26 08:16:34 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit gnome2 flag-o-matic python-single-r1
 



1.4                  app-office/gnumeric/gnumeric-1.12.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.12.ebuild?r1=1.3&r2=1.4

Index: gnumeric-1.12.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnumeric-1.12.12.ebuild	9 Mar 2014 11:54:12 -0000	1.3
+++ gnumeric-1.12.12.ebuild	26 Apr 2014 08:16:35 -0000	1.4
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.12.ebuild,v 1.3 2014/03/09 11:54:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.12.ebuild,v 1.4 2014/04/26 08:16:35 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit gnome2 flag-o-matic python-single-r1
 



1.270                app-office/gnumeric/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.270&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.270&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?r1=1.269&r2=1.270

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog	23 Apr 2014 20:53:21 -0000	1.269
+++ ChangeLog	26 Apr 2014 08:16:35 -0000	1.270
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/gnumeric
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.269 2014/04/23 20:53:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.270 2014/04/26 08:16:35 pacho Exp $
+
+  26 Apr 2014; Pacho Ramos <pacho@gentoo.org> gnumeric-1.12.12.ebuild,
+  gnumeric-1.12.14.ebuild:
+  Adapt to latest pygobject don't providing python2.6 support
 
   23 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gnumeric-1.12.13.ebuild:
   Drop old





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

only message in thread, other threads:[~2014-04-26  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-26  8:16 [gentoo-commits] gentoo-x86 commit in app-office/gnumeric: gnumeric-1.12.14.ebuild gnumeric-1.12.12.ebuild ChangeLog Pacho Ramos (pacho)

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