| 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/dev-libs/redland/Attic/redland-1.0.10-r1.ebuild,v 1.8 2010/02/23 13:43:46 fauli Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/Attic/redland-1.0.10-r1.ebuild,v 1.9 2010/03/06 15:00:06 armin76 Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | inherit autotools eutils |
6 | inherit autotools eutils |
| 7 | |
7 | |
| 8 | DESCRIPTION="High-level interface for the Resource Description Framework" |
8 | DESCRIPTION="High-level interface for the Resource Description Framework" |
| 9 | HOMEPAGE="http://librdf.org/" |
9 | HOMEPAGE="http://librdf.org/" |
| 10 | SRC_URI="http://download.librdf.org/source/${P}.tar.gz" |
10 | SRC_URI="http://download.librdf.org/source/${P}.tar.gz" |
| 11 | |
11 | |
| 12 | LICENSE="Apache-2.0 GPL-2 LGPL-2.1" |
12 | LICENSE="Apache-2.0 GPL-2 LGPL-2.1" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" |
14 | KEYWORDS="~amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" |
| 15 | IUSE="berkdb iodbc mysql odbc postgres sqlite ssl xml" |
15 | IUSE="berkdb iodbc mysql odbc postgres sqlite ssl xml" |
| 16 | |
16 | |
| 17 | RDEPEND="mysql? ( virtual/mysql ) |
17 | RDEPEND="mysql? ( virtual/mysql ) |
| 18 | sqlite? ( =dev-db/sqlite-3* ) |
18 | sqlite? ( =dev-db/sqlite-3* ) |
| 19 | berkdb? ( sys-libs/db ) |
19 | berkdb? ( sys-libs/db ) |