mrueg 15/01/24 22:35:11 Modified: ChangeLog Added: pry-0.10.1.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.17 dev-ruby/pry/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pry/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pry/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pry/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pry/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 5 Aug 2014 16:00:45 -0000 1.16 +++ ChangeLog 24 Jan 2015 22:35:11 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/pry -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pry/ChangeLog,v 1.16 2014/08/05 16:00:45 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pry/ChangeLog,v 1.17 2015/01/24 22:35:11 mrueg Exp $ + +*pry-0.10.1 (24 Jan 2015) + + 24 Jan 2015; Manuel Rüger <[email protected]> +pry-0.10.1.ebuild: + Version bump. 05 Aug 2014; Manuel Rüger <[email protected]> pry-0.9.11.4.ebuild, pry-0.9.12.6.ebuild: 1.1 dev-ruby/pry/pry-0.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pry/pry-0.10.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pry/pry-0.10.1.ebuild?rev=1.1&content-type=text/plain Index: pry-0.10.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/pry/pry-0.10.1.ebuild,v 1.1 2015/01/24 22:35:11 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="yard" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec inherit ruby-fakegem DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby" HOMEPAGE="https://github.com/pry/pry/wiki" SRC_URI="https://github.com/pry/pry/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="" SLOT="ruby19" LICENSE="MIT" KEYWORDS="~amd64 ~ppc64 ~x86" ruby_add_rdepend " >=dev-ruby/coderay-1.1.0 >=dev-ruby/slop-3.4.1:3 >=dev-ruby/method_source-0.8" ruby_add_bdepend " test? ( >=dev-ruby/open4-1.3 >=dev-ruby/rake-0.9 >=dev-ruby/mocha-1.0 )" all_ruby_prepare() { # Avoid unneeded dependency on git. # Loosen coderay dependency. sed -e '/git ls-files/d' \ -e '/coderay/s/~>/>=/' \ -e '/bundler/d' \ -i ${RUBY_FAKEGEM_GEMSPEC} || die sed -e '/[Bb]undler/d' -e "1irequire 'mocha/api'\ " -i spec/helper.rb || die sed -e "1irequire 'ostruct'\ " -i spec/hooks_spec.rb || die sed -e '/of Class after the singleton classes/,+4d' -i spec/method_spec.rb || die # Out of date tests rm spec/commands/gist_spec.rb || die }
