You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/mega-modules/mega-modules-0.3.1-r1.ebuild

28 lines
650 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mega-modules/mega-modules-0.3.1-r1.ebuild,v 1.1 2010/06/26 12:13:48 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
RUBY_FAKEGEM_NAME="mega"
# Tasks require reap which we don't have packaged yet.
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="ChangeLog README TODO"
inherit ruby-fakegem
DESCRIPTION="Ruby's Massive Class Collection"
HOMEPAGE="http://mega.rubyforge.org/"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""
ruby_add_rdepend "dev-ruby/nano-methods"