blob: 4c3cb63170dc3d036c05053d8c61f91bdb0abeda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jabber4r/jabber4r-0.8.0.ebuild,v 1.9 2010/05/22 15:21:13 flameeyes Exp $
inherit ruby gems
DESCRIPTION="A Jabber library in pure Ruby"
HOMEPAGE="http://jabber4r.rubyforge.org/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="ia64 ~ppc64 x86"
IUSE=""
USE_RUBY="ruby18"
|