summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-29 02:08:06 +0100
committerSam James <sam@gentoo.org>2023-03-29 13:55:51 +0100
commit91211791d9e19219f9ad022366289717f37d1d05 (patch)
treef242121099ae9b956c0da01ce0e4483762becd08 /dev-ruby/temple/temple-0.8.2-r1.ebuild
parentdev-ruby/forwardable: drop 1.3.2 (diff)
downloadgentoo-91211791d9e19219f9ad022366289717f37d1d05.tar.gz
gentoo-91211791d9e19219f9ad022366289717f37d1d05.tar.bz2
gentoo-91211791d9e19219f9ad022366289717f37d1d05.zip
dev-ruby/temple: drop 0.8.2-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/temple/temple-0.8.2-r1.ebuild')
-rw-r--r--dev-ruby/temple/temple-0.8.2-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/temple/temple-0.8.2-r1.ebuild b/dev-ruby/temple/temple-0.8.2-r1.ebuild
deleted file mode 100644
index 8f921673f925..000000000000
--- a/dev-ruby/temple/temple-0.8.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-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 arm arm64 ~hppa ppc ppc64 ~riscv 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
-}