blob: 6714a4464bd3bb6268d8a5449b35dc172de433bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-activeldap/ruby-activeldap-0.8.3.1.ebuild,v 1.3 2009/08/02 10:29:18 armin76 Exp $
inherit ruby gems
DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
HOMEPAGE="http://raa.ruby-lang.org/project/ruby-activeldap/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ia64 x86"
IUSE=""
USE_RUBY="ruby18"
DEPEND=">=dev-lang/ruby-1.8
>=dev-ruby/ruby-ldap-0.8.2
>=dev-ruby/log4r-1.0.4
dev-ruby/activerecord
>=dev-ruby/hoe-1.2.0"
|