mrueg 14/10/14 14:47:21 Modified: ChangeLog Added: jekyll-paginate-1.1.0.ebuild Log: Version bump. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 www-apps/jekyll-paginate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll-paginate/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll-paginate/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll-paginate/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apps/jekyll-paginate/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 15 Aug 2014 14:52:22 -0000 1.1 +++ ChangeLog 14 Oct 2014 14:47:21 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for www-apps/jekyll-paginate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-paginate/ChangeLog,v 1.1 2014/08/15 14:52:22 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-paginate/ChangeLog,v 1.2 2014/10/14 14:47:21 mrueg Exp $ + +*jekyll-paginate-1.1.0 (14 Oct 2014) + + 14 Oct 2014; Manuel RĂ¼ger <[email protected]> +jekyll-paginate-1.1.0.ebuild: + Version bump. *jekyll-paginate-1.0.0 (15 Aug 2014) 1.1 www-apps/jekyll-paginate/jekyll-paginate-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll-paginate/jekyll-paginate-1.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/jekyll-paginate/jekyll-paginate-1.1.0.ebuild?rev=1.1&content-type=text/plain Index: jekyll-paginate-1.1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apps/jekyll-paginate/jekyll-paginate-1.1.0.ebuild,v 1.1 2014/10/14 14:47:21 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="Default pagination generator for Jekyll" HOMEPAGE="https://github.com/jekyll/jekyll-paginate" SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )" all_ruby_prepare() { rm Rakefile || die sed -i -e "s/truthy/true/" -e "s/falsey/false/" spec/pager_spec.rb || die # Remove unkown options until Rspec3 is in tree sed -i -e "/expectations.include_chain_clauses_in_custom_matcher_descriptions/d"\ -e "/verify_partial_doubles/d" -e "/disable_monkey_patching!/d" spec/spec_helper.rb || die }
