| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/cairo-1.10.2-r3.ebuild,v 1.6 2012/12/08 17:13:07 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild,v 1.7 2012/12/17 20:24:43 maekke Exp $ |
| 4 | |
4 | |
| 5 | EAPI=3 |
5 | EAPI=3 |
| 6 | |
6 | |
| 7 | EGIT_REPO_URI="git://anongit.freedesktop.org/git/cairo" |
7 | EGIT_REPO_URI="git://anongit.freedesktop.org/git/cairo" |
| 8 | [[ ${PV} == *9999 ]] && GIT_ECLASS="git" |
8 | [[ ${PV} == *9999 ]] && GIT_ECLASS="git" |
| … | |
… | |
| 13 | HOMEPAGE="http://cairographics.org/" |
13 | HOMEPAGE="http://cairographics.org/" |
| 14 | [[ ${PV} == *9999 ]] || SRC_URI="http://cairographics.org/releases/${P}.tar.gz" |
14 | [[ ${PV} == *9999 ]] || 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 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
18 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
| 19 | IUSE="X aqua debug directfb doc drm gallium +glib opengl openvg qt4 static-libs +svg xcb" |
19 | IUSE="X aqua debug directfb doc drm gallium +glib opengl openvg qt4 static-libs +svg xcb" |
| 20 | |
20 | |
| 21 | # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |
21 | # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |
| 22 | RESTRICT="test" |
22 | RESTRICT="test" |
| 23 | |
23 | |