| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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/sys-libs/tdb/tdb-1.2.1.ebuild,v 1.9 2011/04/01 15:04:52 vostorga Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1.ebuild,v 1.10 2011/04/01 20:33:03 arfrever Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | PYTHON_DEPEND="python? 2:2.6" |
6 | PYTHON_DEPEND="python? 2:2.6" |
| 7 | inherit autotools python |
7 | inherit autotools python |
| 8 | |
8 | |
| … | |
… | |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" |
14 | KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" |
| 15 | IUSE="python static-libs tools tdbtest" |
15 | IUSE="python static-libs tools tdbtest" |
| 16 | |
16 | |
| 17 | RDEPEND="!!<sys-libs/tdb-1.2.1" |
17 | RDEPEND="!!<sys-libs/tdb-1.2.1" |
| 18 | DEPEND="python? ( dev-lang/python ) |
|
|
| 19 | !<net-fs/samba-libs-3.4 |
18 | DEPEND="!<net-fs/samba-libs-3.4 |
| 20 | !<net-fs/samba-3.3 |
19 | !<net-fs/samba-3.3 |
| 21 | app-text/docbook-xsl-stylesheets |
20 | app-text/docbook-xsl-stylesheets |
| 22 | dev-libs/libxslt" |
21 | dev-libs/libxslt" |
| 23 | |
22 | |
| 24 | pkg_setup() { |
23 | pkg_setup() { |