idella4 14/11/25 00:35:16
Modified: gunicorn-19.0.0.ebuild gunicorn-19.1.1.ebuild
ChangeLog
Removed: gunicorn-18.0.ebuild gunicorn-0.17.2.ebuild
gunicorn-18.0-r1.ebuild
Log:
clean old python impls, upgrade deps, endorsed by designated maintainers
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.2 www-servers/gunicorn/gunicorn-19.0.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-19.0.0.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-19.0.0.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-19.0.0.ebuild?r1=1.1&r2=1.2
Index: gunicorn-19.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-19.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gunicorn-19.0.0.ebuild 22 Jul 2014 04:26:43 -0000 1.1
+++ gunicorn-19.0.0.ebuild 25 Nov 2014 00:35:16 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-19.0.0.ebuild,v 1.1
2014/07/22 04:26:43 rafaelmartins Exp $
+# $Header:
/var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-19.0.0.ebuild,v 1.2
2014/11/25 00:35:16 idella4 Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
@@ -16,9 +16,9 @@
IUSE="doc examples test"
KEYWORDS="~amd64 ~x86"
-RDEPEND="dev-python/setproctitle"
+RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx )
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
DOCS="README.rst"
1.2 www-servers/gunicorn/gunicorn-19.1.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-19.1.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-19.1.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-19.1.1.ebuild?r1=1.1&r2=1.2
Index: gunicorn-19.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-19.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gunicorn-19.1.1.ebuild 10 Nov 2014 05:56:33 -0000 1.1
+++ gunicorn-19.1.1.ebuild 25 Nov 2014 00:35:16 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-19.1.1.ebuild,v 1.1
2014/11/10 05:56:33 patrick Exp $
+# $Header:
/var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-19.1.1.ebuild,v 1.2
2014/11/25 00:35:16 idella4 Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
@@ -16,9 +16,9 @@
IUSE="doc examples test"
KEYWORDS="~amd64 ~x86"
-RDEPEND="dev-python/setproctitle"
+RDEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx )
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
DOCS="README.rst"
1.38 www-servers/gunicorn/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.38&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.38&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 10 Nov 2014 05:56:33 -0000 1.37
+++ ChangeLog 25 Nov 2014 00:35:16 -0000 1.38
@@ -1,6 +1,11 @@
# ChangeLog for www-servers/gunicorn
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.37
2014/11/10 05:56:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.38
2014/11/25 00:35:16 idella4 Exp $
+
+ 25 Nov 2014; Ian Delaney <[email protected]> -gunicorn-0.17.2.ebuild,
+ -gunicorn-18.0-r1.ebuild, -gunicorn-18.0.ebuild, gunicorn-19.0.0.ebuild,
+ gunicorn-19.1.1.ebuild:
+ clean old python impls, upgrade deps, endorsed by designated maintainers
*gunicorn-19.1.1 (10 Nov 2014)