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/pycairo: pycairo-1.8.8.ebuild
Date: Sun, 01 Nov 2009 15:49:50
Message-Id: E1N4cge-0002d6-8u@stork.gentoo.org
1 arfrever 09/11/01 15:49:48
2
3 Modified: pycairo-1.8.8.ebuild
4 Log:
5 Update HOMEPAGE.
6 (Portage version: 14771-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.14 dev-python/pycairo/pycairo-1.8.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild?r1=1.13&r2=1.14
14
15 Index: pycairo-1.8.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- pycairo-1.8.8.ebuild 19 Oct 2009 16:04:45 -0000 1.13
22 +++ pycairo-1.8.8.ebuild 1 Nov 2009 15:49:47 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild,v 1.13 2009/10/19 16:04:45 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild,v 1.14 2009/11/01 15:49:47 arfrever Exp $
28
29 EAPI="2"
30
31 @@ -10,7 +10,7 @@
32 inherit distutils multilib
33
34 DESCRIPTION="Python wrapper for cairo vector graphics library"
35 -HOMEPAGE="http://cairographics.org/pycairo/"
36 +HOMEPAGE="http://cairographics.org/pycairo/ http://pypi.python.org/pypi/pycairo"
37 SRC_URI="http://cairographics.org/releases/${P}.tar.gz"
38
39 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
40 @@ -22,8 +22,7 @@
41 DEPEND="${RDEPEND}
42 dev-util/pkgconfig
43 doc? ( >=dev-python/sphinx-0.6 )"
44 -
45 -RESTRICT_PYTHON_ABIS="2.4 2.5 3*"
46 +RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
47
48 PYTHON_MODNAME="cairo"
49 DOCS="AUTHORS NEWS README"
50 @@ -68,7 +67,7 @@
51 }
52
53 src_install() {
54 - [[ -z ${ED} ]] && local ED=${D}
55 + [[ -z "${ED}" ]] && local ED="${D}"
56 PKGCONFIG_DIR="${EPREFIX}/usr/$(get_libdir)/pkgconfig" distutils_src_install
57
58 if use doc; then