# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # based on dev-lang/squeak/squeak-3.10.ebuild EAPI="2" inherit distutils eutils git DESCRIPTION="Commandline client for the openSUSE build service" HOMEPAGE="http://en.opensuse.org/Build_Service/CLI" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" IUSE="" RDEPEND=" dev-python/urlgrabber dev-python/m2crypto" DEPEND="$RDEPEND \ dev-vcs/git" EGIT_REPO_URI="git://gitorious.org/opensuse/osc.git" EGIT_TREE="0a5cfa9c0051bcf2dc255d94bc485dff132069b5" src_install() { DOCS="AUTHORS NEWS README TODO" distutils_src_install dosym /usr/bin/{osc-wrapper.py,osc} }