Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/exception_notification/
Date: Tue, 26 Jul 2016 18:54:20
Message-Id: 1469559234.6f8a565dfc6b26ee33fa3de22f4290fd81dd49d2.graaff@gentoo
1 commit: 6f8a565dfc6b26ee33fa3de22f4290fd81dd49d2
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Tue Jul 26 18:53:54 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 26 18:53:54 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6f8a565d
7
8 dev-ruby/exception_notification: add 4.2.1
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/exception_notification/Manifest | 1 +
13 .../exception_notification-4.2.1.ebuild | 30 ++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-ruby/exception_notification/Manifest b/dev-ruby/exception_notification/Manifest
17 index 274157c..f16f236 100644
18 --- a/dev-ruby/exception_notification/Manifest
19 +++ b/dev-ruby/exception_notification/Manifest
20 @@ -1,2 +1,3 @@
21 DIST exception_notification-3.0.1.gem 99328 SHA256 4570fcecbd77f658601ee422e341dea76731cc2506c3b9776e10a08cc58a150e SHA512 31ca622bd73144fce6ea6b8f86738026ca611dd47aca17f2a3a337e4dfd17b9aa30c19b4a209ea8ab0d865e2cb00b7aa851e015f54c67e7f279a0ec7c5b38e2f WHIRLPOOL 10eb4ab3de3c0c2c0eda927bbb3b222bbdf528b21db8b6a5091e7b7431f8e911bf396b49470dbb05bf5b4c6ff797555defb1ecdf4470953180433cbf300d1fdd
22 DIST exception_notification-4.1.4.gem 114176 SHA256 79cece07c4f3f187ae86e66763e3817d29dc33066ac84336ee9196286c920952 SHA512 abcbb1662225de14d118410c1c291f808ee73a7398c05739c0621029c915a6310f23747296d3476724709dc2a9730743548d4793d84b0de6c2fa239b7386daea WHIRLPOOL 5f86bc4a90e430e683b259e8ba351209f6f13ec92c0a0ac40db9db50f46bd8953fbe0754b45f73a216db45614626d00c239360966a680e49f4f9ee8e2725132c
23 +DIST exception_notification-4.2.1.gem 117248 SHA256 1cca58ad3d6658ae959f726f41cab2246ca0eea3c7488f379cc13b9941d694ed SHA512 85f91cd5046eef9c186f60cb2a6825ddc085f4751844a7dbe7229da29a5ab3468904d59e278a38b00f3ec760e6dd270b7ad5e08415b2b27fae283c57465ecc2d WHIRLPOOL c87de768a145ec6e7291827a473740c1d848af2c3fa4ecbe85de370d353b3140e78e928030b602cd0bb87507fdfe256188433df0a5d4021b78f1170eb7022d51
24
25 diff --git a/dev-ruby/exception_notification/exception_notification-4.2.1.ebuild b/dev-ruby/exception_notification/exception_notification-4.2.1.ebuild
26 new file mode 100644
27 index 0000000..ee5b41c
28 --- /dev/null
29 +++ b/dev-ruby/exception_notification/exception_notification-4.2.1.ebuild
30 @@ -0,0 +1,30 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +USE_RUBY="ruby20 ruby21 ruby22 ruby23"
37 +
38 +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
39 +
40 +RUBY_FAKEGEM_DOCDIR="doc"
41 +RUBY_FAKEGEM_TASK_DOC=""
42 +
43 +# Requires rails 3.0.9 so skip this for now.
44 +RUBY_FAKEGEM_TASK_TEST=""
45 +
46 +RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
47 +
48 +inherit ruby-fakegem
49 +
50 +DESCRIPTION="Exception Notifier Plugin for Rails"
51 +HOMEPAGE="https://github.com/smartinez87/exception_notification/"
52 +LICENSE="MIT"
53 +
54 +KEYWORDS="~amd64"
55 +SLOT="4"
56 +IUSE="doc"
57 +
58 +ruby_add_rdepend "
59 + >=dev-ruby/actionmailer-4:* <dev-ruby/actionmailer-6:*
60 + >=dev-ruby/activesupport-4:* <dev-ruby/activesupport-6:*"