summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Schwyn (svoop) <gentoo@bitcetera.com>2009-10-04 18:56:23 +0000
committerSven Schwyn (svoop) <gentoo@bitcetera.com>2009-10-04 18:56:23 +0000
commit497e8fa14404b4813e638a3010979b4b569f2f83 (patch)
tree355e2bdac2b7c1ca401e31e550f22149ec5952ff /dev-ruby/trollop/trollop-1.15.ebuild
parentdev-util/uncrustify: Remove from sunrise, now in gentoo (diff)
downloadsunrise-497e8fa14404b4813e638a3010979b4b569f2f83.tar.gz
sunrise-497e8fa14404b4813e638a3010979b4b569f2f83.tar.bz2
sunrise-497e8fa14404b4813e638a3010979b4b569f2f83.zip
dev-ruby/trollop: Version bump to 1.15.
svn path=/sunrise/; revision=9312
Diffstat (limited to 'dev-ruby/trollop/trollop-1.15.ebuild')
-rw-r--r--dev-ruby/trollop/trollop-1.15.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/trollop/trollop-1.15.ebuild b/dev-ruby/trollop/trollop-1.15.ebuild
new file mode 100644
index 000000000..136d0826e
--- /dev/null
+++ b/dev-ruby/trollop/trollop-1.15.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit ruby gems
+
+DESCRIPTION="Advanced commandline option parser with implicit --help generator."
+HOMEPAGE="http://trollop.rubyforge.org"
+SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+USE_RUBY="1.8 1.9"
+DEPEND="virtual/ruby"
+RDEPEND="${DEPEND}"