summaryrefslogtreecommitdiff
blob: 5be4e11449f7fa2fd6f312e12552457ae39a375f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/piston-2.0.9.ebuild,v 1.1 2010/08/07 13:10:44 graaff Exp $

EAPI="2"
USE_RUBY="ruby18"

RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="History.txt README.txt TODO"
RUBY_FAKEGEM_EXTRAINSTALL="script"

inherit ruby-fakegem

DESCRIPTION="A Rails utility that uses Subversion to manage local copies of upstream vendor branches."
HOMEPAGE="http://piston.rubyforge.org"

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

# Tests fails. Disabled for now and reported upstream:
# http://github.com/francois/piston/issues/issue/4
RESTRICT="test"

ruby_add_bdepend "test? ( dev-ruby/mocha )"

ruby_add_rdepend " >=dev-ruby/log4r-1.0.5
	>=dev-ruby/main-2.8.3
	>=dev-ruby/activesupport-2.0.0"