blob: ae92bc8703b4a4f9c9401392bac309ca5da769ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-0.12.2.ebuild,v 1.1 2008/11/30 15:10:13 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"
|