graaff 15/06/09 05:24:35 Modified: ChangeLog Added: temple-0.7.6.ebuild Log: Version bump. Use slot 0.7 to match dev-ruby/slim expectations. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.26 dev-ruby/temple/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 7 Jun 2015 19:56:45 -0000 1.25 +++ ChangeLog 9 Jun 2015 05:24:35 -0000 1.26 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/temple # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.25 2015/06/07 19:56:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.26 2015/06/09 05:24:35 graaff Exp $ + +*temple-0.7.6 (09 Jun 2015) + + 09 Jun 2015; Hans de Graaff <[email protected]> +temple-0.7.6.ebuild: + Version bump. Use slot 0.7 to match dev-ruby/slim expectations. 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-ruby/temple/temple-0.7.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/temple-0.7.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/temple-0.7.6.ebuild?rev=1.1&content-type=text/plain Index: temple-0.7.6.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/temple-0.7.6.ebuild,v 1.1 2015/06/09 05:24:35 graaff 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="https://github.com/judofyr/temple" LICENSE="MIT" SLOT="0.7" KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bacon dev-ruby/erubis >=dev-ruby/tilt-2.0.1 )" each_ruby_test() { ${RUBY} -S bacon -Ilib -Itest --automatic --quiet || die }
