You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/ruby-activeldap/ruby-activeldap-1.2.1.ebuild

25 lines
720 B

# Copyright 1999-2011 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.5 2011/10/08 18:36:51 armin76 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 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}"