public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: gunicorn-0.15.0.ebuild ChangeLog
@ 2012-10-24  0:39 Rafael Martins (rafaelmartins)
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael Martins (rafaelmartins) @ 2012-10-24  0:39 UTC (permalink / raw
  To: gentoo-commits

rafaelmartins    12/10/24 00:39:44

  Modified:             ChangeLog
  Added:                gunicorn-0.15.0.ebuild
  Log:
  Version bump, by jbergstroem.
  
  (Portage version: 2.2.0_alpha136/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 www-servers/gunicorn/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	30 Jul 2012 05:30:20 -0000	1.21
+++ ChangeLog	24 Oct 2012 00:39:44 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for www-servers/gunicorn
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.21 2012/07/30 05:30:20 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.22 2012/10/24 00:39:44 rafaelmartins Exp $
+
+*gunicorn-0.15.0 (24 Oct 2012)
+
+  24 Oct 2012; Rafael G. Martins <rafaelmartins@gentoo.org>
+  +gunicorn-0.15.0.ebuild:
+  Version bump, by jbergstroem.
 
 *gunicorn-0.14.6 (30 Jul 2012)
 



1.1                  www-servers/gunicorn/gunicorn-0.15.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.15.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.15.0.ebuild?rev=1.1&content-type=text/plain

Index: gunicorn-0.15.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.15.0.ebuild,v 1.1 2012/10/24 00:39:44 rafaelmartins Exp $

EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
DISTUTILS_SRC_TEST="nosetests"

inherit distutils eutils

DESCRIPTION="A WSGI HTTP Server for UNIX"
HOMEPAGE="http://gunicorn.org http://pypi.python.org/pypi/gunicorn"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
IUSE="test"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-python/setproctitle"
DEPEND="dev-python/setuptools"

DOCS="README.rst"

src_prepare() {
	epatch "${FILESDIR}/${PN}"-0.14.0-noegg.patch || die
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: gunicorn-0.15.0.ebuild ChangeLog
@ 2012-11-27 13:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-27 13:03 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/27 13:03:47

  Modified:             gunicorn-0.15.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #422243
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  www-servers/gunicorn/gunicorn-0.15.0.ebuild

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

Index: gunicorn-0.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.15.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gunicorn-0.15.0.ebuild	24 Oct 2012 00:39:44 -0000	1.1
+++ gunicorn-0.15.0.ebuild	27 Nov 2012 13:03:47 -0000	1.2
@@ -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/www-servers/gunicorn/gunicorn-0.15.0.ebuild,v 1.1 2012/10/24 00:39:44 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.15.0.ebuild,v 1.2 2012/11/27 13:03:47 ago Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="dev-python/setproctitle"
 DEPEND="dev-python/setuptools"



1.24                 www-servers/gunicorn/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	27 Nov 2012 03:20:00 -0000	1.23
+++ ChangeLog	27 Nov 2012 13:03:47 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/gunicorn
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.23 2012/11/27 03:20:00 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.24 2012/11/27 13:03:47 ago Exp $
+
+  27 Nov 2012; Agostino Sarubbo <ago@gentoo.org> gunicorn-0.15.0.ebuild:
+  Stable for amd64, wrt bug #422243
 
 *gunicorn-0.16.1 (27 Nov 2012)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: gunicorn-0.15.0.ebuild ChangeLog
@ 2012-11-27 13:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-27 13:04 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/27 13:04:55

  Modified:             gunicorn-0.15.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #422243
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  www-servers/gunicorn/gunicorn-0.15.0.ebuild

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

Index: gunicorn-0.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.15.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gunicorn-0.15.0.ebuild	27 Nov 2012 13:03:47 -0000	1.2
+++ gunicorn-0.15.0.ebuild	27 Nov 2012 13:04:55 -0000	1.3
@@ -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/www-servers/gunicorn/gunicorn-0.15.0.ebuild,v 1.2 2012/11/27 13:03:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.15.0.ebuild,v 1.3 2012/11/27 13:04:55 ago Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/setproctitle"
 DEPEND="dev-python/setuptools"



1.25                 www-servers/gunicorn/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	27 Nov 2012 13:03:47 -0000	1.24
+++ ChangeLog	27 Nov 2012 13:04:55 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/gunicorn
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.24 2012/11/27 13:03:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.25 2012/11/27 13:04:55 ago Exp $
+
+  27 Nov 2012; Agostino Sarubbo <ago@gentoo.org> gunicorn-0.15.0.ebuild:
+  Stable for x86, wrt bug #422243
 
   27 Nov 2012; Agostino Sarubbo <ago@gentoo.org> gunicorn-0.15.0.ebuild:
   Stable for amd64, wrt bug #422243





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-27 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 13:04 [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: gunicorn-0.15.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-27 13:03 Agostino Sarubbo (ago)
2012-10-24  0:39 Rafael Martins (rafaelmartins)

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