From 309af267634f7ca7533fe68cbe59e0ee3a27f7bf Mon Sep 17 00:00:00 2001 From: "CS Shyam Sundar (CS3)" Date: Mon, 3 Aug 2009 18:30:34 +0000 Subject: dev-ruby/chronic: New Ebuild for bug 280143 thanks to scarabeus, idl0r, a3li, tommy[D] & sedzimir svn path=/sunrise/; revision=8935 --- dev-ruby/chronic/chronic-0.2.3.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-ruby/chronic/chronic-0.2.3.ebuild (limited to 'dev-ruby/chronic/chronic-0.2.3.ebuild') diff --git a/dev-ruby/chronic/chronic-0.2.3.ebuild b/dev-ruby/chronic/chronic-0.2.3.ebuild new file mode 100644 index 000000000..4dbc8eb04 --- /dev/null +++ b/dev-ruby/chronic/chronic-0.2.3.ebuild @@ -0,0 +1,19 @@ +# 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}" + + -- cgit v1.2.3-65-gdbad