summaryrefslogtreecommitdiff
blob: f4739a170633c4aaf74db905eede3b699d2e4312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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="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}"