diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-08-26 16:37:57 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-08-26 17:39:26 +0200 |
commit | b3912d3e118fca5acc6738f5340a728793e65d7e (patch) | |
tree | 7ed900a1ee2415a8ab62cc408571023ef38571dc /dev-ruby/rubypants | |
parent | dev-ruby/ruby-yadis: update HOMEPAGE (diff) | |
download | gentoo-b3912d3e118fca5acc6738f5340a728793e65d7e.tar.gz gentoo-b3912d3e118fca5acc6738f5340a728793e65d7e.tar.bz2 gentoo-b3912d3e118fca5acc6738f5340a728793e65d7e.zip |
dev-ruby/rubypants: drop 0.7.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rubypants')
-rw-r--r-- | dev-ruby/rubypants/rubypants-0.7.1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ruby/rubypants/rubypants-0.7.1.ebuild b/dev-ruby/rubypants/rubypants-0.7.1.ebuild deleted file mode 100644 index 047b4ee29735..000000000000 --- a/dev-ruby/rubypants/rubypants-0.7.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="A Ruby port of the SmartyPants PHP library" -HOMEPAGE="https://leahneukirchen.org/repos/rubypants/README" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/ecov/I s:^:#:' test/helper.rb || die -} - -each_ruby_test() { - ${RUBY} -I. test/rubypants_test.rb || die "tests failed" -} |