summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/exception_notification/exception_notification-4.4.3.ebuild')
-rw-r--r--dev-ruby/exception_notification/exception_notification-4.4.3.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/exception_notification/exception_notification-4.4.3.ebuild b/dev-ruby/exception_notification/exception_notification-4.4.3.ebuild
deleted file mode 100644
index 1a19c3c9..00000000
--- a/dev-ruby/exception_notification/exception_notification-4.4.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-# Requires rails 3.0.9 so skip this for now.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
-
-inherit ruby-fakegem
-
-DESCRIPTION="Exception Notifier Plugin for Rails"
-HOMEPAGE="https://github.com/smartinez87/exception_notification/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="4"
-IUSE="doc"
-
-ruby_add_rdepend "
- >=dev-ruby/actionmailer-4:* <dev-ruby/actionmailer-7:*
- >=dev-ruby/activesupport-4:* <dev-ruby/activesupport-7:*"