Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pastescript: pastescript-1.7.3.ebuild
Date: Sun, 27 Jun 2010 23:10:15
Message-Id: 20100627231013.310FF2CF9C@corvid.gentoo.org
1 arfrever 10/06/27 23:10:13
2
3 Modified: pastescript-1.7.3.ebuild
4 Log:
5 Fix dependencies.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 dev-python/pastescript/pastescript-1.7.3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?r1=1.5&r2=1.6
14
15 Index: pastescript-1.7.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- pastescript-1.7.3.ebuild 27 Jun 2010 22:59:32 -0000 1.5
22 +++ pastescript-1.7.3.ebuild 27 Jun 2010 23:10:13 -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/pastescript/pastescript-1.7.3.ebuild,v 1.5 2010/06/27 22:59:32 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.6 2010/06/27 23:10:13 arfrever Exp $
28
29 EAPI="3"
30 PYTHON_DEPEND="2"
31 @@ -22,11 +22,11 @@
32 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
33 IUSE="doc"
34
35 -RDEPEND=">=dev-python/paste-1.3
36 +RDEPEND="dev-python/cheetah
37 + >=dev-python/paste-1.3
38 dev-python/pastedeploy
39 - dev-python/cheetah"
40 + dev-python/setuptools"
41 DEPEND="${RDEPEND}
42 - dev-python/setuptools
43 doc? ( dev-python/pygments dev-python/sphinx )"
44
45 # Tests are broken.