summaryrefslogtreecommitdiff
blob: 481da536b3b537f234901e4968be4261524f56dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mmap/mmap-0.2.2.ebuild,v 1.2 2010/05/22 15:26:21 flameeyes Exp $

inherit ruby

IUSE=""

DESCRIPTION="The Mmap class implement memory-mapped file objects"
HOMEPAGE="http://moulon.inra.fr/ruby/mmap.html"
SRC_URI="ftp://moulon.inra.fr/pub/ruby/${P}.tar.gz"

SLOT="0"
USE_RUBY="ruby18"
LICENSE="Ruby"
KEYWORDS="x86 alpha ~ppc ~sparc"

DEPEND=">=dev-lang/ruby-1.8"

src_compile() {

	ruby_src_compile all rdoc || die
}