mrueg 14/12/23 23:08:58 Modified: ChangeLog Added: temple-0.7.4.ebuild Removed: temple-0.6.8.ebuild temple-0.6.7-r1.ebuild Log: Version bump. Remove old. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.21 dev-ruby/temple/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 9 Dec 2014 11:05:07 -0000 1.20 +++ ChangeLog 23 Dec 2014 23:08:58 -0000 1.21 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/temple # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.20 2014/12/09 11:05:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.21 2014/12/23 23:08:58 mrueg Exp $ + +*temple-0.7.4 (23 Dec 2014) + + 23 Dec 2014; Manuel Rüger <[email protected]> +temple-0.7.4.ebuild, + -temple-0.6.7-r1.ebuild, -temple-0.6.8.ebuild: + Version bump. Remove old. 09 Dec 2014; Manuel Rüger <[email protected]> temple-0.7.3.ebuild: Whitespace 1.1 dev-ruby/temple/temple-0.7.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/temple-0.7.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/temple-0.7.4.ebuild?rev=1.1&content-type=text/plain Index: temple-0.7.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/temple-0.7.4.ebuild,v 1.1 2014/12/23 23:08:58 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md" RUBY_FAKEGEM_TASK_TEST="" inherit ruby-fakegem DESCRIPTION="An abstraction and a framework for compiling templates to pure Ruby" HOMEPAGE="http://github.com/judofyr/temple" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bacon >=dev-ruby/tilt-2.0.1 )" each_ruby_test() { ${RUBY} -S bacon -Ilib -Itest --automatic --quiet || die }
