summaryrefslogtreecommitdiff
blob: 6f7419fe7ef1ec14b791c2b4c9c0dcc3cdac23e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2010 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="mirror://rubygems/git-${PV}.gem -> ${P}.gem"

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

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