# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit cmake-utils git-r3 DESCRIPTION="RSS Guard is handy and lightweight feed reader which supports all major web syndication formats, including RSS & RDF and ATOM." HOMEPAGE="http://www.rssguard.comehere.cz" SRC_URI="" LICENSE="GPL-3" SLOT="2" KEYWORDS="x86 x64" IUSE="" EGIT_REPO_URI="https://github.com/martinrotter/rssguard" DEPEND="dev-qt/qtcore dev-qt/qtgui dev-qt/qtwebkit dev-qt/qtxmlpatterns dev-util/cmake dev-vcs/git x11-themes/hicolor-icon-theme" RDEPEND="${DEPEND}" src_configure() { cmake-utils_src_configure } src_install() { cmake-utils_src_install }