# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # This ebuild come from http://binaryniouzrideur.free.fr/ - The site http://gentoo.zugaina.org/ only host a copy. inherit distutils eutils DESCRIPTION="biniou is command-line oriented binary newsreader" HOMEPAGE="http://binaryniouzrideur.free.fr" SRC_URI="http://binaryniouzrideur.free.fr/releases/biniou-0.1.1.tar.bz2" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=dev-lang/python-2.4" RDEPEND="${DEPEND} >=net-news/yydecode-0.2.10 >=app-arch/par2cmdline-0.4" src_install() { distutils_src_install exeinto /usr/bin newexe biniou dodoc README AUTHORS COPYING doc/* }