From 62d8059b9cc42030961fe6e89ff330d09e4ba249 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 16 Oct 2012 12:14:02 +0000 Subject: Version bump. (Portage version: 2.1.11.9/cvs/Linux x86_64) --- dev-ruby/temple/ChangeLog | 7 ++++++- dev-ruby/temple/temple-0.5.4.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/temple/temple-0.5.4.ebuild (limited to 'dev-ruby/temple') diff --git a/dev-ruby/temple/ChangeLog b/dev-ruby/temple/ChangeLog index 63386c7b21bf..41ef99338d07 100644 --- a/dev-ruby/temple/ChangeLog +++ b/dev-ruby/temple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/temple # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.3 2012/09/23 09:35:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.4 2012/10/16 12:14:02 graaff Exp $ + +*temple-0.5.4 (16 Oct 2012) + + 16 Oct 2012; Hans de Graaff +temple-0.5.4.ebuild: + Version bump. *temple-0.4.1 (23 Sep 2012) diff --git a/dev-ruby/temple/temple-0.5.4.ebuild b/dev-ruby/temple/temple-0.5.4.ebuild new file mode 100644 index 000000000000..8faef3ff2797 --- /dev/null +++ b/dev-ruby/temple/temple-0.5.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/temple-0.5.4.ebuild,v 1.1 2012/10/16 12:14:02 graaff Exp $ + +EAPI=4 +USE_RUBY="ruby18 ruby19 ree18" + +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" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/bacon dev-ruby/tilt )" + +each_ruby_test() { + ${RUBY} -S bacon -Ilib -Itest --automatic --quiet || die +} -- cgit v1.2.3-65-gdbad