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: Thu, 29 Sep 2011 15:04:04
Message-Id: 697206fc8abe219f6d455fe08e4a54811db21f40.graaff@gentoo
1 commit: 697206fc8abe219f6d455fe08e4a54811db21f40
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Thu Sep 29 15:03:28 2011 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 15:03:28 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=697206fc
7
8 Initial import.
9
10 (Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
11
12 ---
13 dev-ruby/exception_notification/ChangeLog | 10 +++++++
14 dev-ruby/exception_notification/Manifest | 14 ++++++++++
15 .../exception_notification-2.5.2.ebuild | 26 ++++++++++++++++++++
16 dev-ruby/exception_notification/metadata.xml | 5 ++++
17 4 files changed, 55 insertions(+), 0 deletions(-)
18
19 diff --git a/dev-ruby/exception_notification/ChangeLog b/dev-ruby/exception_notification/ChangeLog
20 new file mode 100644
21 index 0000000..f77b49e
22 --- /dev/null
23 +++ b/dev-ruby/exception_notification/ChangeLog
24 @@ -0,0 +1,10 @@
25 +# ChangeLog for dev-ruby/exception_notification
26 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*exception_notification-2.5.2 (29 Sep 2011)
30 +
31 + 29 Sep 2011; Hans de Graaff <graaff@g.o>
32 + +exception_notification-2.5.2.ebuild, +metadata.xml:
33 + Initial import.
34 +
35
36 diff --git a/dev-ruby/exception_notification/Manifest b/dev-ruby/exception_notification/Manifest
37 new file mode 100644
38 index 0000000..f0faaf6
39 --- /dev/null
40 +++ b/dev-ruby/exception_notification/Manifest
41 @@ -0,0 +1,14 @@
42 +-----BEGIN PGP SIGNED MESSAGE-----
43 +Hash: SHA256
44 +
45 +DIST exception_notification-2.5.2.gem 90112 RMD160 a1b2e6dee275080886887a79d1a331751b18b596 SHA1 209db50519278f6958e8ca7f3d6a18e58309129b SHA256 8e7dc65831c79fea0423d72d262b9b37e20afac55d890605437192b60383c225
46 +EBUILD exception_notification-2.5.2.ebuild 558 RMD160 258022737333a533aef2663c32232792cc86a4b6 SHA1 f4ed1c4a4f256af7b0b445893d1e50c600e641c9 SHA256 36da6385b729e6fb61be3dbdf8d86033c5b362afb59448530e6a3eb82bc6bb31
47 +MISC ChangeLog 301 RMD160 010e2c3eb33b35657765a677d476952402cf83ae SHA1 d5982a8f7b4a211f1e0126ace78bfc2873d48a72 SHA256 a5fa05d781391e1671ac05fdac8526684b0c09cbfe0ce98d055524ff651dae8b
48 +MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
49 +-----BEGIN PGP SIGNATURE-----
50 +Version: GnuPG v2.0.17 (GNU/Linux)
51 +
52 +iF4EAREIAAYFAk6EiMAACgkQiIP6VqMIqNd5OQD+LN1QKUECrbrq1Y99lnTjXrJh
53 +To9MGABzAxSnAGIeOMQA/iIafi2US9Qzu/UDm605kdbyKF2wzRBk3ViJjXhSgEUv
54 +=XwiG
55 +-----END PGP SIGNATURE-----
56
57 diff --git a/dev-ruby/exception_notification/exception_notification-2.5.2.ebuild b/dev-ruby/exception_notification/exception_notification-2.5.2.ebuild
58 new file mode 100644
59 index 0000000..662e28d
60 --- /dev/null
61 +++ b/dev-ruby/exception_notification/exception_notification-2.5.2.ebuild
62 @@ -0,0 +1,26 @@
63 +# Copyright 1999-2011 Gentoo Foundation
64 +# Distributed under the terms of the GNU General Public License v2
65 +# $Header: $
66 +
67 +EAPI=4
68 +USE_RUBY="ruby18"
69 +
70 +RUBY_FAKEGEM_EXTRADOC="README.md"
71 +
72 +RUBY_FAKEGEM_DOCDIR="doc"
73 +RUBY_FAKEGEM_TASK_DOC=""
74 +
75 +# Requires bundler and rake 0.9.x so skip this for now.
76 +RUBY_FAKEGEM_TASK_TEST=""
77 +
78 +inherit ruby-fakegem
79 +
80 +DESCRIPTION="Exception Notifier Plugin for Rails"
81 +HOMEPAGE="https://github.com/smartinez87/exception_notification/"
82 +LICENSE="MIT"
83 +
84 +KEYWORDS="~amd64"
85 +SLOT="0"
86 +IUSE="doc"
87 +
88 +ruby_add_rdepend ">=dev-ruby/actionmailer-3.0.4"
89
90 diff --git a/dev-ruby/exception_notification/metadata.xml b/dev-ruby/exception_notification/metadata.xml
91 new file mode 100644
92 index 0000000..f977299
93 --- /dev/null
94 +++ b/dev-ruby/exception_notification/metadata.xml
95 @@ -0,0 +1,5 @@
96 +<?xml version = '1.0' encoding = 'UTF-8'?>
97 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
98 +<pkgmetadata>
99 +<maintainer><email>graaff@g.o</email></maintainer>
100 +</pkgmetadata>