Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/matchy: matchy-0.4.2.ebuild metadata.xml ChangeLog
Date: Thu, 28 Jan 2010 01:15:24
Message-Id: E1NaIyg-0000bl-Tl@stork.gentoo.org
1 flameeyes 10/01/28 01:15:22
2
3 Added: matchy-0.4.2.ebuild metadata.xml ChangeLog
4 Log:
5 Initial import of (mcmire-)matchy, needed for crack's testsuite.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-ruby/matchy/matchy-0.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/matchy/matchy-0.4.2.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/matchy/matchy-0.4.2.ebuild?rev=1.1&content-type=text/plain
13
14 Index: matchy-0.4.2.ebuild
15 ===================================================================
16 # Copyright 1999-2010 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.4.2.ebuild,v 1.1 2010/01/28 01:15:22 flameeyes Exp $
19
20 EAPI="2"
21
22 MY_OWNER="mcmire"
23
24 USE_RUBY="ruby18 ruby19 jruby"
25
26 RUBY_FAKEGEM_DOCDIR=""
27 RUBY_FAKEGEM_EXTRADOC=""
28
29 RUBY_FAKEGEM_NAME="${MY_OWNER}-${PN}"
30
31 inherit ruby-fakegem
32
33 DESCRIPTION="RSpec-esque matchers for use in Test::Unit"
34 HOMEPAGE="http://github.com/mcmire/matchy"
35
36 LICENSE="MIT"
37 SLOT="0"
38 KEYWORDS="~amd64"
39 IUSE=""
40
41 all_ruby_prepare() {
42 # Don't force us to use Jeweler, disable check_dependency task
43 # dependency.
44 sed -i \
45 -e '/check_dependencies/s:^:#:' \
46 Rakefile || die
47
48 # ordering problem, sent upstream
49 epatch "${FILESDIR}"/${P}-order.patch
50 }
51
52
53
54 1.1 dev-ruby/matchy/metadata.xml
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/matchy/metadata.xml?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/matchy/metadata.xml?rev=1.1&content-type=text/plain
58
59 Index: metadata.xml
60 ===================================================================
61 <?xml version="1.0" encoding="UTF-8"?>
62 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 <pkgmetadata>
64 <herd>ruby</herd>
65 </pkgmetadata>
66
67
68
69 1.1 dev-ruby/matchy/ChangeLog
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/matchy/ChangeLog?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/matchy/ChangeLog?rev=1.1&content-type=text/plain
73
74 Index: ChangeLog
75 ===================================================================
76 # ChangeLog for dev-ruby/matchy
77 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
78 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/ChangeLog,v 1.1 2010/01/28 01:15:22 flameeyes Exp $
79
80 *matchy-0.4.2 (28 Jan 2010)
81
82 28 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
83 +matchy-0.4.2.ebuild, +files/matchy-0.4.2-order.patch, +metadata.xml:
84 Initial import of (mcmire-)matchy, needed for crack's testsuite.