blob: 283293516bcf9502c1f7f04c2edfdb3a2f962a33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2006 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.3 2006/12/29 16:54:46 pclouds Exp $
inherit ruby gems
MY_P="${P/-modules/}"
USE_RUBY="ruby18"
DESCRIPTION="Ruby's Massive Class Collection"
HOMEPAGE="http://mega.rubyforge.org/"
SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~ia64 ~x86"
IUSE=""
DEPEND="dev-ruby/nano-methods"
S="${WORKDIR}/${MY_P}"
|