# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 VALA_MIN_API_VERSION="0.26" inherit autotools eutils gnome2 vala DESCRIPTION="A Pomodoro timer for Gnome" HOMEPAGE="http://gnomepomodoro.org/" SRC_URI="https://github.com/codito/gnome-pomodoro/archive/${PV}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-libs/gobject-introspection dev-libs/gom dev-libs/dbus-glib media-fonts/droid" DEPEND="${RDEPEND} $(vala_depend) virtual/pkgconfig dev-util/intltool sys-devel/gettext" src_prepare() { vala_src_prepare eautoreconf gnome2_src_prepare }