summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCS Shyam Sundar (CS3) <csshyamsundar@gmail.com>2009-08-03 18:30:34 +0000
committerCS Shyam Sundar (CS3) <csshyamsundar@gmail.com>2009-08-03 18:30:34 +0000
commit309af267634f7ca7533fe68cbe59e0ee3a27f7bf (patch)
treea5c75f7d44d7af31f05c1091ce7c060eafaa96d3 /dev-ruby/chronic/chronic-0.2.3.ebuild
parentdev-ruby/god: New Ebuild for bug 280131 thanks to scarabeus, idl0r, a3li, tom... (diff)
downloadsunrise-309af267634f7ca7533fe68cbe59e0ee3a27f7bf.tar.gz
sunrise-309af267634f7ca7533fe68cbe59e0ee3a27f7bf.tar.bz2
sunrise-309af267634f7ca7533fe68cbe59e0ee3a27f7bf.zip
dev-ruby/chronic: New Ebuild for bug 280143 thanks to scarabeus, idl0r, a3li, tommy[D] & sedzimir
svn path=/sunrise/; revision=8935
Diffstat (limited to 'dev-ruby/chronic/chronic-0.2.3.ebuild')
-rw-r--r--dev-ruby/chronic/chronic-0.2.3.ebuild19
1 files changed, 19 insertions, 0 deletions
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}"
+
+