diff options
author | 2015-08-06 05:17:51 +0000 | |
---|---|---|
committer | 2015-08-06 05:17:51 +0000 | |
commit | 522692209c5eeed5df24d3a8342841d3b904a204 (patch) | |
tree | f0ffa69004f928383756de1b0933a9becd9594e7 /dev-ruby/temple | |
parent | Version bump. (diff) | |
download | gentoo-2-522692209c5eeed5df24d3a8342841d3b904a204.tar.gz gentoo-2-522692209c5eeed5df24d3a8342841d3b904a204.tar.bz2 gentoo-2-522692209c5eeed5df24d3a8342841d3b904a204.zip |
Cleanup.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/temple')
-rw-r--r-- | dev-ruby/temple/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/temple/temple-0.6.8.ebuild | 27 | ||||
-rw-r--r-- | dev-ruby/temple/temple-0.7.5.ebuild | 29 |
3 files changed, 5 insertions, 57 deletions
diff --git a/dev-ruby/temple/ChangeLog b/dev-ruby/temple/ChangeLog index 595c0f91d0b6..a44073180225 100644 --- a/dev-ruby/temple/ChangeLog +++ b/dev-ruby/temple/ChangeLog @@ -1,6 +1,10 @@ # 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.29 2015/06/09 05:48:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.30 2015/08/06 05:17:51 graaff Exp $ + + 06 Aug 2015; Hans de Graaff <graaff@gentoo.org> -temple-0.6.8.ebuild, + -temple-0.7.5.ebuild: + Cleanup. *temple-0.6.10 (09 Jun 2015) diff --git a/dev-ruby/temple/temple-0.6.8.ebuild b/dev-ruby/temple/temple-0.6.8.ebuild deleted file mode 100644 index e81ae3f13e3b..000000000000 --- a/dev-ruby/temple/temple-0.6.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.6.8.ebuild,v 1.4 2014/12/24 10:54:41 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 )" - -each_ruby_test() { - ${RUBY} -S bacon -Ilib -Itest --automatic --quiet || die -} diff --git a/dev-ruby/temple/temple-0.7.5.ebuild b/dev-ruby/temple/temple-0.7.5.ebuild deleted file mode 100644 index 7805e67c8a7c..000000000000 --- a/dev-ruby/temple/temple-0.7.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.5.ebuild,v 1.3 2015/06/09 05:25:19 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="http://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 -} |