summaryrefslogtreecommitdiff
blob: 359ae36d27e78d9e1e9dc7e06b11dd9e432e28cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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.4 2010/02/21 17:13:40 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 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}"