commit:     6f8a565dfc6b26ee33fa3de22f4290fd81dd49d2
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Jul 26 18:53:54 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 18:53:54 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6f8a565d

dev-ruby/exception_notification: add 4.2.1

Package-Manager: portage-2.2.28

 dev-ruby/exception_notification/Manifest           |  1 +
 .../exception_notification-4.2.1.ebuild            | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/exception_notification/Manifest 
b/dev-ruby/exception_notification/Manifest
index 274157c..f16f236 100644
--- a/dev-ruby/exception_notification/Manifest
+++ b/dev-ruby/exception_notification/Manifest
@@ -1,2 +1,3 @@
 DIST exception_notification-3.0.1.gem 99328 SHA256 
4570fcecbd77f658601ee422e341dea76731cc2506c3b9776e10a08cc58a150e SHA512 
31ca622bd73144fce6ea6b8f86738026ca611dd47aca17f2a3a337e4dfd17b9aa30c19b4a209ea8ab0d865e2cb00b7aa851e015f54c67e7f279a0ec7c5b38e2f
 WHIRLPOOL 
10eb4ab3de3c0c2c0eda927bbb3b222bbdf528b21db8b6a5091e7b7431f8e911bf396b49470dbb05bf5b4c6ff797555defb1ecdf4470953180433cbf300d1fdd
 DIST exception_notification-4.1.4.gem 114176 SHA256 
79cece07c4f3f187ae86e66763e3817d29dc33066ac84336ee9196286c920952 SHA512 
abcbb1662225de14d118410c1c291f808ee73a7398c05739c0621029c915a6310f23747296d3476724709dc2a9730743548d4793d84b0de6c2fa239b7386daea
 WHIRLPOOL 
5f86bc4a90e430e683b259e8ba351209f6f13ec92c0a0ac40db9db50f46bd8953fbe0754b45f73a216db45614626d00c239360966a680e49f4f9ee8e2725132c
+DIST exception_notification-4.2.1.gem 117248 SHA256 
1cca58ad3d6658ae959f726f41cab2246ca0eea3c7488f379cc13b9941d694ed SHA512 
85f91cd5046eef9c186f60cb2a6825ddc085f4751844a7dbe7229da29a5ab3468904d59e278a38b00f3ec760e6dd270b7ad5e08415b2b27fae283c57465ecc2d
 WHIRLPOOL 
c87de768a145ec6e7291827a473740c1d848af2c3fa4ecbe85de370d353b3140e78e928030b602cd0bb87507fdfe256188433df0a5d4021b78f1170eb7022d51

diff --git 
a/dev-ruby/exception_notification/exception_notification-4.2.1.ebuild 
b/dev-ruby/exception_notification/exception_notification-4.2.1.ebuild
new file mode 100644
index 0000000..ee5b41c
--- /dev/null
+++ b/dev-ruby/exception_notification/exception_notification-4.2.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC=""
+
+# 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-6:*
+       >=dev-ruby/activesupport-4:* <dev-ruby/activesupport-6:*"

Reply via email to