| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/Attic/pycairo-1.8.8.ebuild,v 1.1 2009/08/29 01:13:12 arfrever Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/Attic/pycairo-1.8.8.ebuild,v 1.2 2009/09/10 03:24:17 arfrever Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | NEED_PYTHON="2.6" |
7 | NEED_PYTHON="2.6" |
| 8 | SUPPORT_PYTHON_ABIS="1" |
8 | SUPPORT_PYTHON_ABIS="1" |
| … | |
… | |
| 14 | SRC_URI="http://cairographics.org/releases/${P}.tar.gz" |
14 | SRC_URI="http://cairographics.org/releases/${P}.tar.gz" |
| 15 | |
15 | |
| 16 | LICENSE="|| ( LGPL-2.1 MPL-1.1 )" |
16 | LICENSE="|| ( LGPL-2.1 MPL-1.1 )" |
| 17 | SLOT="0" |
17 | SLOT="0" |
| 18 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" |
18 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" |
| 19 | IUSE="doc examples" |
19 | IUSE="doc examples +svg" |
| 20 | |
20 | |
| 21 | RDEPEND=">=x11-libs/cairo-1.8.8" |
21 | RDEPEND=">=x11-libs/cairo-1.8.8[svg=]" |
| 22 | DEPEND="${RDEPEND} |
22 | DEPEND="${RDEPEND} |
| 23 | dev-util/pkgconfig |
23 | dev-util/pkgconfig |
| 24 | doc? ( dev-python/sphinx )" |
24 | doc? ( dev-python/sphinx )" |
| 25 | |
25 | |
| 26 | RESTRICT_PYTHON_ABIS="2.4 2.5 3*" |
26 | RESTRICT_PYTHON_ABIS="2.4 2.5 3*" |