From c66319a32ff22d541bc1e78d9e4fd2f27be43076 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 10 Aug 2014 06:22:49 +0000 Subject: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) --- dev-ruby/slop/ChangeLog | 7 ++++++- dev-ruby/slop/slop-3.6.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/slop/slop-3.6.0.ebuild (limited to 'dev-ruby') diff --git a/dev-ruby/slop/ChangeLog b/dev-ruby/slop/ChangeLog index 6b4dc76e2fdc..526fd60b2f84 100644 --- a/dev-ruby/slop/ChangeLog +++ b/dev-ruby/slop/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/slop # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.28 2014/08/05 16:00:44 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.29 2014/08/10 06:22:49 graaff Exp $ + +*slop-3.6.0 (10 Aug 2014) + + 10 Aug 2014; Hans de Graaff +slop-3.6.0.ebuild: + Version bump. 05 Aug 2014; Manuel RĂ¼ger slop-2.4.4-r1.ebuild, slop-3.5.0.ebuild: diff --git a/dev-ruby/slop/slop-3.6.0.ebuild b/dev-ruby/slop/slop-3.6.0.ebuild new file mode 100644 index 000000000000..55bacf01b523 --- /dev/null +++ b/dev-ruby/slop/slop-3.6.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-3.6.0.ebuild,v 1.1 2014/08/10 06:22:49 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21 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/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~amd64 ~ppc64 ~x86" + +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/minitest )" + +all_ruby_prepare() { + sed -i -e '/git ls-files/d' slop.gemspec || die +} -- cgit v1.2.3-65-gdbad