# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-zoom/ruby-zoom-0.4.1.ebuild,v 1.2 2009/11/29 13:27:38 a3li Exp $ inherit gems MY_P=${P/ruby-/} S=${WORKDIR}/${MY_P} IUSE="" DESCRIPTION="A Ruby binding to the Z39.50 Object-Orientation Model (ZOOM)" HOMEPAGE="http://ruby-zoom.rubyforge.org/" SRC_URI="mirror://rubygems/${MY_P}.gem" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" USE_RUBY="ruby18" DEPEND="dev-libs/yaz" RDEPEND="${DEPEND}"