diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-04-21 07:20:37 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-04-21 07:20:37 +0000 |
commit | 8ab60b4c8252bc3a47457f9ff4d4637f8d8e3914 (patch) | |
tree | 1aba4378f7b587507e458920e228783e84c678cd /dev-ruby/slop | |
parent | Version bump. Run tests. (diff) | |
download | gentoo-2-8ab60b4c8252bc3a47457f9ff4d4637f8d8e3914.tar.gz gentoo-2-8ab60b4c8252bc3a47457f9ff4d4637f8d8e3914.tar.bz2 gentoo-2-8ab60b4c8252bc3a47457f9ff4d4637f8d8e3914.zip |
Version bump.
(Portage version: 2.1.10.49/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-3.0.4.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/slop/ChangeLog b/dev-ruby/slop/ChangeLog index c16bb8f2382e..76c5bbadb933 100644 --- a/dev-ruby/slop/ChangeLog +++ b/dev-ruby/slop/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/slop # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.9 2012/04/15 08:29:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.10 2012/04/21 07:20:37 graaff Exp $ + +*slop-3.0.4 (21 Apr 2012) + + 21 Apr 2012; Hans de Graaff <graaff@gentoo.org> +slop-3.0.4.ebuild: + Version bump. *slop-2.4.4 (15 Apr 2012) diff --git a/dev-ruby/slop/slop-3.0.4.ebuild b/dev-ruby/slop/slop-3.0.4.ebuild new file mode 100644 index 000000000000..a372a6dd2b40 --- /dev/null +++ b/dev-ruby/slop/slop-3.0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-3.0.4.ebuild,v 1.1 2012/04/21 07:20:37 graaff Exp $ + +EAPI=4 +USE_RUBY="ruby18 ruby19 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="3" +KEYWORDS="~amd64 ~ppc64" + +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/minitest )" |