| 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/sci-mathematics/cgal/cgal-4.0.2.ebuild,v 1.1 2012/07/07 12:44:10 bicatali Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-4.0.2.ebuild,v 1.2 2012/08/09 18:06:20 bicatali Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | CMAKE_BUILD_TYPE=Release |
6 | CMAKE_BUILD_TYPE=Release |
| 7 | inherit base multilib cmake-utils |
7 | inherit base multilib cmake-utils |
| 8 | |
8 | |
| … | |
… | |
| 15 | SRC_URI="http://gforge.inria.fr/frs/download.php/${PID}/${MY_P}.tar.xz |
15 | SRC_URI="http://gforge.inria.fr/frs/download.php/${PID}/${MY_P}.tar.xz |
| 16 | doc? ( http://gforge.inria.fr/frs/download.php/${DPID}/${MY_P}-doc_html.tar.xz )" |
16 | doc? ( http://gforge.inria.fr/frs/download.php/${DPID}/${MY_P}-doc_html.tar.xz )" |
| 17 | |
17 | |
| 18 | LICENSE="LGPL-3 GPL-3 Boost-1.0" |
18 | LICENSE="LGPL-3 GPL-3 Boost-1.0" |
| 19 | SLOT="0" |
19 | SLOT="0" |
| 20 | KEYWORDS="~amd64 ~x86" |
20 | KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |
| 21 | IUSE="doc examples +gmp mpfi qt4" |
21 | IUSE="doc examples +gmp mpfi qt4" |
| 22 | |
22 | |
| 23 | RDEPEND="dev-libs/boost |
23 | RDEPEND="dev-libs/boost |
| 24 | dev-libs/mpfr |
24 | dev-libs/mpfr |
| 25 | sys-libs/zlib |
25 | sys-libs/zlib |