# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/soprano/soprano-2.6.51.ebuild,v 1.2 2011/07/29 06:02:31 ssuominen Exp $ EAPI=4 if [[ ${PV} == *9999* ]]; then git_eclass="git-2" EGIT_REPO_URI="git://anongit.kde.org/soprano" KEYWORDS="" else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit base cmake-utils flag-o-matic ${git_eclass} DESCRIPTION="Library that provides a nice Qt interface to RDF storage solutions" HOMEPAGE="http://sourceforge.net/projects/soprano" LICENSE="LGPL-2" SLOT="0" IUSE="clucene +dbus debug doc elibc_FreeBSD +raptor +redland test +virtuoso" COMMON_DEPEND=" >=x11-libs/qt-core-4.5.0:4 clucene? ( dev-cpp/clucene ) dbus? ( >=x11-libs/qt-dbus-4.5.0:4 ) raptor? ( >=media-libs/raptor-1.4.16:0 ) redland? ( >=dev-libs/rasqal-0.9.15 =dev-libs/redland-1.0.10