Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/gunicorn: metadata.xml ChangeLog gunicorn-0.14.0.ebuild gunicorn-0.12.2.ebuild
Date: Sun, 04 Mar 2012 01:25:39
Message-Id: 20120304012515.A22372004B@flycatcher.gentoo.org
1 rafaelmartins 12/03/04 01:25:15
2
3 Modified: metadata.xml ChangeLog
4 Added: gunicorn-0.14.0.ebuild
5 Removed: gunicorn-0.12.2.ebuild
6 Log:
7 Version bump, removed old. Removed 'examples' use flag. Added Johan as
8 Co-Maintainer. Bug #406669
9
10 (Portage version: 2.2.0_alpha89_p5/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.3 www-servers/gunicorn/metadata.xml
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/metadata.xml?rev=1.3&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/metadata.xml?rev=1.3&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/metadata.xml?r1=1.2&r2=1.3
18
19 Index: metadata.xml
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/metadata.xml,v
22 retrieving revision 1.2
23 retrieving revision 1.3
24 diff -u -r1.2 -r1.3
25 --- metadata.xml 24 Sep 2011 10:57:02 -0000 1.2
26 +++ metadata.xml 4 Mar 2012 01:25:15 -0000 1.3
27 @@ -5,6 +5,11 @@
28 <email>rafaelmartins@g.o</email>
29 <name>Rafael G. Martins</name>
30 </maintainer>
31 + <maintainer>
32 + <email>bugs@××××××××××.nu</email>
33 + <name>Johan Bergström</name>
34 + <description>Co-maintainer, CC on bugs.</description>
35 + </maintainer>
36 <longdescription lang="en">
37 Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a
38 pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn
39
40
41
42 1.15 www-servers/gunicorn/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.15&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.15&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?r1=1.14&r2=1.15
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
51 retrieving revision 1.14
52 retrieving revision 1.15
53 diff -u -r1.14 -r1.15
54 --- ChangeLog 28 Jan 2012 15:16:40 -0000 1.14
55 +++ ChangeLog 4 Mar 2012 01:25:15 -0000 1.15
56 @@ -1,6 +1,14 @@
57 # ChangeLog for www-servers/gunicorn
58 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.14 2012/01/28 15:16:40 phajdan.jr Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.15 2012/03/04 01:25:15 rafaelmartins Exp $
61 +
62 +*gunicorn-0.14.0 (04 Mar 2012)
63 +
64 + 04 Mar 2012; Rafael G. Martins <rafaelmartins@g.o>
65 + -gunicorn-0.12.2.ebuild, +gunicorn-0.14.0.ebuild,
66 + +files/gunicorn-0.14.0-noegg.patch, metadata.xml:
67 + Version bump, removed old. Removed 'examples' use flag. Added Johan as
68 + Co-Maintainer. Bug #406669.
69
70 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@g.o> gunicorn-0.13.4.ebuild:
71 x86 stable wrt bug #400527
72
73
74
75 1.1 www-servers/gunicorn/gunicorn-0.14.0.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.14.0.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.14.0.ebuild?rev=1.1&content-type=text/plain
79
80 Index: gunicorn-0.14.0.ebuild
81 ===================================================================
82 # Copyright 1999-2012 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.14.0.ebuild,v 1.1 2012/03/04 01:25:15 rafaelmartins Exp $
85
86 EAPI="3"
87 PYTHON_DEPEND="2:2.5"
88 SUPPORT_PYTHON_ABIS="1"
89 RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
90 DISTUTILS_SRC_TEST="nosetests"
91
92 inherit distutils eutils
93
94 DESCRIPTION="A WSGI HTTP Server for UNIX"
95 HOMEPAGE="http://gunicorn.org http://pypi.python.org/pypi/gunicorn"
96 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
97
98 LICENSE="MIT"
99 SLOT="0"
100 IUSE="doc test"
101 KEYWORDS="~amd64 ~x86"
102
103 RDEPEND="dev-python/setproctitle"
104 DEPEND="dev-python/setuptools"
105
106 DOCS="README.rst"
107
108 src_prepare() {
109 epatch "${FILESDIR}/${P}-"noegg.patch || die
110 }
111
112 src_install() {
113 distutils_src_install
114 use doc && dohtml -r doc/htdocs/*
115 }