blob: 95e578b8b038d5d5eaf8c48fc286ed1325368b88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2.ebuild,v 1.2 2010/03/03 10:49:52 phajdan.jr Exp $
EAPI="2"
MY_OWNER="mcmire"
USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_DOCDIR=""
RUBY_FAKEGEM_EXTRADOC=""
RUBY_FAKEGEM_NAME="${MY_OWNER}-${PN}"
inherit ruby-fakegem
DESCRIPTION="RSpec-esque matchers for use in Test::Unit"
HOMEPAGE="http://github.com/mcmire/matchy"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
|