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.13.1.ebuild
@ 2011-08-22 15:19 Rafael Martins (rafaelmartins)
  0 siblings, 0 replies; only message in thread
From: Rafael Martins (rafaelmartins) @ 2011-08-22 15:19 UTC (permalink / raw
  To: gentoo-commits

rafaelmartins    11/08/22 15:19:03

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

Revision  Changes    Path
1.10                 www-servers/gunicorn/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	7 Aug 2011 07:07:39 -0000	1.9
+++ ChangeLog	22 Aug 2011 15:19:03 -0000	1.10
@@ -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.9 2011/08/07 07:07:39 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.10 2011/08/22 15:19:03 rafaelmartins Exp $
+
+*gunicorn-0.13.1 (22 Aug 2011)
+
+  22 Aug 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
+  +gunicorn-0.13.1.ebuild:
+  Version bump.
 
   07 Aug 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
   -gunicorn-0.12.0.ebuild, -gunicorn-0.12.1.ebuild:



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

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

Index: gunicorn-0.13.1.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.13.1.ebuild,v 1.1 2011/08/22 15:19:03 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] only message in thread

only message in thread, other threads:[~2011-08-22 15:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22 15:19 [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: ChangeLog gunicorn-0.13.1.ebuild 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