blob: 09494ebf72ef327dccd6fc7043e54b1f4cacb530 (
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-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nano-methods/nano-methods-0.8.2-r1.ebuild,v 1.2 2012/05/01 18:24:08 armin76 Exp $
EAPI=2
USE_RUBY="ruby18"
RUBY_FAKEGEM_NAME="nano"
# Test suite require reap which we don't have packaged yet.
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="ANN-0.8.1 ChangeLog README README.dev TODO"
inherit ruby-fakegem
DESCRIPTION="Ruby's Atomic Library"
HOMEPAGE="http://nano.rubyforge.org/"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
|