summaryrefslogtreecommitdiff
blob: b6d04dd113717e94e3e49459fbfc40f359071d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

USE_RUBY="ruby18"
EAPI="2"
inherit gems

DESCRIPTION="Git Library for Ruby"
HOMEPAGE="http://github.com/schacon/ruby-git/"
SRC_URI="http://gems.rubyforge.org/gems/git-${PV}.gem -> ${P}.gem"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE="doc"

RDEPEND="dev-util/git"
DEPEND="${RDEPEND}"