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