diff options
Diffstat (limited to 'dev-ruby/mmap/mmap-0.2.2.ebuild')
-rw-r--r-- | dev-ruby/mmap/mmap-0.2.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ruby/mmap/mmap-0.2.2.ebuild b/dev-ruby/mmap/mmap-0.2.2.ebuild new file mode 100644 index 000000000000..05dfbe1ae7df --- /dev/null +++ b/dev-ruby/mmap/mmap-0.2.2.ebuild @@ -0,0 +1,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.1 2010/02/01 10:27:28 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 ruby19" +LICENSE="Ruby" +KEYWORDS="x86 alpha ~ppc ~sparc" + +DEPEND=">=dev-lang/ruby-1.8" + +src_compile() { + + ruby_src_compile all rdoc || die +} |