diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-07-09 19:35:08 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-07-09 20:25:47 +0200 |
commit | 0ebd5e64cb8a39a08169ba35181be0f07f102c8f (patch) | |
tree | eb91c6f96908e326ef0a566101a1ebe2d4554d0c /dev-ruby/temple/temple-0.9.1.ebuild | |
parent | net-analyzer/munin: add /var/cache to tmpfiles.d (diff) | |
download | gentoo-0ebd5e64cb8a39a08169ba35181be0f07f102c8f.tar.gz gentoo-0ebd5e64cb8a39a08169ba35181be0f07f102c8f.tar.bz2 gentoo-0ebd5e64cb8a39a08169ba35181be0f07f102c8f.zip |
dev-ruby/temple: drop 0.9.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/temple/temple-0.9.1.ebuild')
-rw-r--r-- | dev-ruby/temple/temple-0.9.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/temple/temple-0.9.1.ebuild b/dev-ruby/temple/temple-0.9.1.ebuild deleted file mode 100644 index 4162034e7ada..000000000000 --- a/dev-ruby/temple/temple-0.9.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -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 arm arm64 ~hppa ppc ppc64 ~riscv x86" -IUSE="" - -ruby_add_bdepend "test? ( - dev-ruby/erubi - >=dev-ruby/tilt-2.0.1 )" |