sys-apps/syndgen/syndgen-0.2.2-r1.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 21 May 2017 17:12:30 -0700
changeset 216 5e84b58ccea0
parent 170 71c4f6ddaa70
permissions -rw-r--r--
app-emulation/genymotion-bin: Support libressl (Portage version: 2.3.5/hg/Linux x86_64, unsigned Manifest commit)

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:  $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="A distant Gentoo synchronizer helper"
HOMEPAGE="http://tuna.lyua.org/syndgen/"
SRC_URI="httpS://tinyrss.elyzion.net/files/soft/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="net-misc/rsync net-misc/openssh app-portage/gentoolkit"

EHG_REPO_URI="https://hg.geekorum.com/syndgen"

python_install_all()
{
	distutils-r1_python_install_all
	doman doc/syndgen.1
}