mrueg 15/01/25 08:48:28 Modified: ChangeLog Added: liquid-2.6.2.ebuild Log: Version bump. Remove old. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.20 dev-ruby/liquid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/liquid/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/liquid/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/liquid/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/liquid/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 25 Jan 2015 08:47:05 -0000 1.19 +++ ChangeLog 25 Jan 2015 08:48:28 -0000 1.20 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/liquid # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/ChangeLog,v 1.19 2015/01/25 08:47:05 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/ChangeLog,v 1.20 2015/01/25 08:48:28 mrueg Exp $ + +*liquid-2.6.2 (25 Jan 2015) + + 25 Jan 2015; Manuel RĂ¼ger <[email protected]> +liquid-2.6.2.ebuild: + Version bump. Remove old. *liquid-3.0.1 (25 Jan 2015) 1.1 dev-ruby/liquid/liquid-2.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/liquid/liquid-2.6.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/liquid/liquid-2.6.2.ebuild?rev=1.1&content-type=text/plain Index: liquid-2.6.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/liquid-2.6.2.ebuild,v 1.1 2015/01/25 08:48:28 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_EXTRADOC="History.md README.md" inherit ruby-fakegem DESCRIPTION="Template engine for Ruby" HOMEPAGE="http://www.liquidmarkup.org/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" each_ruby_test() { ruby-ng_testrb-2 -Ilib:test test/liquid/*_test.rb }
