public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-servers/uwsgi: uwsgi-2.0.9.ebuild uwsgi-2.0.10.ebuild ChangeLog
@ 2015-04-08 18:30 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2015-04-08 18:30 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 18:30:55

  Modified:             uwsgi-2.0.9.ebuild uwsgi-2.0.10.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.5                  www-servers/uwsgi/uwsgi-2.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.9.ebuild?r1=1.4&r2=1.5

Index: uwsgi-2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- uwsgi-2.0.9.ebuild	27 Mar 2015 16:27:43 -0000	1.4
+++ uwsgi-2.0.9.ebuild	8 Apr 2015 18:30:55 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.9.ebuild,v 1.4 2015/03/27 16:27:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.9.ebuild,v 1.5 2015/04/08 18:30:55 mgorny Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_{2,3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
 
 RUBY_OPTIONAL="yes"
 USE_RUBY="ruby19 ruby20"



1.2                  www-servers/uwsgi/uwsgi-2.0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.10.ebuild?r1=1.1&r2=1.2

Index: uwsgi-2.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uwsgi-2.0.10.ebuild	17 Mar 2015 11:23:21 -0000	1.1
+++ uwsgi-2.0.10.ebuild	8 Apr 2015 18:30:55 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.10.ebuild,v 1.1 2015/03/17 11:23:21 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.10.ebuild,v 1.2 2015/04/08 18:30:55 mgorny Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_{2,3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
 
 RUBY_OPTIONAL="yes"
 USE_RUBY="ruby19 ruby20 ruby21"



1.74                 www-servers/uwsgi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	27 Mar 2015 16:27:43 -0000	1.73
+++ ChangeLog	8 Apr 2015 18:30:55 -0000	1.74
@@ -1,6 +1,10 @@
 # ChangeLog for www-servers/uwsgi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.73 2015/03/27 16:27:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.74 2015/04/08 18:30:55 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> uwsgi-2.0.10.ebuild,
+  uwsgi-2.0.9.ebuild:
+  Drop old Python implementations
 
   27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> uwsgi-2.0.9.ebuild:
   Stable for amd64, wrt bug #529140





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

only message in thread, other threads:[~2015-04-08 18:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 18:30 [gentoo-commits] gentoo-x86 commit in www-servers/uwsgi: uwsgi-2.0.9.ebuild uwsgi-2.0.10.ebuild ChangeLog Michal Gorny (mgorny)

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