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/hashie: hashie-2.1.2-r1.ebuild hashie-2.1.2.ebuild ChangeLog hashie-2.0.5-r1.ebuild
Date: Wed, 04 Feb 2015 20:06:02
Message-Id: 20150204200557.8C670110EE@oystercatcher.gentoo.org
1 mrueg 15/02/04 20:05:57
2
3 Modified: hashie-2.1.2.ebuild ChangeLog
4 Added: hashie-2.1.2-r1.ebuild
5 Removed: hashie-2.0.5-r1.ebuild
6 Log:
7 Prepare a stabilization candidate. Remove old.
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.4 dev-ruby/hashie/hashie-2.1.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild?r1=1.3&r2=1.4
17
18 Index: hashie-2.1.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- hashie-2.1.2.ebuild 15 Aug 2014 14:06:36 -0000 1.3
25 +++ hashie-2.1.2.ebuild 4 Feb 2015 20:05:57 -0000 1.4
26 @@ -1,10 +1,10 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild,v 1.3 2014/08/15 14:06:36 blueness Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2.ebuild,v 1.4 2015/02/04 20:05:57 mrueg Exp $
32
33 EAPI=5
34
35 -USE_RUBY="ruby19 ruby20 ruby21"
36 +USE_RUBY="ruby19 ruby20"
37
38 RUBY_FAKEGEM_RECIPE_TEST="rspec"
39
40
41
42
43 1.29 dev-ruby/hashie/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/ChangeLog?rev=1.29&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/ChangeLog?rev=1.29&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/ChangeLog?r1=1.28&r2=1.29
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v
52 retrieving revision 1.28
53 retrieving revision 1.29
54 diff -u -r1.28 -r1.29
55 --- ChangeLog 31 Dec 2014 07:03:23 -0000 1.28
56 +++ ChangeLog 4 Feb 2015 20:05:57 -0000 1.29
57 @@ -1,6 +1,12 @@
58 # ChangeLog for dev-ruby/hashie
59 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.28 2014/12/31 07:03:23 graaff Exp $
61 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.29 2015/02/04 20:05:57 mrueg Exp $
63 +
64 +*hashie-2.1.2-r1 (04 Feb 2015)
65 +
66 + 04 Feb 2015; Manuel RĂ¼ger <mrueg@g.o> +hashie-2.1.2-r1.ebuild,
67 + -hashie-2.0.5-r1.ebuild, hashie-2.1.2.ebuild:
68 + Prepare a stabilization candidate. Remove old.
69
70 *hashie-3.3.2 (31 Dec 2014)
71
72
73
74
75 1.1 dev-ruby/hashie/hashie-2.1.2-r1.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-2.1.2-r1.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-2.1.2-r1.ebuild?rev=1.1&content-type=text/plain
79
80 Index: hashie-2.1.2-r1.ebuild
81 ===================================================================
82 # Copyright 1999-2015 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-2.1.2-r1.ebuild,v 1.1 2015/02/04 20:05:57 mrueg Exp $
85
86 EAPI=5
87
88 USE_RUBY="ruby19 ruby20 ruby21"
89
90 RUBY_FAKEGEM_RECIPE_TEST="rspec"
91
92 RUBY_FAKEGEM_TASK_DOC=""
93 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
94
95 inherit ruby-fakegem
96
97 DESCRIPTION="Hashie is a small collection of tools that make hashes more powerful"
98 HOMEPAGE="http://intridea.com/posts/hashie-the-hash-toolkit"
99
100 LICENSE="MIT"
101 SLOT="0"
102 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
103 IUSE=""
104
105 all_ruby_prepare() {
106 # Remove bundler and fix one spec that depends on its requires
107 rm Gemfile || die
108 sed -i -e '/[Bb]undler/d' Rakefile || die
109 sed -e '2irequire "hashie/version"' -i spec/hashie/version_spec.rb || die
110 }