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, 02 Jul 2014 09:04:26
Message-Id: 1404291244.28add9f7b2399352b21beed22a66b7fdcbc9dad3.graaff@gentoo
1 commit: 28add9f7b2399352b21beed22a66b7fdcbc9dad3
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Wed Jul 2 08:54:04 2014 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 2 08:54:04 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=28add9f7
7
8 Add ruby20.
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 dev-ruby/exception_notification/ChangeLog | 4 ++++
14 dev-ruby/exception_notification/exception_notification-3.0.1.ebuild | 4 ++--
15 2 files changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/exception_notification/ChangeLog b/dev-ruby/exception_notification/ChangeLog
18 index 1830557..3a4564a 100644
19 --- a/dev-ruby/exception_notification/ChangeLog
20 +++ b/dev-ruby/exception_notification/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 02 Jul 2014; Hans de Graaff <graaff@g.o>
26 + exception_notification-3.0.1.ebuild:
27 + Add ruby20.
28 +
29 26 May 2014; Hans de Graaff <graaff@g.o>
30 exception_notification-4.0.1.ebuild:
31 Add ruby20, ruby21.
32
33 diff --git a/dev-ruby/exception_notification/exception_notification-3.0.1.ebuild b/dev-ruby/exception_notification/exception_notification-3.0.1.ebuild
34 index fc8b510..785f4d1 100644
35 --- a/dev-ruby/exception_notification/exception_notification-3.0.1.ebuild
36 +++ b/dev-ruby/exception_notification/exception_notification-3.0.1.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2013 Gentoo Foundation
39 +# Copyright 1999-2014 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: $
42
43 EAPI=4
44 -USE_RUBY="ruby18 ruby19"
45 +USE_RUBY="ruby19 ruby20"
46
47 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"