blob: 132559c55727f0b9be32d23498eb0b3f9d106e79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.1 2009/08/22 20:42:29 graaff 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="http://gems.rubyforge.org/gems/${MY_P}.gem"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
USE_RUBY="ruby18"
DEPEND="dev-libs/yaz"
RDEPEND="${DEPEND}"
|