blob: c2c503fc9e1e507960a0e3d80e226c42875b2f61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.ebuild,v 1.4 2010/05/22 15:23:06 flameeyes Exp $
inherit ruby gems
MY_P="${P/-modules/}"
USE_RUBY="ruby18"
DESCRIPTION="Ruby's Massive Class Collection"
HOMEPAGE="http://mega.rubyforge.org/"
SRC_URI="mirror://rubygems/${MY_P}.gem"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~ia64 ~x86"
IUSE=""
DEPEND="dev-ruby/nano-methods"
S="${WORKDIR}/${MY_P}"
|