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:19
Message-Id: 1469559029.7806ff7e26a5dc89627bee056926b3e95457b289.graaff@gentoo
1 commit: 7806ff7e26a5dc89627bee056926b3e95457b289
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Tue Jul 26 18:50:29 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 26 18:50:29 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=7806ff7e
7
8 dev-ruby/exception_notification: cleanup
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/exception_notification/Manifest | 1 -
13 .../exception_notification-4.1.3.ebuild | 28 ----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-ruby/exception_notification/Manifest b/dev-ruby/exception_notification/Manifest
17 index f04bac8..274157c 100644
18 --- a/dev-ruby/exception_notification/Manifest
19 +++ b/dev-ruby/exception_notification/Manifest
20 @@ -1,3 +1,2 @@
21 DIST exception_notification-3.0.1.gem 99328 SHA256 4570fcecbd77f658601ee422e341dea76731cc2506c3b9776e10a08cc58a150e SHA512 31ca622bd73144fce6ea6b8f86738026ca611dd47aca17f2a3a337e4dfd17b9aa30c19b4a209ea8ab0d865e2cb00b7aa851e015f54c67e7f279a0ec7c5b38e2f WHIRLPOOL 10eb4ab3de3c0c2c0eda927bbb3b222bbdf528b21db8b6a5091e7b7431f8e911bf396b49470dbb05bf5b4c6ff797555defb1ecdf4470953180433cbf300d1fdd
22 -DIST exception_notification-4.1.3.gem 114176 SHA256 b6ea4e529ccb412824ac7ef9b1ac9fd56c4fc1f3e224b9287fce5cb0f8e89796 SHA512 7d95b1cfc11d48e9b6bbc0cc4896073f3fac3b2fbd21bb29f94f2994b13a5954987ad9178526fb401b73af14d6f98d66e9be1def4f6bda4e618c7142280ff21e WHIRLPOOL d15064c21aa172a831c0b4f3ab359fdb270939de4c4e0f146eec024f96a0c556fb79f14584cd2d481181a59a04ea13f63a74021fa26ee748e2e57bbaed8c29f4
23 DIST exception_notification-4.1.4.gem 114176 SHA256 79cece07c4f3f187ae86e66763e3817d29dc33066ac84336ee9196286c920952 SHA512 abcbb1662225de14d118410c1c291f808ee73a7398c05739c0621029c915a6310f23747296d3476724709dc2a9730743548d4793d84b0de6c2fa239b7386daea WHIRLPOOL 5f86bc4a90e430e683b259e8ba351209f6f13ec92c0a0ac40db9db50f46bd8953fbe0754b45f73a216db45614626d00c239360966a680e49f4f9ee8e2725132c
24
25 diff --git a/dev-ruby/exception_notification/exception_notification-4.1.3.ebuild b/dev-ruby/exception_notification/exception_notification-4.1.3.ebuild
26 deleted file mode 100644
27 index 95cbc4a..0000000
28 --- a/dev-ruby/exception_notification/exception_notification-4.1.3.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2015 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"
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 "=dev-ruby/actionmailer-4*:* =dev-ruby/activesupport-4*:*"