# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="CLI script for uploading images to http://kirikoo.net (French)" HOMEPAGE="" SRC_URI="http://crok.r245.free.fr/kirikoo/${P}" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="<=dev-lang/python-3.0" S=${WORKDIR} src_install() { newbin ${DISTDIR}/${P} ${PN} }