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

rafaelmartins    11/05/20 04:34:46

  Modified:             ChangeLog
  Added:                gunicorn-0.12.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha32/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  www-servers/gunicorn/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	10 Apr 2011 06:51:23 -0000	1.5
+++ ChangeLog	20 May 2011 04:34:46 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for www-servers/gunicorn
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.5 2011/04/10 06:51:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.6 2011/05/20 04:34:46 rafaelmartins Exp $
+
+*gunicorn-0.12.2 (20 May 2011)
+
+  20 May 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
+  +gunicorn-0.12.2.ebuild:
+  Version bump.
 
   10 Apr 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   gunicorn-0.12.0.ebuild:



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

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

Index: gunicorn-0.12.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.12.2.ebuild,v 1.1 2011/05/20 04:34:46 rafaelmartins Exp $

EAPI="3"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"

inherit distutils

DESCRIPTION="A WSGI HTTP Server for UNIX, fast clients and nothing else"
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="doc examples test"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-python/setproctitle"
DEPEND="dev-python/setuptools
	test? ( dev-python/nose )"

DOCS="README.rst"

src_install() {
	distutils_src_install
	use doc && dohtml -r doc/htdocs/*
	insinto "/usr/share/doc/${PF}"
	use examples && doins -r examples
}

src_test() {
	# distutils_src_test doesn't works if gunicorn isn't installed yet
	testing() {
		PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" setup.py test
	}
	python_execute_function testing
}






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

* [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: ChangeLog gunicorn-0.12.2.ebuild
@ 2011-08-02 16:58 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-02 16:58 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/08/02 16:58:17

  Modified:             ChangeLog gunicorn-0.12.2.ebuild
  Log:
  Stable on amd64 wrt bug #377367
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  www-servers/gunicorn/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	20 May 2011 04:34:46 -0000	1.6
+++ ChangeLog	2 Aug 2011 16:58:17 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/gunicorn
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.6 2011/05/20 04:34:46 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.7 2011/08/02 16:58:17 hwoarang Exp $
+
+  02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> gunicorn-0.12.2.ebuild:
+  Stable on amd64 wrt bug #377367
 
 *gunicorn-0.12.2 (20 May 2011)
 



1.2                  www-servers/gunicorn/gunicorn-0.12.2.ebuild

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

Index: gunicorn-0.12.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.12.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gunicorn-0.12.2.ebuild	20 May 2011 04:34:46 -0000	1.1
+++ gunicorn-0.12.2.ebuild	2 Aug 2011 16:58:17 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.12.2.ebuild,v 1.1 2011/05/20 04:34:46 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.12.2.ebuild,v 1.2 2011/08/02 16:58:17 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 LICENSE="MIT"
 SLOT="0"
 IUSE="doc examples test"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="dev-python/setproctitle"
 DEPEND="dev-python/setuptools






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

* [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: ChangeLog gunicorn-0.12.2.ebuild
@ 2011-08-07  3:17 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-08-07  3:17 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/08/07 03:17:49

  Modified:             ChangeLog gunicorn-0.12.2.ebuild
  Log:
  x86 stable wrt bug #377367
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.8                  www-servers/gunicorn/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	2 Aug 2011 16:58:17 -0000	1.7
+++ ChangeLog	7 Aug 2011 03:17:49 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/gunicorn
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.7 2011/08/02 16:58:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.8 2011/08/07 03:17:49 phajdan.jr Exp $
+
+  07 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gunicorn-0.12.2.ebuild:
+  x86 stable wrt bug #377367
 
   02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> gunicorn-0.12.2.ebuild:
   Stable on amd64 wrt bug #377367



1.3                  www-servers/gunicorn/gunicorn-0.12.2.ebuild

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

Index: gunicorn-0.12.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.12.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gunicorn-0.12.2.ebuild	2 Aug 2011 16:58:17 -0000	1.2
+++ gunicorn-0.12.2.ebuild	7 Aug 2011 03:17:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.12.2.ebuild,v 1.2 2011/08/02 16:58:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.12.2.ebuild,v 1.3 2011/08/07 03:17:49 phajdan.jr Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@
 LICENSE="MIT"
 SLOT="0"
 IUSE="doc examples test"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/setproctitle"
 DEPEND="dev-python/setuptools






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

end of thread, other threads:[~2011-08-07  3:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-07  3:17 [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: ChangeLog gunicorn-0.12.2.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-02 16:58 Markos Chandras (hwoarang)
2011-05-20  4:34 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