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/pastedeploy: pastedeploy-1.3.3.ebuild
Date: Sat, 06 Feb 2010 15:38:08
Message-Id: E1NdmjV-0006oa-77@stork.gentoo.org
1 arfrever 10/02/06 15:38:05
2
3 Modified: pastedeploy-1.3.3.ebuild
4 Log:
5 Update HOMEPAGE and SRC_URI.
6 (Portage version: 15324-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 dev-python/pastedeploy/pastedeploy-1.3.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild?r1=1.5&r2=1.6
14
15 Index: pastedeploy-1.3.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- pastedeploy-1.3.3.ebuild 6 Feb 2010 15:32:23 -0000 1.5
22 +++ pastedeploy-1.3.3.ebuild 6 Feb 2010 15:38:04 -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/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.5 2010/02/06 15:32:23 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.3.3.ebuild,v 1.6 2010/02/06 15:38:04 arfrever Exp $
28
29 EAPI="2"
30 PYTHON_DEPEND="2"
31 @@ -8,12 +8,12 @@
32
33 inherit eutils distutils multilib
34
35 -MY_PN=PasteDeploy
36 -MY_P=${MY_PN}-${PV}
37 +MY_PN="PasteDeploy"
38 +MY_P="${MY_PN}-${PV}"
39
40 DESCRIPTION="Load, configure, and compose WSGI applications and servers"
41 -HOMEPAGE="http://pythonpaste.org/deploy/"
42 -SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
43 +HOMEPAGE="http://pythonpaste.org/deploy/ http://pypi.python.org/pypi/PasteDeploy"
44 +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
45
46 LICENSE="MIT"
47 SLOT="0"