diff options
author | 2011-08-06 06:29:34 +0000 | |
---|---|---|
committer | 2011-08-06 06:29:34 +0000 | |
commit | 7d6f1d4a2a152ea96ee6f28cfa22abc2809af944 (patch) | |
tree | 1e92d0b58dad020c303b4e1189cce56c3ace1281 /dev-ruby/slop | |
parent | Version bump. (diff) | |
download | historical-7d6f1d4a2a152ea96ee6f28cfa22abc2809af944.tar.gz historical-7d6f1d4a2a152ea96ee6f28cfa22abc2809af944.tar.bz2 historical-7d6f1d4a2a152ea96ee6f28cfa22abc2809af944.zip |
Version bump.
Package-Manager: portage-2.1.10.3/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/slop')
-rw-r--r-- | dev-ruby/slop/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/slop/slop-2.1.0.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/slop/ChangeLog b/dev-ruby/slop/ChangeLog index 1918c1086abc..1a1a542408f1 100644 --- a/dev-ruby/slop/ChangeLog +++ b/dev-ruby/slop/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/slop # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.1 2011/07/16 07:28:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.2 2011/08/06 06:29:34 graaff Exp $ + +*slop-2.1.0 (06 Aug 2011) + + 06 Aug 2011; Hans de Graaff <graaff@gentoo.org> +slop-2.1.0.ebuild: + Version bump. *slop-2.0.0 (16 Jul 2011) diff --git a/dev-ruby/slop/slop-2.1.0.ebuild b/dev-ruby/slop/slop-2.1.0.ebuild new file mode 100644 index 000000000000..019d2c78a6c6 --- /dev/null +++ b/dev-ruby/slop/slop-2.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-2.1.0.ebuild,v 1.1 2011/08/06 06:29:34 graaff Exp $ + +EAPI=4 +USE_RUBY="ruby18 ree18 jruby" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API." +HOMEPAGE="https://github.com/injekt/slop" +SRC_URI="https://github.com/injekt/slop/tarball/v${PV} -> ${P}.tgz" +RUBY_S="injekt-slop-*" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/minitest )" |