From a1295b763e6c874248e05112e5b5083e1295ab6b Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 9 Jun 2012 07:12:38 +0000 Subject: Version bump. Package-Manager: portage-2.1.10.49/cvs/Linux x86_64 --- dev-ruby/slop/ChangeLog | 7 ++++++- dev-ruby/slop/slop-3.3.1.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/slop/slop-3.3.1.ebuild (limited to 'dev-ruby/slop') 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 +slop-3.3.1.ebuild: + Version bump. 29 Apr 2012; Thomas Kahle 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 )" -- cgit v1.2.3-65-gdbad