summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-11-24 08:29:38 +0100
committerHans de Graaff <graaff@gentoo.org>2021-11-24 08:29:47 +0100
commitdd6a11248a037bbf18c4588880f464406fd53b65 (patch)
treead426e5501fdd44a140c127d8c98ab17a4d5b629 /dev-ruby/abstract
parentdev-ruby/ae: cleanup (diff)
downloadgentoo-dd6a11248a037bbf18c4588880f464406fd53b65.tar.gz
gentoo-dd6a11248a037bbf18c4588880f464406fd53b65.tar.bz2
gentoo-dd6a11248a037bbf18c4588880f464406fd53b65.zip
dev-ruby/abstract: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/abstract')
-rw-r--r--dev-ruby/abstract/abstract-1.0.0-r3.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ruby/abstract/abstract-1.0.0-r3.ebuild b/dev-ruby/abstract/abstract-1.0.0-r3.ebuild
deleted file mode 100644
index 170c8bcf929e..000000000000
--- a/dev-ruby/abstract/abstract-1.0.0-r3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library which enable you to define abstract method in Ruby"
-HOMEPAGE="https://rubygems.org/gems/abstract"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-each_ruby_test() {
- ${RUBY} -Ilib test/test.rb || die "tests failed"
-}