diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-08-07 12:03:15 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-08-07 12:03:15 +0000 |
commit | 26508c15ed23f0e54b92b29e4a45af34add7bd55 (patch) | |
tree | 7ef6c89da1da0a3ac575d2d6ad6af0c59cb9952c /dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild | |
parent | works also with gimp-2.3 (diff) | |
download | gentoo-2-26508c15ed23f0e54b92b29e4a45af34add7bd55.tar.gz gentoo-2-26508c15ed23f0e54b92b29e4a45af34add7bd55.tar.bz2 gentoo-2-26508c15ed23f0e54b92b29e4a45af34add7bd55.zip |
version bump
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild')
-rw-r--r-- | dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild b/dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild new file mode 100644 index 000000000000..cee33c16ae99 --- /dev/null +++ b/dev-ruby/ruby-activeldap/ruby-activeldap-0.7.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 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.7.4.ebuild,v 1.1 2006/08/07 12:03:15 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Ruby/ActiveLDAP provides an activerecord inspired object oriented interface to LDAP" +HOMEPAGE="http://raa.ruby-lang.org/project/ruby-activeldap/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" + +DEPEND="=dev-lang/ruby-1.8* + >=dev-ruby/ruby-ldap-0.8.2 + dev-ruby/log4r" |