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/turbolinks: turbolinks-2.2.2.ebuild ChangeLog
Date: Sun, 04 May 2014 07:21:05
Message-Id: 20140504072101.E796E2004C@flycatcher.gentoo.org
1 graaff 14/05/04 07:21:01
2
3 Modified: ChangeLog
4 Added: turbolinks-2.2.2.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/turbolinks/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/turbolinks/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/turbolinks/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/turbolinks/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/turbolinks/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 18 Dec 2013 13:03:38 -0000 1.2
24 +++ ChangeLog 4 May 2014 07:21:01 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/turbolinks
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/turbolinks/ChangeLog,v 1.2 2013/12/18 13:03:38 mrueg Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/turbolinks/ChangeLog,v 1.3 2014/05/04 07:21:01 graaff Exp $
31 +
32 +*turbolinks-2.2.2 (04 May 2014)
33 +
34 + 04 May 2014; Hans de Graaff <graaff@g.o> +turbolinks-2.2.2.ebuild:
35 + Version bump.
36
37 *turbolinks-2.1.0 (18 Dec 2013)
38
39
40
41
42 1.1 dev-ruby/turbolinks/turbolinks-2.2.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/turbolinks/turbolinks-2.2.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/turbolinks/turbolinks-2.2.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: turbolinks-2.2.2.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/turbolinks/turbolinks-2.2.2.ebuild,v 1.1 2014/05/04 07:21:01 graaff Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19 ruby20 ruby21"
55
56 # The gem does not contain runnable tests.
57 RUBY_FAKEGEM_TASK_TEST=""
58
59 RUBY_FAKEGEM_EXTRADOC="README.md"
60 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Makes following links in your web application faster"
65 HOMEPAGE="https://github.com/dkubb/equalizer"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64"
70 IUSE="test"
71
72 ruby_add_rdepend "dev-ruby/coffee-rails"