# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 EGIT_REPO_URI="https://github.com/gpodder/libmygpo-qt.git" inherit cmake-utils [[ ${PV} == *9999* ]] && inherit git-2 DESCRIPTION="Qt/C++ library wrapping the gpodder.net Webservice" HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt" [[ ${PV} == *9999* ]] || \ SRC_URI="https://github.com/gpodder/libmygpo-qt/archive/1.0.7.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" [[ ${PV} == *9999* ]] || \ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" dev-qt/qtcore:4 >=dev-libs/qjson-0.5 " DEPEND="${RDEPEND} virtual/pkgconfig dev-qt/qttest:4 " DOCS=( AUTHORS README )