| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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.6 2010/06/05 18:43:44 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1.ebuild,v 1.7 2010/07/07 17:49:51 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit autotools python |
7 | inherit autotools python |
| 8 | |
8 | |
| 9 | DESCRIPTION="Samba tdb" |
9 | DESCRIPTION="Samba tdb" |
| 10 | HOMEPAGE="http://tdb.samba.org/" |
10 | HOMEPAGE="http://tdb.samba.org/" |
| 11 | SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz" |
11 | SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz" |
| 12 | LICENSE="GPL-3" |
12 | LICENSE="GPL-3" |
| 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="" |
17 | RDEPEND="" |
| 18 | DEPEND="python? ( dev-lang/python ) |
18 | DEPEND="python? ( dev-lang/python ) |
| 19 | !<net-fs/samba-libs-3.4 |
19 | !<net-fs/samba-libs-3.4 |