summaryrefslogtreecommitdiff
blob: a9189010ec72a3845fed863f9b1d4e7aca17bf89 (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

EAPI="2"

USE_RUBY="ruby18"
inherit ruby-fakegem

DESCRIPTION="DVCS-based command line issue tracker"
HOMEPAGE="http://ditz.rubyforge.org/"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=">=dev-ruby/hoe-1.7.0
	>=dev-ruby/trollop-1.9
	>=dev-ruby/rubygems-1.2.0"
RDEPEND="${DEPEND}"