blob: 1c80cfabda3b9cdf520b0796912c2239dca2fd04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2012 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-vcs/git"
DEPEND="${RDEPEND}"
|