Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sphinx: sphinx-1.0.3.ebuild
Date: Wed, 25 Aug 2010 07:34:30
Message-Id: 20100825073425.D2CAE2004E@flycatcher.gentoo.org
1 djc 10/08/25 07:34:25
2
3 Modified: sphinx-1.0.3.ebuild
4 Log:
5 Fix SRC_URI.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/sphinx/sphinx-1.0.3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.0.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.0.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.0.3.ebuild?r1=1.1&r2=1.2
14
15 Index: sphinx-1.0.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.0.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- sphinx-1.0.3.ebuild 23 Aug 2010 18:57:17 -0000 1.1
22 +++ sphinx-1.0.3.ebuild 25 Aug 2010 07:34:25 -0000 1.2
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/sphinx/sphinx-1.0.3.ebuild,v 1.1 2010/08/23 18:57:17 djc Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.0.3.ebuild,v 1.2 2010/08/25 07:34:25 djc Exp $
28
29 EAPI="3"
30 PYTHON_DEPEND="2"
31 @@ -15,7 +15,7 @@
32
33 DESCRIPTION="Tool to create documentation for Python projects"
34 HOMEPAGE="http://sphinx.pocoo.org/ http://pypi.python.org/pypi/Sphinx"
35 -SRC_URI="mirror://pypi/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
36 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
37
38 LICENSE="BSD"
39 SLOT="0"