| 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/net-libs/gnutls/Attic/gnutls-3.0.21.ebuild,v 1.1 2012/07/04 14:55:26 radhermit Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/Attic/gnutls-3.0.21.ebuild,v 1.2 2012/08/02 20:08:08 radhermit Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | inherit autotools libtool eutils |
7 | inherit autotools libtool eutils |
| 8 | |
8 | |
| … | |
… | |
| 83 | } |
83 | } |
| 84 | |
84 | |
| 85 | src_configure() { |
85 | src_configure() { |
| 86 | econf \ |
86 | econf \ |
| 87 | --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ |
87 | --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ |
|
|
88 | --disable-silent-rules \ |
| 88 | --disable-valgrind-tests \ |
89 | --disable-valgrind-tests \ |
| 89 | $(use_enable cxx) \ |
90 | $(use_enable cxx) \ |
| 90 | $(use_enable doc gtk-doc) \ |
91 | $(use_enable doc gtk-doc) \ |
| 91 | $(use_enable doc gtk-doc-pdf) \ |
92 | $(use_enable doc gtk-doc-pdf) \ |
| 92 | $(use_enable guile) \ |
93 | $(use_enable guile) \ |