# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # EAPI="5" GCONF_DEBUG="no" inherit gnome2 DESCRIPTION="note editor applications for GNOME" HOMEPAGE="http://live.gnome.org/bijiben" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" >=app-misc/tracker-0.16 sys-devel/gettext >=x11-libs/gtk+-3.7.7 dev-libs/libxml2 >=dev-libs/glib-2.28:2 media-libs/clutter-gtk:1.0 gnome-extra/zeitgeist net-libs/webkit-gtk:3 " DEPEND="${RDEPEND} " src_prepare(){ DOCS="ChangeLog NEWS TODO AUTHORS" gnome2_src_prepare }