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

USE_RUBY="ruby18"
inherit gems

DESCRIPTION="A pure Ruby natural language date parser"
HOMEPAGE="http://chronic.rubyforge.org"

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

RDEPEND="dev-ruby/hoe"
DEPEND="${RDEPEND}"