# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" inherit qt4-r2 subversion DESCRIPTION="Orayta is a Jewish Book Libray, based on the Torat Ement project." HOMEPAGE="http://orayta.googlecode.com/" KEYWORDS="~x86 ~amd64" SLOT="0" LICENSE="GPL-2 LGPL-2.1 LGPL-3" IUSE="linguas_fr linguas_he" ESVN_REPO_URI="http://orayta.googlecode.com/svn/trunk/" BOOKS_ESVN_REPO_URI="http://orayta.googlecode.com/svn/books/" SRC_URI="" DEPEND="x11-libs/qt-gui:4 x11-libs/qt-webkit:4 >=kde-base/libkonq-4" subversion_src_unpack() { subversion_fetch || die "${ESVN}: unknown problem occurred in subversion_fetch." subversion_fetch "${BOOKS_ESVN_REPO_URI}" "Books" || die "${ESVN}: unknown problem occurred in subversion_fetch." }