summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-08-27 08:46:32 +0200
committerHans de Graaff <graaff@gentoo.org>2023-08-27 08:46:32 +0200
commit70f0d8ae48daed97d0e84d9af1db43c1175550a9 (patch)
tree88586f15919635881d77503ac1d6ffc3f812f27e
parentdev-ruby/forgery: drop 0.8.1 (diff)
downloadgentoo-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>
-rw-r--r--dev-ruby/filigree/filigree-0.4.1.ebuild22
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
-}