# Copyright Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" inherit qt4-r2 DESCRIPTION="QuiteRSS: RSS/Atom feed reader written on Qt" HOMEPAGE="http://code.google.com/p/quite-rss/" MY_P="QuiteRSS-${PV}" SRC_URI="http://quite-rss.googlecode.com/files/${MY_P}-src.tar.gz" LICENSE="GPL-3" S="${WORKDIR}/${MY_P}-src" SLOT="0" KEYWORDS="~amd64 ~x86" LANGS="de en es ru" DEPEND="x11-libs/qt-gui:4 x11-libs/qt-sql:4 x11-libs/qt-webkit:4" IUSE="debug" DOCSDIR="${S}" DOCS="AUTHORS COPYING HISTORY_EN HISTORY_RU README"