# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1.ebuild,v 1.2 2010/01/16 05:55:10 graaff Exp $ inherit ruby gems MY_P="${P/ruby-/}" DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP" HOMEPAGE="http://ruby-activeldap.rubyforge.org/doc/" SRC_URI="mirror://rubygems/${MY_P}.gem" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" USE_RUBY="ruby18" DEPEND=" ~dev-ruby/activerecord-2.3.5 =dev-ruby/locale-2.0.5 =dev-ruby/ruby-gettext-2.1.0 =dev-ruby/gettext_activerecord-2.1.0 >=dev-ruby/ruby-ldap-0.8.2" RDEPEND="${DEPEND}"