summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-29 12:11:04 +0100
committerSam James <sam@gentoo.org>2023-03-29 13:56:30 +0100
commitdaecf83ee4e281147a5b54a224fbae2c07afd614 (patch)
tree022281d288783dcb625e9cfa159ae53da3577220 /dev-ruby/mustache
parentdev-ruby/net-http-persistent: drop 3.1.0 (diff)
downloadgentoo-daecf83ee4e281147a5b54a224fbae2c07afd614.tar.gz
gentoo-daecf83ee4e281147a5b54a224fbae2c07afd614.tar.bz2
gentoo-daecf83ee4e281147a5b54a224fbae2c07afd614.zip
dev-ruby/mustache: drop 1.1.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/mustache')
-rw-r--r--dev-ruby/mustache/mustache-1.1.1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-ruby/mustache/mustache-1.1.1.ebuild b/dev-ruby/mustache/mustache-1.1.1.ebuild
deleted file mode 100644
index a7098c7c09b0..000000000000
--- a/dev-ruby/mustache/mustache-1.1.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="man:build"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Mustache is a framework-agnostic way to render logic-free views"
-HOMEPAGE="https://mustache.github.com/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${P}-test-ordering.patch" )
-
-ruby_add_bdepend "doc? ( || ( app-text/ronn-ng app-text/ronn ) )"
-
-all_ruby_prepare() {
- # Fix for renamed .ron files
- sed -i -e 's:\.ronn:.ron:' Rakefile || die
-
- sed -i -e '/simplecov/,/^end/ s:^:#:' test/helper.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:. -e "Dir['test/*.rb'].each{|f| require f}" || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- doman man/mustache.1 man/mustache.5
-}