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: ChangeLog gunicorn-0.14.1.ebuild
Date: Sun, 04 Mar 2012 19:56:04
Message-Id: 20120304195554.51C652004B@flycatcher.gentoo.org
1 rafaelmartins 12/03/04 19:55:54
2
3 Modified: ChangeLog gunicorn-0.14.1.ebuild
4 Log:
5 Fixed patch version.
6
7 (Portage version: 2.2.0_alpha89_p5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 www-servers/gunicorn/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 4 Mar 2012 19:44:41 -0000 1.16
23 +++ ChangeLog 4 Mar 2012 19:55:54 -0000 1.17
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-servers/gunicorn
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.16 2012/03/04 19:44:41 rafaelmartins Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/ChangeLog,v 1.17 2012/03/04 19:55:54 rafaelmartins Exp $
29 +
30 + 04 Mar 2012; Rafael G. Martins <rafaelmartins@g.o>
31 + gunicorn-0.14.1.ebuild:
32 + Fixed patch version.
33
34 *gunicorn-0.14.1 (04 Mar 2012)
35
36
37
38
39 1.2 www-servers/gunicorn/gunicorn-0.14.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.14.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.14.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gunicorn/gunicorn-0.14.1.ebuild?r1=1.1&r2=1.2
44
45 Index: gunicorn-0.14.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.14.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gunicorn-0.14.1.ebuild 4 Mar 2012 19:44:41 -0000 1.1
52 +++ gunicorn-0.14.1.ebuild 4 Mar 2012 19:55:54 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.14.1.ebuild,v 1.1 2012/03/04 19:44:41 rafaelmartins Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.14.1.ebuild,v 1.2 2012/03/04 19:55:54 rafaelmartins Exp $
58
59 EAPI="3"
60 PYTHON_DEPEND="2:2.5"
61 @@ -25,7 +25,7 @@
62 DOCS="README.rst"
63
64 src_prepare() {
65 - epatch "${FILESDIR}/${P}-"noegg.patch || die
66 + epatch "${FILESDIR}/${PN}"-0.14.0-noegg.patch || die
67 }
68
69 src_install() {