# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit eutils DESCRIPTION="Cliaspora is a command-line client for the distributed social network Diaspora*." HOMEPAGE="https://freeshell.de/~mk/projects/cliaspora.html" SRC_URI="https://freeshell.de/~mk/download/${P}.tgz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/Makefile.patch }