# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 EGIT_REPO_URI="https://labs.riseup.net/code/backupninja.git" inherit autotools git-r3 # This thing change with every release, how idiotic... #NODE_NUMBER=275 DESCRIPTION="lightweight, extensible meta-backup system" HOMEPAGE="http://riseuplabs.org/backupninja/" #SRC_URI="https://labs.riseup.net/code/attachments/download/${NODE_NUMBER}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-util/dialog" RDEPEND="${DEPEND}" DOCS=( AUTHORS FAQ TODO README NEWS ) src_prepare() { eautoreconf }