# Copyright 1999-2009 Tiziano Müller # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit gnome2 DESCRIPTION="Déjà Dup is a simple backup tool (and frontend to duplicity)." HOMEPAGE="http://launchpad.net/deja-dup" SRC_URI="http://launchpadlibrarian.net/33384969/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="s3" RDEPEND="x11-libs/gtk+:2 dev-libs/glib:2 gnome-base/libgnomeui gnome-base/gconf gnome-base/gnome-keyring x11-libs/libnotify dev-libs/libunique dev-libs/dbus-glib gnome-base/nautilus app-backup/duplicity[s3?]" DEPEND="${RDEPEND} sys-devel/libtool sys-devel/gettext dev-util/intltool dev-util/pkgconfig" # TODO: # - check whether it is ok to not depend on po4a and/or vala. # I assume it is since stuff would just get regenerated without any dis/advantages DOCS="AUTHORS NEWS TODO"