sys-apps/syndgen/syndgen-0.2.2-r1.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 02 Aug 2015 01:21:58 +0200
changeset 170 71c4f6ddaa70
parent 24 3d61943fc211
permissions -rw-r--r--
Add live version of sys-app/syndgen-9999 which is python3 only (Portage version: 2.2.20/hg/Linux x86_64, signed Manifest commit with key )

# 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
}