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/rack-protection: ChangeLog rack-protection-1.5.3.ebuild rack-protection-1.5.3-r1.ebuild
Date: Sun, 26 Jul 2015 06:34:56
Message-Id: 20150726063453.31E6FED@oystercatcher.gentoo.org
1 graaff 15/07/26 06:34:53
2
3 Modified: ChangeLog rack-protection-1.5.3.ebuild
4 Added: rack-protection-1.5.3-r1.ebuild
5 Log:
6 Create stable candidate.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.25 dev-ruby/rack-protection/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 7 Jun 2015 19:07:40 -0000 1.24
24 +++ ChangeLog 26 Jul 2015 06:34:53 -0000 1.25
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/rack-protection
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.24 2015/06/07 19:07:40 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.25 2015/07/26 06:34:53 graaff Exp $
30 +
31 +*rack-protection-1.5.3-r1 (26 Jul 2015)
32 +
33 + 26 Jul 2015; Hans de Graaff <graaff@g.o> rack-protection-1.5.3.ebuild,
34 + +rack-protection-1.5.3-r1.ebuild:
35 + Create stable candidate.
36
37 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
38 Add github to remote-id in metadata.xml
39
40
41
42 1.4 dev-ruby/rack-protection/rack-protection-1.5.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild?r1=1.3&r2=1.4
47
48 Index: rack-protection-1.5.3.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- rack-protection-1.5.3.ebuild 5 Aug 2014 16:00:48 -0000 1.3
55 +++ rack-protection-1.5.3.ebuild 26 Jul 2015 06:34:53 -0000 1.4
56 @@ -1,9 +1,9 @@
57 -# Copyright 1999-2014 Gentoo Foundation
58 +# Copyright 1999-2015 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild,v 1.3 2014/08/05 16:00:48 mrueg Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.5.3.ebuild,v 1.4 2015/07/26 06:34:53 graaff Exp $
62
63 EAPI=5
64 -USE_RUBY="ruby19 ruby20 ruby21"
65 +USE_RUBY="ruby19 ruby20"
66
67 RUBY_FAKEGEM_RECIPE_TEST="rspec"
68 RUBY_FAKEGEM_TASK_DOC=""
69
70
71
72 1.1 dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild?rev=1.1&content-type=text/plain
76
77 Index: rack-protection-1.5.3-r1.ebuild
78 ===================================================================
79 # Copyright 1999-2015 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.5.3-r1.ebuild,v 1.1 2015/07/26 06:34:53 graaff Exp $
82
83 EAPI=5
84 USE_RUBY="ruby19 ruby20 ruby21"
85
86 RUBY_FAKEGEM_RECIPE_TEST="rspec"
87 RUBY_FAKEGEM_TASK_DOC=""
88 RUBY_FAKEGEM_EXTRADOC="README.md"
89
90 RUBY_FAKEGEM_GEMSPEC="rack-protection.gemspec"
91
92 inherit ruby-fakegem eutils versionator
93
94 DESCRIPTION="This gem protects against typical web attacks"
95 HOMEPAGE="https://github.com/rkh/rack-protection"
96
97 LICENSE="MIT"
98 SLOT="$(get_version_component_range 1)"
99 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
100 IUSE=""
101
102 ruby_add_bdepend "test? ( dev-ruby/rack-test )"