# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 DESCRIPTION="Interactive shell for git" HOMEPAGE="https://github.com/thoughtbot/gitsh" SRC_URI="https://github.com/thoughtbot/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="dev-lang/ruby dev-vcs/git" DEPEND="${RDEPEND} virtual/rubygems"