Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/paste: paste-1.7.2.ebuild ChangeLog
Date: Sat, 26 Jun 2010 03:19:01
Message-Id: 20100626031859.245742CF70@corvid.gentoo.org
1 sping 10/06/26 03:18:59
2
3 Modified: paste-1.7.2.ebuild ChangeLog
4 Log:
5 dev-python/paste: Make USE="doc -flup" require flup, too (bug #318757)
6 (Portage version: 2.2_rc62/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 dev-python/paste/paste-1.7.2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?r1=1.5&r2=1.6
14
15 Index: paste-1.7.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- paste-1.7.2.ebuild 6 Feb 2010 15:44:05 -0000 1.5
22 +++ paste-1.7.2.ebuild 26 Jun 2010 03:18:58 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.5 2010/02/06 15:44:05 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.6 2010/06/26 03:18:58 sping Exp $
28
29 EAPI="2"
30 PYTHON_DEPEND="2"
31 @@ -25,7 +25,7 @@
32 openid? ( dev-python/python-openid )"
33 DEPEND="${RDEPEND}
34 dev-python/setuptools
35 - doc? ( dev-python/pudge dev-python/buildutils )"
36 + doc? ( dev-python/pudge dev-python/buildutils dev-python/flup )"
37 RESTRICT_PYTHON_ABIS="3.*"
38
39 S="${WORKDIR}/${MY_P}"
40
41
42
43 1.9 dev-python/paste/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paste/ChangeLog?rev=1.9&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paste/ChangeLog?rev=1.9&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/paste/ChangeLog?r1=1.8&r2=1.9
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v
52 retrieving revision 1.8
53 retrieving revision 1.9
54 diff -u -r1.8 -r1.9
55 --- ChangeLog 20 Dec 2009 20:25:12 -0000 1.8
56 +++ ChangeLog 26 Jun 2010 03:18:58 -0000 1.9
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-python/paste
59 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.8 2009/12/20 20:25:12 arfrever Exp $
61 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.9 2010/06/26 03:18:58 sping Exp $
63 +
64 + 26 Jun 2010; Sebastian Pipping <sping@g.o> paste-1.7.2.ebuild:
65 + Make USE="doc -flup" require flup, too (bug #318757)
66
67 20 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
68 paste-1.7.2.ebuild: