graaff 14/05/23 05:16:53 Modified: ChangeLog Added: parslet-1.6.1.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.5 dev-ruby/parslet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parslet/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parslet/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parslet/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/parslet/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 3 May 2014 20:36:34 -0000 1.4 +++ ChangeLog 23 May 2014 05:16:53 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/parslet # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parslet/ChangeLog,v 1.4 2014/05/03 20:36:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parslet/ChangeLog,v 1.5 2014/05/23 05:16:53 graaff Exp $ + +*parslet-1.6.1 (23 May 2014) + + 23 May 2014; Hans de Graaff <[email protected]> +parslet-1.6.1.ebuild: + Version bump. *parslet-1.6.0 (03 May 2014) 1.1 dev-ruby/parslet/parslet-1.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parslet/parslet-1.6.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parslet/parslet-1.6.1.ebuild?rev=1.1&content-type=text/plain Index: parslet-1.6.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/parslet/parslet-1.6.1.ebuild,v 1.1 2014/05/23 05:16:53 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="HISTORY.txt README" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem DESCRIPTION="A small PEG based parser library" HOMEPAGE="https://github.com/kschiess/parslet" SRC_URI="https://github.com/kschiess/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" IUSE="" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" ruby_add_rdepend "dev-ruby/blankslate:2" all_ruby_prepare() { sed -i -e "/sdoc/d" Rakefile || die # Make sure correct version of blankslate is used without bundler sed -i -e '1igem "blankslate", "~> 2.0"' spec/spec_helper.rb || die # Avoid spec calling out to ruby since we can't guarantee the # correct version of blankslate in this case. rm spec/acceptance/examples_spec.rb || die }
