summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Martins <rafaelmartins@gentoo.org>2011-09-23 06:05:25 +0000
committerRafael Martins <rafaelmartins@gentoo.org>2011-09-23 06:05:25 +0000
commitde4bd2195b8ae8f729e426d20428f7537de82f03 (patch)
treecc2b4763cd7f228ead277a22243ba3199aa0e747 /www-servers
parentUnify live/release ebuilds again. Add patch from upstream for openmp when li... (diff)
downloadgentoo-2-de4bd2195b8ae8f729e426d20428f7537de82f03.tar.gz
gentoo-2-de4bd2195b8ae8f729e426d20428f7537de82f03.tar.bz2
gentoo-2-de4bd2195b8ae8f729e426d20428f7537de82f03.zip
Version bump. Removed old.
(Portage version: 2.2.0_alpha51_p7/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/gunicorn/ChangeLog8
-rw-r--r--www-servers/gunicorn/gunicorn-0.13.1.ebuild40
-rw-r--r--www-servers/gunicorn/gunicorn-0.13.4.ebuild (renamed from www-servers/gunicorn/gunicorn-0.13.2.ebuild)2
3 files changed, 8 insertions, 42 deletions
diff --git a/www-servers/gunicorn/ChangeLog b/www-servers/gunicorn/ChangeLog
index 557dbb02bb45..b39f267e4202 100644
--- a/www-servers/gunicorn/ChangeLog
+++ b/www-servers/gunicorn/ChangeLog
@@ -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.11 2011/09/22 18:35:00 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.12 2011/09/23 06:05:25 rafaelmartins Exp $
+
+*gunicorn-0.13.4 (23 Sep 2011)
+
+ 23 Sep 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
+ -gunicorn-0.13.1.ebuild, -gunicorn-0.13.2.ebuild, +gunicorn-0.13.4.ebuild:
+ Version bump. Removed old.
*gunicorn-0.13.2 (22 Sep 2011)
diff --git a/www-servers/gunicorn/gunicorn-0.13.1.ebuild b/www-servers/gunicorn/gunicorn-0.13.1.ebuild
deleted file mode 100644
index c2c95536b51c..000000000000
--- a/www-servers/gunicorn/gunicorn-0.13.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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
-}
diff --git a/www-servers/gunicorn/gunicorn-0.13.2.ebuild b/www-servers/gunicorn/gunicorn-0.13.4.ebuild
index 30ad24939a20..9842acb0b7fc 100644
--- a/www-servers/gunicorn/gunicorn-0.13.2.ebuild
+++ b/www-servers/gunicorn/gunicorn-0.13.4.ebuild
@@ -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.13.2.ebuild,v 1.1 2011/09/22 18:35:00 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.13.4.ebuild,v 1.1 2011/09/23 06:05:25 rafaelmartins Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"