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/declarative_authorization/
Date: Sat, 27 Jun 2015 05:30:14
Message-Id: 1435211693.f24fd2fda92db8e8db2762cd51c50a27be285508.graaff@gentoo
1 commit: f24fd2fda92db8e8db2762cd51c50a27be285508
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Thu Jun 25 05:54:53 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 05:54:53 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=f24fd2fd
7
8 Update ruby targets.
9
10 Package-Manager: portage-2.2.18
11
12 dev-ruby/declarative_authorization/ChangeLog | 4 ++++
13 .../declarative_authorization-0.5.7.ebuild | 6 +++---
14 2 files changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ruby/declarative_authorization/ChangeLog b/dev-ruby/declarative_authorization/ChangeLog
17 index 1a0d9aa..4054ccb 100644
18 --- a/dev-ruby/declarative_authorization/ChangeLog
19 +++ b/dev-ruby/declarative_authorization/ChangeLog
20 @@ -3,6 +3,10 @@
21 # $Header: $
22
23 25 Jun 2015; Hans de Graaff <graaff@g.o>
24 + declarative_authorization-0.5.7.ebuild:
25 + Update ruby targets.
26 +
27 + 25 Jun 2015; Hans de Graaff <graaff@g.o>
28 -declarative_authorization-0.5.6.ebuild:
29 Cleanup.
30
31
32 diff --git a/dev-ruby/declarative_authorization/declarative_authorization-0.5.7.ebuild b/dev-ruby/declarative_authorization/declarative_authorization-0.5.7.ebuild
33 index 05638cd..046ec63 100644
34 --- a/dev-ruby/declarative_authorization/declarative_authorization-0.5.7.ebuild
35 +++ b/dev-ruby/declarative_authorization/declarative_authorization-0.5.7.ebuild
36 @@ -1,13 +1,13 @@
37 -# Copyright 1999-2013 Gentoo Foundation
38 +# Copyright 1999-2015 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: $
41
42 EAPI=5
43 -USE_RUBY="ruby18 ruby19 ruby20 jruby"
44 +USE_RUBY="ruby19 ruby20 ruby21 ruby22"
45
46 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
47
48 -RUBY_FAKEGEM_DOCDIR="rdoc"
49 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
50
51 # Don't work due to Rails version problems.
52 RUBY_FAKEGEM_TASK_TEST=""