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

EAPI="2"

USE_RUBY="ruby18"
inherit ruby-fakegem

DESCRIPTION="Braid is a simple tool to help track git and svn vendor branches in a git repository."
HOMEPAGE="http://github.com/evilchelu/braid"
SRC_URI="http://github.com/evilchelu/braid/tarball/v0.6.1 -> ${P}.gem"

LICENSE="as-is"
SLOT="0"
KEYWORDS=""
IUSE=""

ruby_add_rdepend ">=dev-ruby/main-2.8.0
	>=dev-ruby/open4-0.9.6"