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/hoe: hoe-3.13.0.ebuild hoe-2.13.0-r1.ebuild ChangeLog hoe-3.11.0.ebuild hoe-3.12.0.ebuild
Date: Wed, 29 Oct 2014 18:48:32
Message-Id: 20141029184828.C36019049@oystercatcher.gentoo.org
1 mrueg 14/10/29 18:48:28
2
3 Modified: hoe-3.13.0.ebuild hoe-2.13.0-r1.ebuild ChangeLog
4 Removed: hoe-3.11.0.ebuild hoe-3.12.0.ebuild
5 Log:
6 Cleanup old. Drop jruby target.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.2 dev-ruby/hoe/hoe-3.13.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-3.13.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-3.13.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-3.13.0.ebuild?r1=1.1&r2=1.2
16
17 Index: hoe-3.13.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-3.13.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- hoe-3.13.0.ebuild 4 Oct 2014 15:37:03 -0000 1.1
24 +++ hoe-3.13.0.ebuild 29 Oct 2014 18:48:28 -0000 1.2
25 @@ -1,9 +1,9 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-3.13.0.ebuild,v 1.1 2014/10/04 15:37:03 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-3.13.0.ebuild,v 1.2 2014/10/29 18:48:28 mrueg Exp $
30
31 EAPI=5
32 -USE_RUBY="ruby19 ruby20 ruby21 jruby"
33 +USE_RUBY="ruby19 ruby20 ruby21"
34
35 RUBY_FAKEGEM_TASK_DOC=""
36
37
38
39
40 1.13 dev-ruby/hoe/hoe-2.13.0-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.13.0-r1.ebuild?rev=1.13&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.13.0-r1.ebuild?rev=1.13&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.13.0-r1.ebuild?r1=1.12&r2=1.13
45
46 Index: hoe-2.13.0-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.13.0-r1.ebuild,v
49 retrieving revision 1.12
50 retrieving revision 1.13
51 diff -u -r1.12 -r1.13
52 --- hoe-2.13.0-r1.ebuild 19 Sep 2014 09:22:37 -0000 1.12
53 +++ hoe-2.13.0-r1.ebuild 29 Oct 2014 18:48:28 -0000 1.13
54 @@ -1,9 +1,9 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.13.0-r1.ebuild,v 1.12 2014/09/19 09:22:37 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.13.0-r1.ebuild,v 1.13 2014/10/29 18:48:28 mrueg Exp $
59
60 EAPI=5
61 -USE_RUBY="ruby19 ruby20 jruby"
62 +USE_RUBY="ruby19 ruby20"
63
64 RUBY_FAKEGEM_TASK_DOC="docs"
65
66
67
68
69 1.165 dev-ruby/hoe/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.165&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.165&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.164&r2=1.165
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
78 retrieving revision 1.164
79 retrieving revision 1.165
80 diff -u -r1.164 -r1.165
81 --- ChangeLog 4 Oct 2014 15:37:03 -0000 1.164
82 +++ ChangeLog 29 Oct 2014 18:48:28 -0000 1.165
83 @@ -1,6 +1,14 @@
84 # ChangeLog for dev-ruby/hoe
85 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.164 2014/10/04 15:37:03 mrueg Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.165 2014/10/29 18:48:28 mrueg Exp $
88 +
89 + 29 Oct 2014; Manuel RĂ¼ger <mrueg@g.o> -files/hoe-2.10.0-test-fix.patch,
90 + -files/hoe-2.5.0-tests.patch,
91 + -files/hoe-2.6.0-rubyforge-without-account.patch,
92 + -files/hoe-2.6.1-test-file-ordering.patch,
93 + -files/hoe-2.8.0-test-file-ordering.patch, -hoe-3.11.0.ebuild,
94 + -hoe-3.12.0.ebuild, hoe-2.13.0-r1.ebuild, hoe-3.13.0.ebuild:
95 + Cleanup old. Drop jruby target.
96
97 *hoe-3.13.0 (04 Oct 2014)