blob: c71c8f343593dca52260993e0e7240c74aee2dbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-0.12.8.ebuild,v 1.1 2009/06/10 04:44:02 graaff Exp $
inherit gems
DESCRIPTION="Ruby/EventMachine is a fast, simple event-processing library for Ruby programs. "
HOMEPAGE="http://rubyeventmachine.com"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
USE_RUBY="ruby18"
|