mrueg 14/05/03 20:36:34 Modified: ChangeLog Added: parslet-1.6.0.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.4 dev-ruby/parslet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parslet/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parslet/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parslet/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/parslet/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 13 Dec 2013 02:12:17 -0000 1.3 +++ ChangeLog 3 May 2014 20:36:34 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/parslet -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parslet/ChangeLog,v 1.3 2013/12/13 02:12:17 mrueg Exp $ +# 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 $ + +*parslet-1.6.0 (03 May 2014) + + 03 May 2014; Manuel RĂ¼ger <mr...@gentoo.org> +parslet-1.6.0.ebuild: + Version bump. *parslet-1.5.0-r1 (13 Dec 2013) 1.1 dev-ruby/parslet/parslet-1.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parslet/parslet-1.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/parslet/parslet-1.6.0.ebuild?rev=1.1&content-type=text/plain Index: parslet-1.6.0.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.0.ebuild,v 1.1 2014/05/03 20:36:34 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" 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 }