diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-06-09 07:03:22 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-06-09 07:03:22 +0000 |
commit | 04ce5f4807272a9445e2772883e758f4a806f70a (patch) | |
tree | b61dcf617808b1453432c99e72bfcc431674ddbd /dev-ruby/slop | |
parent | marked x86 per bug 418621 (diff) | |
download | gentoo-2-04ce5f4807272a9445e2772883e758f4a806f70a.tar.gz gentoo-2-04ce5f4807272a9445e2772883e758f4a806f70a.tar.bz2 gentoo-2-04ce5f4807272a9445e2772883e758f4a806f70a.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.3.1.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/slop/ChangeLog b/dev-ruby/slop/ChangeLog index 6e1c2187149a..493d79d6e59a 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.11 2012/04/29 16:38:18 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.12 2012/06/09 07:03:22 graaff Exp $ + +*slop-3.3.1 (09 Jun 2012) + + 09 Jun 2012; Hans de Graaff <graaff@gentoo.org> +slop-3.3.1.ebuild: + Version bump. 29 Apr 2012; Thomas Kahle <tomka@gentoo.org> slop-2.4.4.ebuild, slop-3.0.4.ebuild: diff --git a/dev-ruby/slop/slop-3.3.1.ebuild b/dev-ruby/slop/slop-3.3.1.ebuild new file mode 100644 index 000000000000..da36ed24bd81 --- /dev/null +++ b/dev-ruby/slop/slop-3.3.1.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.3.1.ebuild,v 1.1 2012/06/09 07:03:22 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 ~x86" + +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/minitest )" |