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.2.0.ebuild
Date: Sat, 28 Jan 2012 08:01:44
Message-Id: 20120128080134.EB4582004B@flycatcher.gentoo.org
1 graaff 12/01/28 08:01:34
2
3 Modified: ChangeLog
4 Added: rack-protection-1.2.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-ruby/rack-protection/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 31 Dec 2011 19:27:31 -0000 1.2
24 +++ ChangeLog 28 Jan 2012 08:01:33 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/rack-protection
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.2 2011/12/31 19:27:31 grobian Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.3 2012/01/28 08:01:33 graaff Exp $
31 +
32 +*rack-protection-1.2.0 (28 Jan 2012)
33 +
34 + 28 Jan 2012; Hans de Graaff <graaff@g.o>
35 + +rack-protection-1.2.0.ebuild:
36 + Version bump.
37
38 31 Dec 2011; Fabian Groffen <grobian@g.o> rack-protection-1.1.4.ebuild:
39 Add Prefix keywords, bug #396547
40
41
42
43 1.1 dev-ruby/rack-protection/rack-protection-1.2.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: rack-protection-1.2.0.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild,v 1.1 2012/01/28 08:01:33 graaff Exp $
53
54 EAPI=4
55 USE_RUBY="ruby18 ree18 ruby19"
56
57 RUBY_FAKEGEM_TASK_DOC=""
58 RUBY_FAKEGEM_EXTRADOC="README.md"
59
60 RUBY_FAKEGEM_GEMSPEC="rack-protection.gemspec"
61
62 inherit ruby-fakegem eutils versionator
63
64 DESCRIPTION="This gem protects against typical web attacks."
65 HOMEPAGE="https://github.com/rkh/rack-protection"
66
67 LICENSE="MIT"
68 SLOT="$(get_version_component_range 1)"
69 KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
70 IUSE="test"
71
72 ruby_add_bdepend "test? ( dev-ruby/rack-test dev-ruby/rspec:2 )"