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/matchy: matchy-0.5.2-r1.ebuild ChangeLog
Date: Wed, 30 Oct 2013 03:54:18
Message-Id: 20131030035410.D46BC20035@flycatcher.gentoo.org
1 mrueg 13/10/30 03:54:10
2
3 Modified: ChangeLog
4 Added: matchy-0.5.2-r1.ebuild
5 Log:
6 Add ruby20 target.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.11 dev-ruby/matchy/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 1 Jan 2013 09:04:30 -0000 1.10
24 +++ ChangeLog 30 Oct 2013 03:54:10 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/matchy
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v 1.10 2013/01/01 09:04:30 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v 1.11 2013/10/30 03:54:10 mrueg Exp $
30 +
31 +*matchy-0.5.2-r1 (30 Oct 2013)
32 +
33 + 30 Oct 2013; Manuel RĂ¼ger <mrueg@g.o> +matchy-0.5.2-r1.ebuild:
34 + Add ruby20 target.
35
36 01 Jan 2013; Agostino Sarubbo <ago@g.o> matchy-0.5.2.ebuild:
37 Stable for x86, wrt bug #448672
38
39
40
41 1.1 dev-ruby/matchy/matchy-0.5.2-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: matchy-0.5.2-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild,v 1.1 2013/10/30 03:54:10 mrueg Exp $
51
52 EAPI=5
53
54 MY_OWNER="mcmire"
55
56 USE_RUBY="ruby18 ruby19 ruby20 jruby"
57
58 RUBY_FAKEGEM_DOCDIR=""
59 RUBY_FAKEGEM_EXTRADOC=""
60
61 RUBY_FAKEGEM_NAME="${MY_OWNER}-${PN}"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="RSpec-esque matchers for use in Test::Unit"
66 HOMEPAGE="http://github.com/mcmire/matchy"
67
68 LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
71 IUSE=""
72
73 # workaround for ruby 1.9.2, sent upstream after 0.5.2
74 each_ruby_test() {
75 RUBYLIB="$(pwd)${RUBYLIB+:${RUBYLIB}}" each_fakegem_test
76 }