diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-08-27 08:46:32 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-08-27 08:46:32 +0200 |
commit | 70f0d8ae48daed97d0e84d9af1db43c1175550a9 (patch) | |
tree | 88586f15919635881d77503ac1d6ffc3f812f27e /dev-ruby/filigree | |
parent | dev-ruby/forgery: drop 0.8.1 (diff) | |
download | gentoo-70f0d8ae48daed97d0e84d9af1db43c1175550a9.tar.gz gentoo-70f0d8ae48daed97d0e84d9af1db43c1175550a9.tar.bz2 gentoo-70f0d8ae48daed97d0e84d9af1db43c1175550a9.zip |
dev-ruby/filigree: drop 0.4.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/filigree')
-rw-r--r-- | dev-ruby/filigree/filigree-0.4.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ruby/filigree/filigree-0.4.1.ebuild b/dev-ruby/filigree/filigree-0.4.1.ebuild deleted file mode 100644 index e3c5f76a19b0..000000000000 --- a/dev-ruby/filigree/filigree-0.4.1.ebuild +++ /dev/null @@ -1,22 +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_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="New classes and extensions to core library classes" -HOMEPAGE="https://github.com/chriswailes/filigree" -LICENSE="UoI-NCSA" - -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -each_ruby_test() { - ${RUBY} -Ilib:.:test test/ts_filigree.rb || die -} |