Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/journey: journey-1.0.4-r1.ebuild ChangeLog journey-1.0.4.ebuild
Date: Sun, 04 May 2014 13:07:04
Message-Id: 20140504130701.AA2262004C@flycatcher.gentoo.org
1 mrueg 14/05/04 13:07:01
2
3 Modified: ChangeLog
4 Added: journey-1.0.4-r1.ebuild
5 Removed: journey-1.0.4.ebuild
6 Log:
7 Add patch to fix tests, add ruby20 and ruby21 support.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.10 dev-ruby/journey/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/journey/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/journey/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/journey/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/journey/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 5 Apr 2014 23:28:50 -0000 1.9
25 +++ ChangeLog 4 May 2014 13:07:01 -0000 1.10
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-ruby/journey
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/journey/ChangeLog,v 1.9 2014/04/05 23:28:50 mrueg Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/journey/ChangeLog,v 1.10 2014/05/04 13:07:01 mrueg Exp $
31 +
32 +*journey-1.0.4-r1 (04 May 2014)
33 +
34 + 04 May 2014; Manuel Rüger <mrueg@g.o>
35 + +files/journey-1.0.4-fix-tests.patch, +journey-1.0.4-r1.ebuild,
36 + -journey-1.0.4.ebuild:
37 + Add patch to fix tests, add ruby20 and ruby21 support.
38
39 05 Apr 2014; Manuel Rüger <mrueg@g.o> journey-1.0.4.ebuild:
40 Remove ree18 and ruby18 target.
41
42
43
44 1.1 dev-ruby/journey/journey-1.0.4-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/journey/journey-1.0.4-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/journey/journey-1.0.4-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: journey-1.0.4-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/journey/journey-1.0.4-r1.ebuild,v 1.1 2014/05/04 13:07:01 mrueg Exp $
54
55 EAPI=5
56 USE_RUBY="ruby19 ruby20 ruby21"
57
58 RUBY_FAKEGEM_TASK_DOC="docs"
59 RUBY_FAKEGEM_DOCDIR="doc"
60
61 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
62
63 inherit ruby-fakegem versionator
64
65 DESCRIPTION="Journey is a router. It routes requests."
66 HOMEPAGE="https://github.com/rails/journey"
67
68 LICENSE="MIT"
69 SLOT="$(get_version_component_range 1-2)"
70 KEYWORDS="~amd64 ~arm ~x86 ~x64-macos ~x86-solaris"
71 IUSE=""
72
73 ruby_add_bdepend "doc? ( dev-ruby/hoe )"
74 ruby_add_bdepend "test? ( dev-ruby/hoe
75 dev-ruby/json
76 dev-ruby/minitest )"
77
78 RUBY_PATCHES=( "${FILESDIR}"/${P}-fix-tests.patch )