| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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/x11-libs/cairo/Attic/cairo-1.8.10.ebuild,v 1.8 2010/08/29 18:23:36 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/Attic/cairo-1.8.10.ebuild,v 1.9 2010/09/13 13:19:51 josejx Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic autotools |
7 | inherit eutils flag-o-matic autotools |
| 8 | |
8 | |
| … | |
… | |
| 11 | SRC_URI="http://cairographics.org/releases/${P}.tar.gz |
11 | SRC_URI="http://cairographics.org/releases/${P}.tar.gz |
| 12 | mirror://gentoo/${PN}-1.8-lcd_filter.patch.bz2" |
12 | mirror://gentoo/${PN}-1.8-lcd_filter.patch.bz2" |
| 13 | |
13 | |
| 14 | LICENSE="|| ( LGPL-2.1 MPL-1.1 )" |
14 | LICENSE="|| ( LGPL-2.1 MPL-1.1 )" |
| 15 | SLOT="0" |
15 | SLOT="0" |
| 16 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
16 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
| 17 | IUSE="aqua cleartype debug directfb doc glitz lcdfilter opengl +svg X xcb" |
17 | IUSE="aqua cleartype debug directfb doc glitz lcdfilter opengl +svg X xcb" |
| 18 | |
18 | |
| 19 | # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |
19 | # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |
| 20 | RESTRICT="test" |
20 | RESTRICT="test" |
| 21 | |
21 | |