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/cssutils: cssutils-0.9.7_beta3.ebuild
Date: Sat, 30 Oct 2010 19:33:13
Message-Id: 20101030193307.2AF1D20051@flycatcher.gentoo.org
1 arfrever 10/10/30 19:33:07
2
3 Modified: cssutils-0.9.7_beta3.ebuild
4 Log:
5 Use PyPI mirrors.
6
7 (Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/cssutils/cssutils-0.9.7_beta3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssutils/cssutils-0.9.7_beta3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssutils/cssutils-0.9.7_beta3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cssutils/cssutils-0.9.7_beta3.ebuild?r1=1.1&r2=1.2
15
16 Index: cssutils-0.9.7_beta3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.7_beta3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cssutils-0.9.7_beta3.ebuild 21 Jun 2010 16:40:18 -0000 1.1
23 +++ cssutils-0.9.7_beta3.ebuild 30 Oct 2010 19:33:07 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.7_beta3.ebuild,v 1.1 2010/06/21 16:40:18 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.7_beta3.ebuild,v 1.2 2010/10/30 19:33:07 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -14,7 +14,7 @@
33
34 DESCRIPTION="CSS Cascading Style Sheets parser and library for Python"
35 HOMEPAGE="http://code.google.com/p/cssutils http://pypi.python.org/pypi/cssutils"
36 -SRC_URI="http://cssutils.googlecode.com/files/${MY_P}.zip http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${MY_P}.zip"
37 +SRC_URI="http://cssutils.googlecode.com/files/${MY_P}.zip mirror://pypi/${PN:0:1}/${PN}/${MY_P}.zip"
38
39 LICENSE="GPL-3"
40 SLOT="0"