| 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/Attic/cairo-1.10.2-r2.ebuild,v 1.4 2012/05/04 17:54:21 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/Attic/cairo-1.10.2-r2.ebuild,v 1.5 2012/05/05 03:52:24 jdhore 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" |
| … | |
… | |
| 45 | xcb? ( |
45 | xcb? ( |
| 46 | x11-libs/libxcb |
46 | x11-libs/libxcb |
| 47 | x11-libs/xcb-util |
47 | x11-libs/xcb-util |
| 48 | )" |
48 | )" |
| 49 | DEPEND="${RDEPEND} |
49 | DEPEND="${RDEPEND} |
| 50 | dev-util/pkgconfig |
50 | virtual/pkgconfig |
| 51 | >=sys-devel/libtool-2 |
51 | >=sys-devel/libtool-2 |
| 52 | doc? ( |
52 | doc? ( |
| 53 | >=dev-util/gtk-doc-1.6 |
53 | >=dev-util/gtk-doc-1.6 |
| 54 | ~app-text/docbook-xml-dtd-4.2 |
54 | ~app-text/docbook-xml-dtd-4.2 |
| 55 | ) |
55 | ) |