Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/protected_attributes: ChangeLog protected_attributes-1.0.7.ebuild
Date: Thu, 27 Mar 2014 06:31:52
Message-Id: 20140327063149.3A7712004F@flycatcher.gentoo.org
1 graaff 14/03/27 06:31:49
2
3 Modified: ChangeLog
4 Added: protected_attributes-1.0.7.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.3 dev-ruby/protected_attributes/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/protected_attributes/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/protected_attributes/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/protected_attributes/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 13 Feb 2014 08:10:27 -0000 1.2
24 +++ ChangeLog 27 Mar 2014 06:31:49 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/protected_attributes
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/ChangeLog,v 1.2 2014/02/13 08:10:27 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/ChangeLog,v 1.3 2014/03/27 06:31:49 graaff Exp $
30 +
31 +*protected_attributes-1.0.7 (27 Mar 2014)
32 +
33 + 27 Mar 2014; Hans de Graaff <graaff@g.o>
34 + +protected_attributes-1.0.7.ebuild:
35 + Version bump.
36
37 *protected_attributes-1.0.5 (13 Feb 2014)
38
39
40
41
42 1.1 dev-ruby/protected_attributes/protected_attributes-1.0.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/protected_attributes/protected_attributes-1.0.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/protected_attributes/protected_attributes-1.0.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: protected_attributes-1.0.7.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/protected_attributes-1.0.7.ebuild,v 1.1 2014/03/27 06:31:49 graaff Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19"
55
56 RUBY_FAKEGEM_TASK_TEST="test"
57
58 RUBY_FAKEGEM_TASK_DOC=""
59 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Protect attributes from mass-assignment in ActiveRecord models"
64 HOMEPAGE="https://github.com/rails/protected_attributes"
65 SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
66 SLOT="1"
67
68 LICENSE="MIT"
69
70 KEYWORDS="~amd64"
71 IUSE="test"
72
73 ruby_add_rdepend "
74 =dev-ruby/activemodel-4*
75 "
76
77 ruby_add_bdepend "test? (
78 dev-ruby/bundler
79 =dev-ruby/actionpack-4*
80 =dev-ruby/activerecord-4*
81 dev-ruby/mocha
82 dev-ruby/sqlite3
83 )"
84
85 all_ruby_prepare() {
86 sed -i -e '/github/ s:^:#:' Gemfile || die
87 }