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: Wed, 23 Dec 2015 06:55:37
Message-Id: 1450853314.3d4ff5c770e472059da5ea8f4fbbe90a814fecf4.graaff@gentoo
1 commit: 3d4ff5c770e472059da5ea8f4fbbe90a814fecf4
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Wed Dec 23 06:48:34 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 06:48:34 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=3d4ff5c7
7
8 dev-ruby/exception_notification: add 4.1.3
9
10 Package-Manager: portage-2.2.24
11
12 dev-ruby/exception_notification/Manifest | 1 +
13 .../exception_notification-4.1.3.ebuild | 28 ++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-ruby/exception_notification/Manifest b/dev-ruby/exception_notification/Manifest
17 index 33690a1..e525d8f 100644
18 --- a/dev-ruby/exception_notification/Manifest
19 +++ b/dev-ruby/exception_notification/Manifest
20 @@ -1,3 +1,4 @@
21 DIST exception_notification-3.0.1.gem 99328 SHA256 4570fcecbd77f658601ee422e341dea76731cc2506c3b9776e10a08cc58a150e SHA512 31ca622bd73144fce6ea6b8f86738026ca611dd47aca17f2a3a337e4dfd17b9aa30c19b4a209ea8ab0d865e2cb00b7aa851e015f54c67e7f279a0ec7c5b38e2f WHIRLPOOL 10eb4ab3de3c0c2c0eda927bbb3b222bbdf528b21db8b6a5091e7b7431f8e911bf396b49470dbb05bf5b4c6ff797555defb1ecdf4470953180433cbf300d1fdd
22 DIST exception_notification-4.1.1.gem 113664 SHA256 e12d2bb35cdb482869c5d6f4f5a8982f0716301d418ff6aa537f0ee8612c08ab SHA512 c7cb69947ee519014d11fc928eb85280067e9102620958b2dff5afc8cb3603018f62cc1ca42b7721626c8007e0386ea7d21246be899c165e20fc947656f4c7de WHIRLPOOL 79c9041cf5309931f1b6062ff896acca5301f896c795373c3bc2b92511df991fd5350fe6feaf479477a8ca2b4b49d531cf92d881c215edc94e57c9c985967905
23 DIST exception_notification-4.1.2.gem 113152 SHA256 936bc5593482e132043cd630c49e611dda5d323c46114e0f9b11c99c98e5412f SHA512 01058c047f9b3dbffdfc5cfa1cac112ebf1a9d902323d0212a0d7fa027b7da0dd6f5c90f7966c0d2e5eda855bcf247a7f9b2843ac3bde30ba3b61716d85383a8 WHIRLPOOL 8086c340aa58db392c2a93a1bc8f6fb003b7dd4554758b20ae964d02f42933a8ac627146f6f9d59e0d7a946c413fa1d98450537608b5cf12ec2f10e584b7564d
24 +DIST exception_notification-4.1.3.gem 114176 SHA256 b6ea4e529ccb412824ac7ef9b1ac9fd56c4fc1f3e224b9287fce5cb0f8e89796 SHA512 7d95b1cfc11d48e9b6bbc0cc4896073f3fac3b2fbd21bb29f94f2994b13a5954987ad9178526fb401b73af14d6f98d66e9be1def4f6bda4e618c7142280ff21e WHIRLPOOL d15064c21aa172a831c0b4f3ab359fdb270939de4c4e0f146eec024f96a0c556fb79f14584cd2d481181a59a04ea13f63a74021fa26ee748e2e57bbaed8c29f4
25
26 diff --git a/dev-ruby/exception_notification/exception_notification-4.1.3.ebuild b/dev-ruby/exception_notification/exception_notification-4.1.3.ebuild
27 new file mode 100644
28 index 0000000..95cbc4a
29 --- /dev/null
30 +++ b/dev-ruby/exception_notification/exception_notification-4.1.3.ebuild
31 @@ -0,0 +1,28 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +USE_RUBY="ruby20 ruby21"
38 +
39 +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
40 +
41 +RUBY_FAKEGEM_DOCDIR="doc"
42 +RUBY_FAKEGEM_TASK_DOC=""
43 +
44 +# Requires rails 3.0.9 so skip this for now.
45 +RUBY_FAKEGEM_TASK_TEST=""
46 +
47 +RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
48 +
49 +inherit ruby-fakegem
50 +
51 +DESCRIPTION="Exception Notifier Plugin for Rails"
52 +HOMEPAGE="https://github.com/smartinez87/exception_notification/"
53 +LICENSE="MIT"
54 +
55 +KEYWORDS="~amd64"
56 +SLOT="4"
57 +IUSE="doc"
58 +
59 +ruby_add_rdepend "=dev-ruby/actionmailer-4*:* =dev-ruby/activesupport-4*:*"